mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-04 15:54:23 +01:00
add TCL test for quoting of quotes
This commit is contained in:
@@ -631,6 +631,10 @@ do_execsql_test quote-string {
|
||||
SELECT quote('limbo')
|
||||
} {'limbo'}
|
||||
|
||||
do_execsql_test quote-escape {
|
||||
SELECT quote('''quote''')
|
||||
} {'''quote'''}
|
||||
|
||||
do_execsql_test quote-null {
|
||||
SELECT quote(null)
|
||||
} {NULL}
|
||||
|
||||
Reference in New Issue
Block a user