Changes On Branch busted-build
Not logged in

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

Changes In Branch busted-build Excluding Merge-Ins

This is equivalent to a diff from db8b14c57a to 6ff6d49521

2022-10-26
11:14
Update the built-in SQLite to the latest 3.40.0 alpha version that includes all performance enhancements and bug fixes. check-in: 4aa7837505 user: drh tags: trunk
11:13
Update to a still newer version of SQLite 3.40.0 alpha that compiles without warnings on Mac ARM64. Closed-Leaf check-in: 6ff6d49521 user: drh tags: busted-build
10:59
Remove the -D_HAVE_SQLITE_CONFIG_H option from the build of SQLite. We haven't had the config.h file for SQLite, so this should be a harmless change. check-in: 2522366fc7 user: drh tags: busted-build
10:47
Update the built-in SQLite to the latest 3.40.0 alpha version that includes all bug fixes and performance enhancements. check-in: c7dc188478 user: drh tags: busted-build
2022-10-24
14:40
Fix a comment typo. check-in: db8b14c57a user: drh tags: trunk
2022-10-23
06:48
Code maintenance for the `copybtn.js' script: Remove global data, reference DOM elements by function-binding instead of by id (that is possibly reused for the short-lived tooltip), and normalize variable names and string quoting style. check-in: d5f6621527 user: florian tags: trunk

Changes to Makefile.in.

Changes to extsrc/shell.c.

Changes to extsrc/sqlite3.c.

Changes to extsrc/sqlite3.h.