mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
All temp.sqlite_master to be used as an alias for sqlite_temp_master.
FossilOrigin-Name: 8d646905b830d5bb29092e103ac5cb499b3c7e5a
This commit is contained in:
@ -193,7 +193,7 @@ do_test attach-1.20.2 {
|
||||
} ;# ifcapable schema_pragmas
|
||||
integrity_check attach-1.20.3
|
||||
ifcapable tempdb {
|
||||
execsql {select * from sqlite_temp_master}
|
||||
execsql {select * from temp.sqlite_master}
|
||||
}
|
||||
do_test attach-1.21 {
|
||||
catchsql {
|
||||
|
Reference in New Issue
Block a user