On 7/17/17, Dan Ackroyd <[email protected]> wrote:
> Hi Rowan,
>
> Thanks for the feedback. fyi The problem seems to be with the version
> of SQLite shipped with PHP.
>
> Compiling with the version that PHP uses and running a little test, I get:
>
> versionString: "3.15.1"
> Error message: out of memory
>
> But compiling SQLite from source and then using that gives the
> expected error message:
>
> versionString: "3.20.0"
> Error message: bad parameter or other API misuse
>

The error message processing for the failure case in question was in
3.20.0 in response to your original bug report.
-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to