mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
Add TCL tests for quote scalar function w/ blob type
This commit is contained in:
parent
23b34fac9a
commit
ed579fbdf2
1 changed files with 7 additions and 0 deletions
|
|
@ -1072,6 +1072,13 @@ do_execsql_test if-alias-multi-args-no-else-is-null {
|
|||
select if(0, 'a', 0, 'b');
|
||||
} {}
|
||||
|
||||
do_execsql_test replace-test-zeroblob-quote {
|
||||
select replace(substr(quote(zeroblob((6 + 1) / 2)), 3, 6), '0', 'a');
|
||||
} {aaaaaa}
|
||||
|
||||
do_execsql_test replace-test-zeroblob-quote {
|
||||
select quote(0xf7b);
|
||||
} {3963}
|
||||
|
||||
# TODO: sqlite seems not enable soundex() by default unless build it with SQLITE_SOUNDEX enabled.
|
||||
# do_execsql_test soundex-text {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue