mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
73c8da44f7
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.