SQLite

Changes On Branch alter-auth-callbacks
Login

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

Changes In Branch alter-auth-callbacks Excluding Merge-Ins

This is equivalent to a diff from ff10d2c7 to dac28547

2018-10-06
14:38
Fix the ".help -all" option in the command-line shell. (check-in: aac8f1df user: drh tags: trunk)
14:33
Ensure each ALTER TABLE statement makes just a single SQLITE_ALTER_TABLE call to the authorizer function. (Leaf check-in: dac28547 user: dan tags: alter-auth-callbacks)
13:46
Add test cases and assert() statements to ensure that the authorizer is being called as expected from within ALTER TABLE. (check-in: ff10d2c7 user: dan tags: trunk)
2018-10-05
15:10
Changes to geopoly to silience false-positive warnings coming out of clang. (check-in: 11d9015f user: drh tags: trunk)

Changes to src/alter.c.

Changes to test/alterauth2.test.