mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-20 09:54:19 +01:00
Remove TableReferenceType enum to clean up planner
This commit is contained in:
@@ -307,7 +307,7 @@ def test_crypto(pipe):
|
||||
run_test(
|
||||
pipe,
|
||||
"SELECT crypto_blake('a');",
|
||||
lambda res: "Error" in res,
|
||||
lambda res: "Parse error" in res,
|
||||
"crypto_blake3 returns null when ext not loaded",
|
||||
)
|
||||
run_test(
|
||||
|
||||
Reference in New Issue
Block a user