Remove 2nd shell in vtab tests, fix expr translation in main loop

This commit is contained in:
PThorpe92
2025-04-17 13:47:46 -04:00
parent a25a02efe1
commit d02900294e
2 changed files with 3 additions and 3 deletions

View File

@@ -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,