On Mon, 02 Feb 2015 12:59:55 +0200
Török Edwin <edwin+sqli...@etorok.net> wrote:

> Would it be possible to raise that limit, or output a better error
> message that says why it failed to open the file?

Maybe.  open(2) should return ENAMETOOLONG.  It is possible, though
unlikely these days, that the shell's command-line limit is less than
PATH_MAX, in which case the string passed to the sqlite3 binary would
be truncated (and invalid).  

--jkl

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to