SQLite

Check-in [f237f60e4f]
Login

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

Overview
Comment:Do not allow the json_set() function to overwrite the same element more than once.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f237f60e4fa9171dfe9a77c8637595c2701e971034d41bd6018944e8b2b27a6f
User & Date: drh 2019-07-31 12:13:58.411
Context
2019-07-31
15:16
New test cases in test/fuzzdata8.db. (check-in: 6e92d71c24 user: drh tags: trunk)
12:13
Do not allow the json_set() function to overwrite the same element more than once. (check-in: f237f60e4f user: drh tags: trunk)
2019-07-30
21:00
Fix the build for when -DSQLITE_SMALL_STACK is used. (check-in: b9eda2249a user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/misc/json1.c.