mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-22 16:35:30 +01:00
add examples of tests found by fuzzer
This commit is contained in:
@@ -158,6 +158,8 @@ mod tests {
|
||||
"SELECT FALSE",
|
||||
"SELECT NOT FALSE",
|
||||
"SELECT ((NULL) IS NOT TRUE <= ((NOT (FALSE))))",
|
||||
"SELECT ifnull(0, NOT 0)",
|
||||
"SELECT like('a%', 'a') = 1",
|
||||
] {
|
||||
let limbo = limbo_exec_row(&limbo_conn, query);
|
||||
let sqlite = sqlite_exec_row(&sqlite_conn, query);
|
||||
|
||||
Reference in New Issue
Block a user