Re: [sqlite] sqlite3 fails due to too long path (MAX_PATHNAME)

2015-02-02 Thread James K. Lowden
On Mon, 02 Feb 2015 12:59:55 +0200 Török Edwin 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

Re: [sqlite] sqlite3 fails due to too long path (MAX_PATHNAME)

2015-02-02 Thread Jan Nijtmans
2015-02-02 11:59 GMT+01:00 Török Edwin : > Would it be possible to raise that limit, or output a better error message > that says why it failed to open the file? My suggestion would be to add something like this to sqliteLimit.h: /* ** Maximum supported

[sqlite] sqlite3 fails due to too long path (MAX_PATHNAME)

2015-02-02 Thread Török Edwin
Hi, I was testing long pathnames and ran into this failure: $ sqlite3