Author :
stu
Date :
2024-12-05 22:24:47
Hash :73c8da44 Message :Update to 3.46.1.
Add build option (https://sqlite.org/compile.html):
-DSQLITE_STRICT_SUBTYPE=1
This option causes application-defined SQL functions to raise an
SQL error if they invoke the sqlite3_result_subtype() interface
but where not registered with the SQLITE_RESULT_SUBTYPE property.
This recommended option helps to identify problems in the
implementation of application-defined SQL functions early in the
development cycle.