mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
Redact version from info table snapshot to avoid test failures on version bumps
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
41cecbadc3
commit
380b0bb032
2 changed files with 6 additions and 18 deletions
|
|
@ -1,24 +1,8 @@
|
|||
# serializer version: 1
|
||||
# name: test_info_table_contents
|
||||
OrderedDict({
|
||||
'sql': 'select key, value from v_info order by key',
|
||||
'sql': "select key, value from v_info where key not like 'CREATE_VERSION%' order by key",
|
||||
'rows': list([
|
||||
OrderedDict({
|
||||
'key': 'CREATE_VERSION',
|
||||
'value': 'v0.1.7-alpha.10',
|
||||
}),
|
||||
OrderedDict({
|
||||
'key': 'CREATE_VERSION_MAJOR',
|
||||
'value': 0,
|
||||
}),
|
||||
OrderedDict({
|
||||
'key': 'CREATE_VERSION_MINOR',
|
||||
'value': 1,
|
||||
}),
|
||||
OrderedDict({
|
||||
'key': 'CREATE_VERSION_PATCH',
|
||||
'value': 7,
|
||||
}),
|
||||
]),
|
||||
})
|
||||
# ---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue