Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/json102.test
2017-04-10
| ||
12:31 | Add a new JSON test case to verify that all control characters are escaped in the json_quote() function. file: [eeb54efa] check-in: [6ee12221] user: drh branch: trunk, size: 11470 | |
12:25 | Change the JSON extension so that it disallows control characters inside of strings. Fix for ticket [6c9b5514077fed34551f98e64c09a10dc2fc8e16]. file: [0eacdde6] check-in: [475d8f82] user: drh branch: trunk, size: 11239 | |
2017-04-08
| ||
18:18 | Disallow leading zeros on numeric constants in JSON. Fix for ticket [b93be8729a895a528e2] file: [de1728e8] check-in: [204e72f0] user: drh branch: trunk, size: 10774 | |
2015-10-08
| ||
23:37 | Json1 tests are working. Builds without FTS5 enabled. Still some problems building with FTS5. file: [bf3fe7a7] check-in: [2928f8e8] user: drh branch: amalg-json1-fts5, size: 9655 | |
2015-09-19
| ||
11:57 | Fix an off-by-one error (really off-by-2 in this case) in the buffer resize logic of json1. file: [796b1c59] check-in: [d2a02737] user: drh branch: trunk, size: 9640 | |
2015-09-17
| ||
17:21 | Avoid passing (signed char) values directly to isspace(), isalnum() or isdigit() in json1.c. Cast the value to (unsigned char) first. file: [b6282433] check-in: [6713e35b] user: dan branch: trunk, size: 9378 | |
2015-09-11
| ||
15:32 | More test cases in test/json102.test corresponding to new examples in the json1 documentation. file: [4e1403cb] check-in: [f599a42e] user: drh branch: trunk, size: 9055 | |
01:22 | Updates to the sqlite3_value_subtype() and sqlite3_result_subtype() documentation and to test cases for json1 dealing with those interfaces. file: [b5da30ae] check-in: [d6cadbe9] user: drh branch: trunk, size: 8368 | |
2015-09-10
| ||
15:22 | Disable tests for json_each() and json_tree() on builds where virtual tables are not supported file: [12ef6d7d] check-in: [bb8ee3b1] user: drh branch: trunk, size: 7545 | |
03:29 | Fix the json_tree() scan for the case when a path is supplied. Add new json1 test cases. file: [ab2ea596] check-in: [6adc7de7] user: drh branch: trunk, size: 7505 Added | |