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:
@ -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
|
||||
|
Reference in New Issue
Block a user