mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
_metadata_text_NN shadow tables to _metadatatextNN
This commit is contained in:
parent
0b17547778
commit
86df498910
5 changed files with 176 additions and 150 deletions
|
|
@ -580,7 +580,7 @@ def test_errors(db, snapshot):
|
|||
|
||||
# EVIDENCE-OF: V15466_32305
|
||||
db.set_authorizer(
|
||||
authorizer_deny_on(sqlite3.SQLITE_READ, "v_metadata_text_data_00", "data")
|
||||
authorizer_deny_on(sqlite3.SQLITE_READ, "v_metadatatext00", "data")
|
||||
)
|
||||
assert exec(db, "select * from v") == snapshot()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue