1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

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
This commit is contained in:
drh
2025-05-10 17:09:53 +00:00
parent 844b457950
commit 94e22bc077
4 changed files with 25 additions and 9 deletions

View File

@ -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