mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
Remove 2nd shell in vtab tests, fix expr translation in main loop
This commit is contained in:
parent
a25a02efe1
commit
d02900294e
2 changed files with 3 additions and 3 deletions
|
@ -343,7 +343,6 @@ def test_kv():
|
|||
# first, create a normal table to ensure no issues
|
||||
limbo.execute_dot("CREATE TABLE other (a,b,c);")
|
||||
limbo.execute_dot("INSERT INTO other values (23,32,23);")
|
||||
limbo = TestLimboShell()
|
||||
limbo.run_test_fn(
|
||||
"create virtual table t using kv_store;",
|
||||
lambda res: "Module kv_store not found" in res,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue