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