mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
All temp.sqlite_master to be used as an alias for sqlite_temp_master.
FossilOrigin-Name: 8d646905b830d5bb29092e103ac5cb499b3c7e5a
This commit is contained in:
@ -42,7 +42,7 @@ do_test intarray-1.1 {
|
||||
set ia3 [sqlite3_intarray_create db ia3]
|
||||
set ia4 [sqlite3_intarray_create db ia4]
|
||||
db eval {
|
||||
SELECT type, name FROM sqlite_temp_master
|
||||
SELECT type, name FROM temp.sqlite_master
|
||||
ORDER BY name
|
||||
}
|
||||
} {table ia1 table ia2 table ia3 table ia4}
|
||||
|
Reference in New Issue
Block a user