CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/12/05 15:24:47
Modified files:
databases/sqlite3-tcl: Makefile distinfo
Log 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.