index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
json101.test
Commit message (
Expand
)
Author
Age
*
Remove unnecessary "www." prefixes on domain names in URLs.
drh
2025-04-10
*
Fix the subtype on the value column from json_each/json_tree for cases
drh
2024-02-16
*
Simplification of the new JSON insert/set test cases.
drh
2023-11-30
*
New test cases for insert/set/replace with paths that indicate substructure
drh
2023-11-30
*
Attempt to get json_extract() working with pure JSONB only, and without
drh
2023-11-28
*
Give the json_valid() function an optional second argument that determines
drh
2023-11-27
*
All tests passing.
drh
2023-11-27
*
Merge recent trunk enhancements into the jsonb branch.
drh
2023-10-19
|
\
|
*
Fix a JSON bug introduced by the optimization of [df099ad713011b67] and
drh
2023-10-17
|
*
Fix the use of an uninitialized value that occurs when doing a json_insert()
drh
2023-10-11
*
|
Fix the use of an uninitialized value that occurs when doing a json_insert()
drh
2023-10-11
*
|
Merge the latest trunk fixes and enhancements into the jsonb branch, and
drh
2023-10-09
|
\
|
|
*
Fix a potential UAF caused by JSON parser cache spill.
drh
2023-10-09
*
|
New test cases for JSONB.
drh
2023-10-02
*
|
Allow json_replace() to accept JSONB arguments as the new value.
drh
2023-10-02
*
|
Improvements to error handling for BLOB inputs on JSON.
drh
2023-10-02
*
|
Gather forward references into a single place for the JSON code. Allow
drh
2023-10-02
|
/
*
Have all test names in json101.test start with "json101".
dan
2023-08-17
*
Fix bug in the test case for the previous check-in.
drh
2023-08-11
*
Up until version 3.42.0, there was a bug in json_valid() such that it would
drh
2023-08-11
*
Reduce the maximum depth of nesting in json objects to 1000.
dan
2023-05-05
*
Improved handling of NULL arguments to json_valid() and
drh
2023-05-02
*
Omit the json_valid() function. Change the name of json_error() to
drh
2023-04-30
*
Work toward implementing JSON5 whitespace. Untested and incomplete.
drh
2023-04-26
*
Allow trailing commas in objects and arrays of JSON.
drh
2023-04-24
*
Fix json rendering so that it shows positive and negative infinity as
drh
2023-03-17
*
Any function call can abort. Take this into account when deciding if a DML
drh
2022-08-30
*
Fix the JSON Path parser so that it will accept zero-length object labels.
drh
2022-04-04
*
Remove a faulty NEVER(). Fix for dbsqlfuzz 4678cf825d27f87c9b8343720121e12cf...
drh
2022-01-30
*
Proper surrogate pair decoding added to JSON functions. See the mailing list
drh
2019-11-10
*
Fix a parser bug in the use of parentheses around table-valued functions.
drh
2018-12-03
*
Correct output for the fullkey column of json_each() when the total JSON
drh
2018-05-16
*
Fix the query planner so that it takes into account dependencies in the
drh
2018-01-26
*
Additional test case demonstrating the ability to access structure elements
drh
2017-10-27
*
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
*
Fix the JSON1 extension so that the JSON validator correctly rejects malformed
drh
2016-11-07
*
Add the json_quote() function to the JSON1 extension.
drh
2016-06-17
*
Escape control characters in JSON.
drh
2016-02-04
*
Form-feed is not valid whitespace for json.
drh
2015-10-16
*
Json1 tests are working. Builds without FTS5 enabled. Still some problems
drh
2015-10-08
*
Fix a JSON1 test case so that it works on builds that omit virtual tables.
drh
2015-09-24
*
Do not allow a comma at the end of a JSON array or object.
drh
2015-09-23
*
Fix json_set() so that it can overwrite a value that was previously overwritten
drh
2015-09-22
*
Fix a memory leak in json1.c that could occur after misuse of json_object().
drh
2015-09-19
*
Take out the goofy '$$' path syntax. Instead, use subtypes to communicate when
drh
2015-09-11
*
New test cases for the json1 extension.
drh
2015-08-29
*
Do not consider an empty string to be valid JSON. Add some additional
drh
2015-08-29
*
Back out the json_check() routine. Instead, throw an error if the input to
drh
2015-08-28
*
Add the json_check() function, which returns its argument if the argument
drh
2015-08-28
[next]