IABSD.fr/ports/databases/sqlite3-tcl

Branch :


Log

Author Commit Date CI Message
0f07e445 2023-07-25 14:32:48 Update to 3.42.0.
e03c0478 2022-11-20 16:53:53 Update to 3.34.0. Drop a patch thanks to upstream changes. Don't supply build options that are now enabled by default. New default build options: SQLITE_ENABLE_BYTECODE_VTAB SQLITE_ENABLE_DBPAGE_VTAB SQLITE_ENABLE_FTS4 SQLITE_ENABLE_MATH_FUNCTIONS Add build option SQLITE_MAX_ALLOCATION_SIZE, set to 0x00fffeff (16M - 1 - 256), inspired by default 0x7ffffeff. https://sqlite.org/compile.html
41efcfe1 2022-10-06 12:02:41 Update to 3.39.4. Add build options (https://sqlite.org/compile.html): -DSQLITE_ENABLE_API_ARMOR Enables code that attempts to detect misuse of the SQLite API. -DSQLITE_ENABLE_GEOPOLY Enable the Geopoly extension.
0fecf799 2022-07-22 12:41:21 Update to 3.39.2.
02560736 2022-07-11 14:57:07 Update to 3.39.0.
72f3db2b 2022-05-20 20:45:05 Update to 3.38.5. Remove build lock to Tcl 8.5; not needed and some people might want to build against 8.6. Add recommended "-DSQLITE_DQS=0" build flag, https://sqlite.org/quirks.html#dblquote.
7a958849 2022-03-11 18:31:17 drop RCS Ids
9febdc56 2020-12-19 10:10:05 Update to 3.34.0.
8cf6ccd8 2020-11-14 11:59:49 Update to 3.33.0. Build against Tcl 8.5 so this Tcl extension can work with Tcl 8.5 and Tcl 8.6. OK sthen@
9fe1e38b 2019-07-12 20:43:27 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes