1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix a test result for alterauth2.test due to the recent fix to authorizer

calls for ALTER TABLE DROP COLUMN.

FossilOrigin-Name: e799a35f2bf85ce43b476738bfbd9b6b378bbf02fa0708dda0deba71dd37f608
This commit is contained in:
drh
2022-01-19 18:31:43 +00:00
parent 85b70e009f
commit 29a7bbffba
3 changed files with 8 additions and 7 deletions

View File

@ -99,6 +99,7 @@ do_auth_test 1.2 {
do_auth_test 1.3 {
ALTER TABLE t2 DROP COLUMN c;
} {
{SQLITE_ALTER_TABLE main t2 c {}}
{SQLITE_FUNCTION {} like {} {}}
{SQLITE_FUNCTION {} sqlite_drop_column {} {}}
{SQLITE_FUNCTION {} sqlite_rename_quotefix {} {}}