/ Changes On Branch json
Login

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

Changes In Branch json Excluding Merge-Ins

This is equivalent to a diff from da3c9df09c to 9ff6ccde5f

2015-08-22
07:55
Merge trunk changes into this branch. (check-in: 9021f7369f user: dan tags: begin-concurrent)
2015-08-21
20:43
Add extension functions for processing JSON. (check-in: 178f9a352c user: drh tags: trunk)
20:37
Fixes for compiler warnings and errors in the makefiles. Rename the one test script to json101.test. (Closed-Leaf check-in: 9ff6ccde5f user: drh tags: json)
20:12
Change the name of the json loadable extension to "json1.c", in anticipation of having future major changes to the interface. (check-in: d0d4bec9e3 user: drh tags: json)
19:56
Merge header file fixes from trunk. (check-in: 7c2713e98f user: drh tags: json)
19:53
Add a missing #define for sqlite3_vsnprintf to sqlite3ext.h. (check-in: da3c9df09c user: drh tags: trunk)
17:39
Reserve the SQLITE_IOERR_VNODE error code name. (check-in: 53b593fcae user: drh tags: trunk)

Changes to Makefile.in.

Changes to Makefile.msc.

Added ext/misc/json1.c.

Changes to main.mk.

Changes to src/test1.c.

Added test/json101.test.