mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
add tests
This commit is contained in:
parent
dd10fb13a7
commit
5eae685fa8
1 changed files with 9 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue