2017-01-30 19:37 GMT+01:00 Dan Kennedy:
> On 01/31/2017 12:48 AM, Nir Paz wrote:
>> Linux doesn't have that limit, my thought is to change the define of
>> MAX_PATHNAME, is there a better option?
>
> I don't think there is a better way to do that. Define MAX_PATHNAME to
> something and see how it goes.
>
> There is one very subtle problem that we know of:
>
>    http://www.sqlite.org/src/artifact/ff1232b3088a3?ln=2771-2775

Well, starting with this commit:
    <http://www.sqlite.org/src/info/2e8a9ca9d3d6efdd>
the default page size is now 4096. So I don't think the risk is
really big. Upgrading to 1024 (or even 4096) should be
no problem.

See also:
    <https://www.sqlite.org/pragma.html#pragma_page_size>

Regards,
       Jan Nijtmans
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to