Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins occurring around c717f1ef9a1a4c91.
|
2021-06-15
| ||
| 01:00 | Increase the version number to 2.14.2 Leaf check-in: fb3938ee09 user: drh tags: version-2.14.2, branch-2.14 | |
| 01:00 | Fix the client-side SSL connection setup so that it actually verifies the hostname on the certification from the server. check-in: 8126093ee9 user: drh tags: branch-2.14 | |
| 00:58 | Fix the client-side SSL connection setup so that it actually verifies the hostname on the certification from the server. check-in: 7d85e21fd2 user: drh tags: branch-2.15 | |
| 00:39 | Fix the client-side SSL connection setup so that it actually verifies the hostname on the certification from the server. check-in: aaab2a15d1 user: drh tags: trunk | |
|
2021-06-14
| ||
| 20:43 | Update the built-in SQLite to the latest 3.36.0 beta, including the bug fix to the authorizer callback such that it uses SQLITE_DROP_INDEX, not SQLITE_DROP_TEMP_INDEX, for attached indexes. check-in: a9917d4fc7 user: drh tags: trunk | |
| 19:54 | Indentation level fix on the previous patch (style change only). check-in: b18c06e87a user: stephan tags: trunk | |
| 19:51 | Allow DROP INDEX and DROP VIEW through the ticket-schema authorizer. Enhance the test-db-prepare command so that it can use the ticket-schema or report authorizers for testing purposes. check-in: c717f1ef9a user: drh tags: trunk | |
| 19:48 | Add reminder hints to the authorizer function header comments about how to test those functions using the "test-db-prepare" command. Closed-Leaf check-in: b594f486ef user: drh tags: tktschema-allow-drop | |
| 19:44 | Doc typo fix. check-in: 323e3dfcbd user: stephan tags: tktschema-allow-drop | |
| 19:36 | test-db-prepare command: added --auth-report and --auth-ticket flags to install either the report or ticket schema authorizer for purposes of testing the given statement preparation. Basic sanity tests pass but needs more testing. check-in: 1bb06c94d6 user: stephan tags: tktschema-allow-drop | |
| 19:08 | Per /chat discussion: reopenened branch, merged in trunk, removed this branch's DROP TABLE option (potential data loss risk) but kept DROP VIEW/INDEX (no permanent damage can be done with those). Not yet ready for merge: addition of test code to run against the SQL authorizers is pending. check-in: 02226325b6 user: stephan tags: tktschema-allow-drop | |
| 15:36 | Update the built-in SQLite to the first 3.36.0 beta. check-in: 3bb3c516f1 user: drh tags: trunk | |
| 13:48 | /chat: experimentally render a list of users ordered by most recent activity. Until/unless we can find a useful function for the list, though, it's really just a somewhat pretty screen space hog. check-in: c7ee6f4ef1 user: stephan tags: chat-user-last-seen | |