aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/json1.c
Commit message (Expand)AuthorAge
* An attempt to integrate the JSON functions directly into the SQLite core,drh2022-01-06
* In the json1 extension, which compiling it separately, ensure that eitherdrh2021-12-20
* Fix a faulty JSON assert() added 30 days ago by check-in [7b8ea2298927fd34].drh2021-11-15
* The VVA() macro in json1.c must be active during SQLITE_COVERAGE_TEST becausedrh2021-11-01
* Fix an incorrect JSON assert() that was added 5 days ago by check-in [7b8ea22...drh2021-10-20
* Protect the JsonNode.u union using nearby assert()s and branches.drh2021-10-15
* Fix separate compilation of json1.c, which was apparently broken bydrh2021-10-05
* Fix harmless static-analyzer warnings.drh2021-10-04
* Fix harmless static analyzer warnings.drh2021-10-04
* Fix harmless compiler warnings.drh2021-10-01
* Fix a potential memory leak in json_group_object() following an error.drh2021-05-28
* Guard against a NULL-pointer dereference following OOM in the JSON extension.drh2021-04-30
* Fix a potential crash when using json_group_array() as a window function.dan2021-04-14
* Fix an error in the inversion function for json_group_array().drh2021-04-13
* Fix harmless compiler warnings that surface in newer versions of GCC.drh2020-08-10
* Avoid harmless UB in memcpy() in the JSON extension.drh2020-05-17
* Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to setdrh2020-01-07
* Enhance PRAGMA function_list so that it shows all instances of each FuncDef,drh2020-01-04
* Extend the json-path mechanism with array indexes of the form "#" or "#-n" fordrh2019-11-22
* Proper surrogate pair decoding added to JSON functions. See the mailing listdrh2019-11-10
* Fix harmless compiler warnings.drh2019-09-21
* Fix the windows inverse function on the JSON aggregates.drh2019-09-14
* Change the meaning of the SQLITE_SUBTYPE flag so that it indicates that the u...dan2019-09-13
* Add the SQLITE_SUBTYPE flag, which can be passed to sqlite3_create_function()...dan2019-09-07
* Do not allow the json_set() function to overwrite the same element more thandrh2019-07-31
* Fix a problem with handling with handling quoted path elements in extension f...dan2019-06-17
* Use 64-bit math to compute the sizes of memory allocations in extensions.drh2019-01-08
* Fix the JSON table-valued functions to make use of SQLITE_CONSTRAINT.drh2018-11-16
* Initial code to make shadow tables read-only to ordinary SQL. The nowdrh2018-11-05
* Fix some harmless compiler warnings seen with MSVC.mistachkin2018-09-12
* Improved JSON parser caching.drh2018-08-30
* Add missing SQLITE_OMIT_WINDOWFUNC check to the json1 extension.mistachkin2018-07-24
* Fixes for various harmless compiler warnings.drh2018-07-09
* Fix the JSON extension so that it can be compiled separately from thedrh2018-07-07
* Add ALWAYS() macros on results of sqlite3_aggregate_context() calls indrh2018-07-07
* Get the json_group_array() and json_group_object() SQL functions workingdrh2018-07-05
* Correct output for the fullkey column of json_each() when the total JSONdrh2018-05-16
* Cache the JSON parse used by json_extract().drh2017-05-11
* Make USE_FULLWARN=1 the default for MSVC and fix harmless compiler warnings.mistachkin2017-04-14
* Fix a regression caused by the fix for ticket [6c9b5514077fed34551f98e64c09a1] -drh2017-04-13
* Limit the depth of recursion for valid JSON in the JSON1 extension in orderdrh2017-04-11
* Change the JSON extension so that it disallows control characters inside ofdrh2017-04-10
* Disallow leading zeros on numeric constants in JSON.drh2017-04-08
* Fix two harmless compiler warnings.drh2017-03-25
* Fix a harmless compiler warning in the JSON1 extension.drh2017-03-24
* Fix an error in the new json_patch() routine discovered by Ralf Junker.drh2017-03-24
* Change the name of the json_merge_patch() function to just json_patch().drh2017-03-23
* Avoid redundant edits in the json_merge_patch() function.drh2017-03-23
* Fix harmless compiler warnings in the new json_merge_patch() logic.drh2017-03-23
* Various fixes to the json_merge_patch() function.drh2017-03-23