mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
test: shadow snapshot update
This commit is contained in:
parent
f8db17fded
commit
d9020b7ded
1 changed files with 10 additions and 10 deletions
|
|
@ -122,7 +122,7 @@
|
||||||
# ---
|
# ---
|
||||||
# name: test_shadow.1
|
# name: test_shadow.1
|
||||||
OrderedDict({
|
OrderedDict({
|
||||||
'sql': "select * from pragma_table_list where type = 'shadow'",
|
'sql': "select * from pragma_table_list where type = 'shadow' order by name",
|
||||||
'rows': list([
|
'rows': list([
|
||||||
OrderedDict({
|
OrderedDict({
|
||||||
'schema': 'main',
|
'schema': 'main',
|
||||||
|
|
@ -148,14 +148,6 @@
|
||||||
'wr': 0,
|
'wr': 0,
|
||||||
'strict': 0,
|
'strict': 0,
|
||||||
}),
|
}),
|
||||||
OrderedDict({
|
|
||||||
'schema': 'main',
|
|
||||||
'name': 'v_rowids',
|
|
||||||
'type': 'shadow',
|
|
||||||
'ncol': 4,
|
|
||||||
'wr': 0,
|
|
||||||
'strict': 0,
|
|
||||||
}),
|
|
||||||
OrderedDict({
|
OrderedDict({
|
||||||
'schema': 'main',
|
'schema': 'main',
|
||||||
'name': 'v_metadatachunks00',
|
'name': 'v_metadatachunks00',
|
||||||
|
|
@ -172,12 +164,20 @@
|
||||||
'wr': 0,
|
'wr': 0,
|
||||||
'strict': 0,
|
'strict': 0,
|
||||||
}),
|
}),
|
||||||
|
OrderedDict({
|
||||||
|
'schema': 'main',
|
||||||
|
'name': 'v_rowids',
|
||||||
|
'type': 'shadow',
|
||||||
|
'ncol': 4,
|
||||||
|
'wr': 0,
|
||||||
|
'strict': 0,
|
||||||
|
}),
|
||||||
]),
|
]),
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
# name: test_shadow.2
|
# name: test_shadow.2
|
||||||
OrderedDict({
|
OrderedDict({
|
||||||
'sql': "select * from pragma_table_list where type = 'shadow'",
|
'sql': "select * from pragma_table_list where type = 'shadow' order by name",
|
||||||
'rows': list([
|
'rows': list([
|
||||||
]),
|
]),
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue