SQLite

Changes On Branch json-in-core
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch json-in-core Excluding Merge-Ins

This is equivalent to a diff from 71272caf to 8da07c8b

2022-01-11
23:28
Merge the JSON interface into the core. Add -> and ->> operators for JSON that are compatible with by MySQL and PG. (check-in: 4cbb3e3e user: drh tags: trunk)
22:06
Remove vestigial traces of json_ntype(). (Closed-Leaf check-in: 8da07c8b user: drh tags: json-in-core)
18:01
Fix the PG-compatible -> and ->> path parsing. (check-in: 22d51383 user: drh tags: json-in-core)
2022-01-09
19:36
Merge trunk enhancements into the json-in-core branch. (check-in: ea755771 user: drh tags: json-in-core)
2022-01-08
21:50
Add NEVER() macros to two branches that became unreachable due to [e199a851e316bd47]. (check-in: 71272caf user: drh tags: trunk)
21:00
Add function format() as an alias for printf(), for compatibility with other systems. (check-in: 68bffc61 user: drh tags: trunk)

Changes to Makefile.in.

Changes to Makefile.msc.

Changes to configure.

Changes to configure.ac.

Added doc/json-enhancements.md.

Deleted ext/misc/json1.c.

Changes to ext/rtree/geopoly.c.

Changes to main.mk.

Changes to src/callback.c.

Changes to src/ctime.c.

Changes to src/func.c.

Added src/json.c.

Changes to src/main.c.

Changes to src/parse.y.

Changes to src/sqliteInt.h.

Changes to src/tokenize.c.

Changes to test/func.test.

Changes to test/json102.test.

Changes to tool/mksqlite3c.tcl.