mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix bug in the test case for the previous check-in.
FossilOrigin-Name: c5daae88612607aa7a8b13b021cf586fc66e8bcd1fa9d948a860c881b7247761
This commit is contained in:
@ -923,7 +923,7 @@ do_execsql_test json-20.3 {
|
||||
# a NULL value as the JSON input.
|
||||
#
|
||||
db null NULL
|
||||
if {[db exists {SELECT * FROM pragma_compile_options WHERE compile_options LIKE '%legacy_json_valid%'}] {
|
||||
if {[db exists {SELECT * FROM pragma_compile_options WHERE compile_options LIKE '%legacy_json_valid%'}]} {
|
||||
do_execsql_test json-21.1-legacy {
|
||||
SELECT json_valid(NULL);
|
||||
} 0
|
||||
|
Reference in New Issue
Block a user