/ Changes On Branch reset-database
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch reset-database Excluding Merge-Ins

This is equivalent to a diff from 584de6a996 to cf0999d4f8

2022-09-28
19:14
Fix misuse of the sqlite3_set_auxdata() interface in the ICU extension. (check-in: f25cf63471 user: drh tags: trunk)
17:10
Prototype implementation of "PRAGMA reset_database". This pragma differs from SQLITE_DBCONFIG_RESET_DATABASE in that the pragma only works if the database is reasonably well-formed, whereas the dbconfig works regardless. (Leaf check-in: cf0999d4f8 user: drh tags: reset-database)
2022-09-27
16:35
Provide the SQLITE_MAX_ALLOCATION_SIZE compile-time option for limiting the maximum memory allocation size. (check-in: 584de6a996 user: drh tags: trunk)
01:53
Make the legacy FTS3 code more robust against integer overflow during memory allocation. (check-in: 5517bc5098 user: drh tags: trunk)

Changes to src/btree.c.

Changes to src/pragma.c.

Changes to src/pragma.h.

Changes to src/prepare.c.

Changes to src/sqliteInt.h.

Changes to src/vacuum.c.

Changes to src/vdbe.c.

Changes to tool/mkpragmatab.tcl.