mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 00:54:19 +01:00
Remove 2nd shell in vtab tests, fix expr translation in main loop
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user