diff options
author | drh <> | 2025-05-10 17:09:53 +0000 |
---|---|---|
committer | drh <> | 2025-05-10 17:09:53 +0000 |
commit | 94e22bc07737e6b4ef0ba7a6a7c901a1c16d9edc (patch) | |
tree | 4f13962994c87aabf0b76f254207d67f01f889f3 /tool | |
parent | 844b457950c1858dca3fc5ed8fb1bda464381a7f (diff) | |
download | sqlite-94e22bc07737e6b4ef0ba7a6a7c901a1c16d9edc.tar.gz sqlite-94e22bc07737e6b4ef0ba7a6a7c901a1c16d9edc.zip |
Provide the SQLITE_BUG_COMPATIBLE_20250510 compile-time option that restores
the JSON5 bug fixed in the previous check-in, in case some applications need
it for legacy compatibility.
FossilOrigin-Name: 491cf31904fdbc9567b838d1ba27901e75f8ea3a117043017d08354bb09f9711
Diffstat (limited to 'tool')
-rwxr-xr-x | tool/mkctimec.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/mkctimec.tcl b/tool/mkctimec.tcl index d9f462859..1c59131b0 100755 --- a/tool/mkctimec.tcl +++ b/tool/mkctimec.tcl @@ -108,6 +108,7 @@ set boolean_defnil_options { SQLITE_ALLOW_ROWID_IN_VIEW SQLITE_ALLOW_URI_AUTHORITY SQLITE_BUG_COMPATIBLE_20160819 + SQLITE_BUG_COMPATIBLE_20250510 SQLITE_CASE_SENSITIVE_LIKE SQLITE_CHECK_PAGES SQLITE_COVERAGE_TEST |