2023-11-30 |
drh | Enhance json_set() and json_insert() so that they creat... jsonb-insert |
commit | commitdiff | tree |
2023-11-30 |
drh | Simplification of the new JSON insert/set test cases. |
commit | commitdiff | tree |
2023-11-30 |
drh | New test cases for insert/set/replace with paths that... |
commit | commitdiff | tree |
2023-11-30 |
drh | Convert json_insert(), json_replace(), json_set() to... |
commit | commitdiff | tree |
2023-11-29 |
drh | Convert the json_error_position() routine to use only... |
commit | commitdiff | tree |
2023-11-29 |
drh | The json_patch() function now operates exclusively... |
commit | commitdiff | tree |
2023-11-29 |
drh | Merge all the latest trunk enhancements into the jsonb... |
commit | commitdiff | tree |
2023-11-29 |
drh | The assertion change at check-in [7946c79567b0ccd3... |
commit | commitdiff | tree |
2023-11-29 |
drh | Convert the json_array_length() function to use JSONB... |
commit | commitdiff | tree |
2023-11-28 |
drh | Fix all known problems with JSONB json_extract(). |
commit | commitdiff | tree |
2023-11-28 |
drh | Do not set the J subtype when the output is JSONB. jsonb-extract |
commit | commitdiff | tree |
2023-11-28 |
drh | Preserve flexibility in the format of the RHS of -... |
commit | commitdiff | tree |
2023-11-28 |
drh | Attempt to get json_extract() working with pure JSONB... |
commit | commitdiff | tree |
2023-11-28 |
drh | The json_remove() function now uses only JSONB, never... |
commit | commitdiff | tree |
2023-11-28 |
dan | In SQLITE_ENABLE_SETLK_TIMEOUT builds, use blocking... |
commit | commitdiff | tree |
2023-11-28 |
dan | Handle an SQLITE_BUSY_TIMEOUT error if one occurs while... blocking-dms-lock |
commit | commitdiff | tree |
2023-11-28 |
drh | Activate the ability of json_patch() to work on JSONB. |
commit | commitdiff | tree |
2023-11-28 |
drh | All legacy tests are passing. jsonb-patch |
commit | commitdiff | tree |
2023-11-28 |
drh | The json_patch() code for JSONB compiles and works... |
commit | commitdiff | tree |
2023-11-28 |
drh | More aggressive use of jsonBlobEdit(). Improvements... |
commit | commitdiff | tree |
2023-11-27 |
drh | Add untested (#ifdefed-out) code for the MergePatch... |
commit | commitdiff | tree |
2023-11-27 |
dan | Have SQLITE_ENABLE_SETLK_TIMEOUT builds block when... |
commit | commitdiff | tree |
2023-11-27 |
dan | In SQLITE_ENABLE_SETLK_TIMEOUT builds, use blocking... |
commit | commitdiff | tree |
2023-11-27 |
drh | Enhance the (SQLITE_DEBUG-only) json_parse() routine... |
commit | commitdiff | tree |
2023-11-27 |
drh | Give the json_valid() function an optional second argum... |
commit | commitdiff | tree |
2023-11-27 |
drh | Convert the json_tree() and json_each() virtual tables... |
commit | commitdiff | tree |
2023-11-27 |
drh | All tests passing. jsonb-tree |
commit | commitdiff | tree |
2023-11-26 |
drh | Fix corner-case error conditions. |
commit | commitdiff | tree |
2023-11-26 |
drh | Same results as the legacy JsonNode implementation... |
commit | commitdiff | tree |
2023-11-25 |
drh | Remove unused elements from the json_tree() cursor. |
commit | commitdiff | tree |
2023-11-25 |
drh | Remove the vestigal JsonNode logic from json_tree(... |
commit | commitdiff | tree |
2023-11-25 |
drh | Almost working. Path is still not exactly right when... |
commit | commitdiff | tree |
2023-11-25 |
drh | Generate the fullkey and path columns of json_tree(). |
commit | commitdiff | tree |
2023-11-25 |
drh | Handle the path argument to json_tree() and json_each(). |
commit | commitdiff | tree |
2023-11-24 |
drh | Continuing work on json_tree() against a JSONB. |
commit | commitdiff | tree |
2023-11-24 |
dan | Add the --buildonly and --dryrun options to testrunner... |
commit | commitdiff | tree |
2023-11-24 |
drh | Incremental progress toward getting json_each() and... |
commit | commitdiff | tree |
2023-11-24 |
dan | Allow a pattern to filter test scripts to be appended... |
commit | commitdiff | tree |
2023-11-24 |
larrybr | Get all CLI print calls which went to stdout in 3.44... |
commit | commitdiff | tree |
2023-11-24 |
drh | Fix jsonParseReset() to properly clear the JsonParse... |
commit | commitdiff | tree |
2023-11-24 |
drh | Omit precompiled binaries from the source tree. |
commit | commitdiff | tree |
2023-11-24 |
drh | Omit the precompiled binary from the source tree. |
commit | commitdiff | tree |
2023-11-24 |
drh | Merge the latest trunk enhancements and fixes into... |
commit | commitdiff | tree |
2023-11-24 |
larrybr | CLI .output/.once to not redirect ".timer on" results. |
commit | commitdiff | tree |
2023-11-23 |
dan | Fix an fts5 problem that could occur when mixing regula... |
commit | commitdiff | tree |
2023-11-23 |
larrybr | Fix output redirect bug reported in [forum:/forumposts... |
commit | commitdiff | tree |
2023-11-22 |
stephan | Minor doc fix in src/betreeInt.h, prompted by an email... |
commit | commitdiff | tree |
2023-11-22 |
larrybr | For CLI build with unused function warnings on, #ifdef... |
commit | commitdiff | tree |
2023-11-22 |
stephan | Correct the URL for loading sqlite3-worker1-bundler... |
commit | commitdiff | tree |
2023-11-21 |
drh | Inserts invalid JSONB should return "malformed JSON... |
commit | commitdiff | tree |
2023-11-21 |
drh | Direct editing of JSONB using json_insert() and json_set(). |
commit | commitdiff | tree |
2023-11-21 |
drh | Correct blob-to-text rendering in some corner cases. |
commit | commitdiff | tree |
2023-11-21 |
larrybr | Merge console I/O changes for Windows CLI. |
commit | commitdiff | tree |
2023-11-21 |
drh | Fix the translation of JSON5 numeric values from BLOB... |
commit | commitdiff | tree |
2023-11-21 |
drh | Merge all recent trunk fixes and enhancements into... |
commit | commitdiff | tree |
2023-11-21 |
drh | Make edits directly to the JSONB BLOB when the input... |
commit | commitdiff | tree |
2023-11-21 |
larrybr | Sync w/trunk as pre-merge-to-trunk sanity check. |
commit | commitdiff | tree |
2023-11-21 |
drh | Fix the trace3-4.4 test to be more rebust against timin... |
commit | commitdiff | tree |
2023-11-20 |
drh | Back out an incorrect change to the sqlite3ExprCompareS... |
commit | commitdiff | tree |
2023-11-20 |
drh | Convert an assert in OP_VCheck into a branch that abort... |
commit | commitdiff | tree |
2023-11-20 |
dan | Fix an assert() in fts5 that could be true following... |
commit | commitdiff | tree |
2023-11-20 |
larrybr | Cherrypick shell1.test fix. |
commit | commitdiff | tree |
2023-11-20 |
larrybr | Cherrypick shell1.test fix. |
commit | commitdiff | tree |
2023-11-18 |
mistachkin | Correct conditional compilation issue seen with MSVC... |
commit | commitdiff | tree |
2023-11-18 |
dan | When ENABLE_SETLK is defined, avoid ever blocking on... |
commit | commitdiff | tree |
2023-11-18 |
drh | Adjust an assert() in fts5WritePoslistData() so that... |
commit | commitdiff | tree |
2023-11-18 |
drh | Another assertion fault fix, similar to [a9443dbfbe25e5... |
commit | commitdiff | tree |
2023-11-17 |
dan | When SQLITE_ENABLE_SETLK_TIMEOUT is defined, use a... |
commit | commitdiff | tree |
2023-11-17 |
drh | Add the new "run-fuzzcheck" target on the autoconf... |
commit | commitdiff | tree |
2023-11-17 |
drh | Add an assert() to prove the sqlite3_prepare() always... |
commit | commitdiff | tree |
2023-11-17 |
dan | When SQLITE_ENABLE_SETLK_TIMEOUT is defined, use a... unix-setlk-timeout-mutexes |
commit | commitdiff | tree |
2023-11-17 |
drh | Merge the latest trunk enhancements and fixes into... |
commit | commitdiff | tree |
2023-11-17 |
drh | Fix harmless compiler warnings in debugging code. |
commit | commitdiff | tree |
2023-11-17 |
drh | Fix an incorrect assert() associated with ALTER TABLE... |
commit | commitdiff | tree |
2023-11-16 |
larrybr | Simplify and make more rational how console I/O package... |
commit | commitdiff | tree |
2023-11-15 |
drh | Both json_remove() jsonb_remove() work on pure JSONB... |
commit | commitdiff | tree |
2023-11-15 |
drh | Some simple test cases for JSONB direct remove. |
commit | commitdiff | tree |
2023-11-15 |
dan | Changes so that if SQLITE_ENABLE_SETLK_TIMEOUT is defin... |
commit | commitdiff | tree |
2023-11-15 |
drh | jsonb_remove() now works without having to use a JsonNo... |
commit | commitdiff | tree |
2023-11-15 |
drh | The jsonb_remove() routine now appears to be working. jsonb-remove |
commit | commitdiff | tree |
2023-11-15 |
drh | Work toward getting jsonb_remove() to work directly... |
commit | commitdiff | tree |
2023-11-15 |
drh | Improvements to the description of sqlite3_errmsg(... |
commit | commitdiff | tree |
2023-11-15 |
drh | Merge all the latest enhancements and fixes from trunk... |
commit | commitdiff | tree |
2023-11-15 |
stephan | Fix an exception misuse in test-opfs-vfs.js. |
commit | commitdiff | tree |
2023-11-15 |
stephan | JNI: add more wrapper1 Sqlite.Blob tests. |
commit | commitdiff | tree |
2023-11-15 |
stephan | JNI: clear out the sqlite3_context native pointer after... |
commit | commitdiff | tree |
2023-11-15 |
stephan | JNI doc updates. |
commit | commitdiff | tree |
2023-11-15 |
stephan | JNI: add the @Experimental annotation and mark all... |
commit | commitdiff | tree |
2023-11-15 |
stephan | JNI test code cleanups. |
commit | commitdiff | tree |
2023-11-15 |
stephan | JNI: add CONFIG_LOG and CONFIG_SQLLOG support to wrappe... |
commit | commitdiff | tree |
2023-11-15 |
stephan | JNI: apply an internal level of API indirection to... |
commit | commitdiff | tree |
2023-11-14 |
drh | Add NEVER() to a branch made unreachable by [6f9eed826f... |
commit | commitdiff | tree |
2023-11-14 |
stephan | JNI: reimplement Tester2.execSql() using the high-level... |
commit | commitdiff | tree |
2023-11-14 |
dan | Fix another obscure problem with nested aggregates... |
commit | commitdiff | tree |
2023-11-14 |
stephan | JNI: add Sqlite.Stmt.step(boolean) overload which retur... |
commit | commitdiff | tree |
2023-11-14 |
drh | Extra PRAGMA vdbe_addoptrace output showing when OP_Col... |
commit | commitdiff | tree |
2023-11-14 |
stephan | JNI: use ByteBuffer.limit() instead of ByteBuffer.capac... |
commit | commitdiff | tree |
2023-11-14 |
stephan | JNI: add sqlite3_blob_read_nio_buffer() and iron out... |
commit | commitdiff | tree |
2023-11-14 |
larrybr | Add a few asserts into *Put*() functions to catch calls... |
commit | commitdiff | tree |
2023-11-14 |
stephan | JNI: change sqlite3_prepare_multi()'s exception-handlin... |
commit | commitdiff | tree |
next |