On Apr 4, 2018, at 9:17 AM, Dan Billings <d...@broadinstitute.org> wrote:
> 
> 1) create a directory structure that produces a long path.

If it’s longer than PATH_MAX on your system, then you’re exceeding your OS’s 
ability here, not a limit in SQLite.  Using such paths is likely to cause 
problems with other applications as well.

POSIX only requires that an OS support 256 character paths, which includes the 
trailing null.  See:

   http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to