Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/alterauth2.test
2022-01-19
| ||
18:31 | [48967abae0] part of check-in [e799a35f2b] Fix a test result for alterauth2.test due to the recent fix to authorizer calls for ALTER TABLE DROP COLUMN. (check-in: [e799a35f2b] user: drh branch: trunk, size: 3674) | |
2021-03-16
| ||
16:14 | [381b1ab603] part of check-in [6446c09610] Have ALTER TABLE RENAME COLUMN and DROP COLUMN use sqlite_rename_quotefix() to convert any double-quoted strings in the database schema to their single-quoted equivalents. (check-in: [6446c09610] user: dan branch: alter-quotefix, size: 3637) | |
2021-02-18
| ||
20:27 | [794ac5cef2] part of check-in [e5f144182b] Fix DROP COLUMN so that it works even if the user has registered an authorizer callback. (check-in: [e5f144182b] user: dan branch: alter-table-drop-column, size: 3482) | |
2019-07-02
| ||
20:10 | [8cb2f1b991] part of check-in [5dbb0734af] Have ALTER TABLE detect and error out for the case where renaming a column changes a the interpretation of a double-quoted identifier in the database schema from an SQL literal to a column reference. (check-in: [5dbb0734af] user: dan branch: tkt9b78184b-alt, size: 2843) | |
2018-10-06
| ||
14:33 | [9480bdf434] part of check-in [dac285474a] Ensure each ALTER TABLE statement makes just a single SQLITE_ALTER_TABLE call to the authorizer function. (check-in: [dac285474a] user: dan branch: alter-auth-callbacks, size: 1652) | |
13:46 | Added: [c0a1ddf5b9] part of check-in [ff10d2c7de] Add test cases and assert() statements to ensure that the authorizer is being called as expected from within ALTER TABLE. (check-in: [ff10d2c7de] user: dan branch: trunk, size: 2892) | |