mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
fuzz work
This commit is contained in:
parent
ac01e330de
commit
65656cbadc
13 changed files with 261 additions and 0 deletions
7
tests/leak-fixtures/vec0-create.sql
Normal file
7
tests/leak-fixtures/vec0-create.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.load dist/vec0
|
||||
.mode box
|
||||
.header on
|
||||
.eqp on
|
||||
.echo on
|
||||
|
||||
create virtual table v using vec0(y);
|
||||
Loading…
Add table
Add a link
Reference in a new issue