Closed kaizhu256 closed 1 year ago
This allows pysqlite3 to pass all tests when custom-built with recommended compile-time option SQLITE_OMIT_AUTOINIT at https://www.sqlite.org/compile.html.
SQLITE_OMIT_AUTOINIT
Passed ci-tests at https://github.com/kaizhu256/pysqlite3/actions.
I added a slightly different formulation which should be functionally equivalent, but more closely matches upstream behavior, https://github.com/coleifer/pysqlite3/commit/85672cf2fb1e885c4b620fdf9ed2ce153c734b2c
This allows pysqlite3 to pass all tests when custom-built with recommended compile-time option
SQLITE_OMIT_AUTOINIT
at https://www.sqlite.org/compile.html.Passed ci-tests at https://github.com/kaizhu256/pysqlite3/actions.