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 |
drh | Incremental progress toward getting json_each() and... |
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 |
2023-11-14 |
stephan | JNI: add sqlite3_blob_write() overload which accepts... |
commit | commitdiff | tree |
2023-11-13 |
stephan | JNI: add sqlite3_column_nio_buffer() and sqlite3_value_... |
commit | commitdiff | tree |
2023-11-13 |
stephan | JNI: add sqlite3_result_nio_buffer() and tests. Discove... |
commit | commitdiff | tree |
2023-11-13 |
larrybr | Cure many warnings from gcc, clang and CL.exe. |
commit | commitdiff | tree |
2023-11-13 |
stephan | JNI: add sqlite3_bind_nio_buffer() and initial tests... |
commit | commitdiff | tree |
2023-11-13 |
larrybr | Fix var-intro after executable code departure from... |
commit | commitdiff | tree |
2023-11-13 |
larrybr | Slight cleanup of length-limited strpbrk() replacement... |
commit | commitdiff | tree |
2023-11-13 |
larrybr | Enhance console_io to permit emits limited in various... |
commit | commitdiff | tree |
2023-11-12 |
larrybr | Add sqlite3_x86.exe unversioned binary. |
commit | commitdiff | tree |
2023-11-12 |
larrybr | Use setOutputStream() to designate implicit output... |
commit | commitdiff | tree |
2023-11-12 |
larrybr | Write BOM without fwrite(), using sputz() so that if... |
commit | commitdiff | tree |
2023-11-11 |
larrybr | Remove SHELL_LEGACY_CONSOLE_IO PP symbol and code it... |
commit | commitdiff | tree |
2023-11-11 |
larrybr | Complete shell transition to using {f,o,e}put{f,z}... |
commit | commitdiff | tree |
2023-11-11 |
stephan | JNI wrapper1: when checking for an out-of-bounds statem... |
commit | commitdiff | tree |
2023-11-11 |
stephan | Do not cache a statement's column count in the JNI... |
commit | commitdiff | tree |
2023-11-11 |
larrybr | Fix malf with redirected input due to bad assumption... |
commit | commitdiff | tree |
2023-11-11 |
larrybr | Pervasive changes to console_io.{c,h} in support of... |
commit | commitdiff | tree |
2023-11-10 |
dan | Fix another problem with mixed join types and the RIGHT... |
commit | commitdiff | tree |
2023-11-10 |
drh | Additional debugging information on the tree-dump of... |
commit | commitdiff | tree |
2023-11-10 |
drh | Remove an incorrect ALWAYS() that was inserted yesterda... |
commit | commitdiff | tree |
2023-11-10 |
drh | Merge recent trunk enhancements and fixes into the... |
commit | commitdiff | tree |
2023-11-10 |
drh | Ensure 8-byte alignment of data structues in sqlite3_da... |
commit | commitdiff | tree |
2023-11-10 |
drh | Remove a NEVER() from whereAddIndexedExpr() that is... |
commit | commitdiff | tree |
2023-11-10 |
dan | Fix an obscure problem with the join-strength-reduction... |
commit | commitdiff | tree |
2023-11-10 |
stephan | Expose the missing SQLITE_SUBTYPE to wasm. |
commit | commitdiff | tree |
2023-11-10 |
stephan | Expose the missing SQLITE_SUBTYPE to JNI. |
commit | commitdiff | tree |
2023-11-10 |
stephan | Expose SQLITE_RESULT_SUBTYPE to JNI. |
commit | commitdiff | tree |
2023-11-09 |
stephan | Expose SQLITE_RESULT_SUBTYPE to wasm. |
commit | commitdiff | tree |
2023-11-09 |
drh | Add the SQLITE_RESULT_SUBTYPE flag for application... |
commit | commitdiff | tree |
next |