mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 01:06:27 +02:00
test: drop vec_xyz if it exists
This commit is contained in:
parent
d9020b7ded
commit
8bc206fa0b
1 changed files with 1 additions and 0 deletions
|
|
@ -2209,6 +2209,7 @@ def test_correctness_npy():
|
||||||
|
|
||||||
|
|
||||||
def test_smoke():
|
def test_smoke():
|
||||||
|
db.execute("drop table if exists vec_xyz")
|
||||||
db.execute("create virtual table vec_xyz using vec0( a float[2] )")
|
db.execute("create virtual table vec_xyz using vec0( a float[2] )")
|
||||||
assert execute_all(
|
assert execute_all(
|
||||||
db,
|
db,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue