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