mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fix a problem in ALTER TABLE with SQLITE_OMIT_VIRTUALTABLE builds.
FossilOrigin-Name: fa835145e63749e06e04bd50ff992afaeae05dcdd1df597d13911f944e62076b
This commit is contained in:
@ -2144,7 +2144,7 @@ ifcapable {cte} {
|
||||
# MAIN: CREATE TABLE sqlite_stat1(tbl,idx,stat);
|
||||
# MAIN: CREATE TABLE t1(a,b);
|
||||
#
|
||||
ifcapable altertable {
|
||||
ifcapable altertable&&vtab {
|
||||
do_test 1.350 {
|
||||
proc auth {code arg1 arg2 arg3 arg4 args} {
|
||||
if {$code=="SQLITE_ALTER_TABLE"} {
|
||||
|
Reference in New Issue
Block a user