mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-24 02:14:27 +01:00
add tests
This commit is contained in:
@@ -1383,4 +1383,12 @@ do_execsql_test comp-blog-string {
|
||||
|
||||
do_execsql_test comp-blog-blog {
|
||||
SELECT cast('0' as BLOB) = cast('0' as BLOB)
|
||||
} { 1 }
|
||||
} { 1 }
|
||||
|
||||
do_execsql_test unary-plus-noop-string {
|
||||
SELECT +'000'
|
||||
} { 000 }
|
||||
|
||||
do_execsql_test unary-plus-noop-blob {
|
||||
SELECT typeof(+x'00') = 'blob'
|
||||
} { 1 }
|
||||
|
||||
Reference in New Issue
Block a user