mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
drop aux shadow table on destroy
This commit is contained in:
parent
163654b93a
commit
d6adbc9f56
4 changed files with 37 additions and 6 deletions
|
|
@ -91,6 +91,20 @@
|
|||
}),
|
||||
})
|
||||
# ---
|
||||
# name: test_normal[sqlite_master post drop]
|
||||
OrderedDict({
|
||||
'sql': 'select * from sqlite_master order by name',
|
||||
'rows': list([
|
||||
OrderedDict({
|
||||
'type': 'table',
|
||||
'name': 'sqlite_sequence',
|
||||
'tbl_name': 'sqlite_sequence',
|
||||
'rootpage': 3,
|
||||
'sql': 'CREATE TABLE sqlite_sequence(name,seq)',
|
||||
}),
|
||||
]),
|
||||
})
|
||||
# ---
|
||||
# name: test_normal[sqlite_master]
|
||||
OrderedDict({
|
||||
'sql': 'select * from sqlite_master order by name',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue