On Sun Dec 23 01:33:36 2018, WYANT wrote:
Show quoted text> Beautiful. Thanks. You are faster with the XS code than I am, and
> there will be no pull request from me.
>
> You might want to mention in the POD that the return of
> sqlite_db_config() is the old value of the setting.
The return value of sqlite_db_config should be the new value, unless I misread "The second parameter is a pointer to an integer into which is written 0 or 1 to indicate whether FK enforcement is off or on *following* this call." and such.
https://www.sqlite.org/capi3ref.html#sqlitedbconfiglookaside
Anyway, updated the pod.
https://github.com/DBD-SQLite/DBD-SQLite/commit/fc491a64a9eadb799cbdbbe403ce99e0e6779fc1
Show quoted text>
> Also, I suspect a typo in the last sqlite_error() function in
> dbdimp.c: should the method name be 'sqlite_db_config' rather than
> just 'sqlite_config'?
Thanks for spotting the typo as well!
Show quoted text>
> With gratitude for picking up maintenance on this module, and for the
> very timely response to the Magellan exploit.