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:
@ -128,7 +128,7 @@ ifcapable tempdb {
|
||||
} {1 interrupted}
|
||||
do_test interrupt-3.$i.3 {
|
||||
execsql {
|
||||
SELECT name FROM sqlite_temp_master;
|
||||
SELECT name FROM temp.sqlite_master;
|
||||
}
|
||||
} {}
|
||||
do_test interrupt-3.$i.4 {
|
||||
@ -139,7 +139,7 @@ ifcapable tempdb {
|
||||
do_test interrupt-3.$i.5 {
|
||||
catchsql {SELECT name FROM sqlite_temp_master};
|
||||
execsql {
|
||||
SELECT name FROM sqlite_temp_master;
|
||||
SELECT name FROM temp.sqlite_master;
|
||||
}
|
||||
} {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user