2025-07-24 |
drh | Version 3.44.5 branch-3.44 release version-3.44.5 |
commit | commitdiff | tree |
2025-07-23 |
drh | Increase the version number to 3.44.5 |
commit | commitdiff | tree |
2025-07-23 |
drh | Raise an error right away if the number of aggregate... |
commit | commitdiff | tree |
2025-02-19 |
drh | Version 3.44.4 patch-release version-3.44.4 |
commit | commitdiff | tree |
2025-02-18 |
drh | Cherry pick recent fixes into branch-3.44. |
commit | commitdiff | tree |
2024-04-12 |
drh | Mark the BTree cell overflow cache as invalid whenever... |
commit | commitdiff | tree |
2024-04-09 |
drh | Ignore CHECK constraints when |
commit | commitdiff | tree |
2024-04-05 |
drh | Check-in a9657c87c53c1922 is wrong: the IndexedExpr... |
commit | commitdiff | tree |
2024-04-05 |
drh | When compiling with SQLITE_ALLOW_ROWID_IN_VIEW, if... version-3.44.3 |
commit | commitdiff | tree |
2024-03-24 |
drh | Fix the xBestIndex method of the pragma virtual table... |
commit | commitdiff | tree |
2024-03-24 |
drh | Do not automatically assume that ROWID is NOT NULL... |
commit | commitdiff | tree |
2024-03-21 |
drh | Fix a assert() that is incorrect, though harmless.... |
commit | commitdiff | tree |
2024-03-20 |
drh | Fix test cases for rtree and fts5. No changes to code. |
commit | commitdiff | tree |
2024-03-20 |
drh | Have rtree avoid keeping a blob handle open following... |
commit | commitdiff | tree |
2024-03-20 |
drh | Following a ROLLBACK that reverts changes to an RTREE... |
commit | commitdiff | tree |
2024-03-20 |
drh | Back port various minor patches |
commit | commitdiff | tree |
2024-03-20 |
drh | Automatically disable the DISTINCT optimization during... |
commit | commitdiff | tree |
2024-03-20 |
drh | Ignore COLLATE operators when determining whether the... |
commit | commitdiff | tree |
2024-03-20 |
drh | Fix a harmless compiler warning in the randomjson.c... |
commit | commitdiff | tree |
2024-03-20 |
drh | If a term of an ORDER BY or GROUP BY contains an aggreg... |
commit | commitdiff | tree |
2024-03-20 |
drh | Fix the SQLITE_ALLOW_ROWID_IN_VIEW bug-compatibility... |
commit | commitdiff | tree |
2024-03-19 |
drh | Fix a problem involving infinities int the Kahan-Babush... |
commit | commitdiff | tree |
2024-03-08 |
drh | Silently ignore redundant ON CONFLICT clauses in an... |
commit | commitdiff | tree |
2024-01-23 |
drh | In os_unix.c and os_win.c, do not allow xFetch() to... |
commit | commitdiff | tree |
2023-12-22 |
stephan | Update #ifdef checks in pager.c and util.c to account... |
commit | commitdiff | tree |
2023-12-19 |
drh | When unable to resolve an identifier, change the Expr... |
commit | commitdiff | tree |
2023-12-13 |
drh | Avoid invoking sqlite3ExprColUsage() on an unresolve... |
commit | commitdiff | tree |
2023-12-12 |
stephan | Worker1 Promiser API: when multiple db connections... |
commit | commitdiff | tree |
2023-12-11 |
dan | Different fix for the fts5 COMMIT-following-OOM problem... |
commit | commitdiff | tree |
2023-11-29 |
drh | Increase the patch level to 3.44.3. |
commit | commitdiff | tree |
2023-11-29 |
drh | Reference count the Table passed into the OP_VCheck... |
commit | commitdiff | tree |
2023-11-24 |
drh | Version 3.44.2 version-3.44.2 |
commit | commitdiff | tree |
2023-11-23 |
drh | Another assertion fault fix, similar to [a9443dbfbe25e588]. |
commit | commitdiff | tree |
2023-11-23 |
drh | Fix harmless compiler warnings in debugging code. |
commit | commitdiff | tree |
2023-11-23 |
drh | Fix an fts5 problem that could occur when mixing regula... |
commit | commitdiff | tree |
2023-11-23 |
drh | Increase the version number to 3.44.2. |
commit | commitdiff | tree |
2023-11-23 |
larrybr | Fix output redirect bug reported in [forum:/forumposts... |
commit | commitdiff | tree |
2023-11-22 |
stephan | Correct the URL for loading sqlite3-worker1-bundler... |
commit | commitdiff | tree |
2023-11-22 |
drh | Version 3.44.1 version-3.44.1 |
commit | commitdiff | tree |
2023-11-21 |
larrybr | Pickup minor stylistic changes related to console I... |
commit | commitdiff | tree |
2023-11-20 |
drh | Back out an incorrect change to the sqlite3ExprCompareS... |
commit | commitdiff | tree |
2023-11-20 |
larrybr | Arrange to not compile unused console I/O function. |
commit | commitdiff | tree |
2023-11-20 |
drh | Convert an assert in OP_VCheck into a branch that abort... |
commit | commitdiff | tree |
2023-11-20 |
drh | Cherry pick additional assert() fixes from trunk into... |
commit | commitdiff | tree |
2023-11-20 |
drh | Fix an assert() in fts5 that could be true following... |
commit | commitdiff | tree |
2023-11-19 |
larrybr | Fix test 5.0 in shell1.test for Windows. (A double... |
commit | commitdiff | tree |
2023-11-18 |
larrybr | Merge changes to do Windows console I/O with UTF-16. |
commit | commitdiff | tree |
2023-11-18 |
drh | Correct conditional compilation issue seen with MSVC... |
commit | commitdiff | tree |
2023-11-16 |
larrybr | Cherrypick changes to simplify and make more rational... consio-3.44 |
commit | commitdiff | tree |
2023-11-15 |
larrybr | Get Fiddle build to succeed. (It runs, too, but not... |
commit | commitdiff | tree |
2023-11-15 |
larrybr | Changes to console I/O for Fiddle build, to always... |
commit | commitdiff | tree |
2023-11-14 |
larrybr | Cherry-pick some assert()s to cover misuse of *Put... |
commit | commitdiff | tree |
2023-11-13 |
larrybr | Manual merge of branch-3.44 with 3 sources affected... |
commit | commitdiff | tree |
2023-11-13 |
drh | Remove an incorrect ALWAYS() and NEVER(). |
commit | commitdiff | tree |
2023-11-10 |
drh | Fix another problem with mixed join types and the RIGHT... |
commit | commitdiff | tree |
2023-11-10 |
drh | 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-09 |
drh | Ensure 8-byte alignment of data structues in sqlite3_da... |
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 |
2023-11-09 |
drh | JSON5 bug fix: Escape double-quotes that occur inside... |
commit | commitdiff | tree |
2023-11-07 |
drh | Update the documentation to the sqlite3_set_auxdata... |
commit | commitdiff | tree |
2023-11-06 |
drh | Update the srctree-check.tcl script and child script... |
commit | commitdiff | tree |
2023-11-06 |
drh | Fix an fts5 problem where a transaction consisting... |
commit | commitdiff | tree |
2023-11-02 |
drh | Update the version number to 3.44.1 |
commit | commitdiff | tree |
2023-11-02 |
drh | CLI to compile with older MSVC compiler. |
commit | commitdiff | tree |
2023-11-01 |
drh | Version 3.44.0 version-3.44.0 |
commit | commitdiff | tree |
2023-10-31 |
drh | Fix harmless compiler warnings in test code. |
commit | commitdiff | tree |
2023-10-31 |
dan | Fix a problem with SQLITE_ENABLE_FTS5 builds of the... |
commit | commitdiff | tree |
2023-10-30 |
larrybr | Remedy CLI non-UTF8 handling detection flaw [forum... |
commit | commitdiff | tree |
2023-10-30 |
larrybr | Remedy CLI non-UTF8 handling detection flaw [forum... win-utf8-io-split |
commit | commitdiff | tree |
2023-10-30 |
drh | Update the autoconf/Makefile.msc so that it aligns... |
commit | commitdiff | tree |
2023-10-30 |
larrybr | Dodge a nuisance warning from MSVC in CLI use of Prepar... |
commit | commitdiff | tree |
2023-10-30 |
drh | Add a cast to i64 for an integer in an sqlite3OsWrite... |
commit | commitdiff | tree |
2023-10-30 |
drh | Fix another comment typo. No code changes. |
commit | commitdiff | tree |
2023-10-30 |
dan | Add FTS5 to default Makefile.msc builds. And UNKNOWN_SQ... |
commit | commitdiff | tree |
2023-10-30 |
drh | Make the new sqlite3_get_clientdata() and sqlite3_set_c... |
commit | commitdiff | tree |
2023-10-30 |
dan | Fix problems with previous commit on Makefile.msc.... shell-build-changes |
commit | commitdiff | tree |
2023-10-30 |
drh | Fix typo in a comment. No code changes. |
commit | commitdiff | tree |
2023-10-30 |
dan | Add FTS5 to default Makefile.msc builds. And UNKNOWN_SQ... |
commit | commitdiff | tree |
2023-10-30 |
larrybr | Predicate Windows CLI UTF-8 console I/O on a runtime... |
commit | commitdiff | tree |
2023-10-30 |
larrybr | Predicate Windows CLI UTF-8 console I/O on a runtime... |
commit | commitdiff | tree |
2023-10-30 |
drh | With SQLITE_ENABLE_BLOCK_ATOMIC_WRITE enabled, if a... |
commit | commitdiff | tree |
2023-10-29 |
larrybr | For Windows CLI, institute a version check to determine... |
commit | commitdiff | tree |
2023-10-29 |
larrybr | Simplify code slightly. Improve comments on added code... |
commit | commitdiff | tree |
2023-10-29 |
larrybr | Properly close a handle. Use a putatively effective... |
commit | commitdiff | tree |
2023-10-29 |
larrybr | Condition default UTF-8 console I/O for Windows builds... |
commit | commitdiff | tree |
2023-10-28 |
drh | Limit the range of integer unix timestamps in date4... |
commit | commitdiff | tree |
2023-10-28 |
drh | Update documentation for sqlite3_errmsg() to try to... |
commit | commitdiff | tree |
2023-10-28 |
drh | Since SQLite considers NaN to be like NULL and NULL... |
commit | commitdiff | tree |
2023-10-28 |
stephan | Remove the SQLITE_MAX_ALLOCATION_SIZE flag (set to... |
commit | commitdiff | tree |
2023-10-27 |
larrybr | Fix cosmetic flaw in SQLITE_TXN_* doc. (no code change) |
commit | commitdiff | tree |
2023-10-27 |
drh | Disable two rtree test cases for Linux-i686. We do... |
commit | commitdiff | tree |
2023-10-27 |
drh | Add makefile targets for fuzzcheck-asan and fuzzcheck... |
commit | commitdiff | tree |
2023-10-27 |
dan | Fix to Makefile.in so that the "tool-zip" target can... |
commit | commitdiff | tree |
2023-10-27 |
larrybr | Cleanup shell.c comments. Hide -utf8 option, as it... |
commit | commitdiff | tree |
2023-10-27 |
drh | Back out [2904fcbeebba9189], mostly. The page bitmap... |
commit | commitdiff | tree |
2023-10-26 |
larrybr | In CLI for Windows builds, do MBCS/UTF-8 translation... |
commit | commitdiff | tree |
2023-10-26 |
larrybr | Handle utf8 mode restore better for redirected input... |
commit | commitdiff | tree |
2023-10-26 |
drh | Enhance the "tool-zip" makefile target on Windows so... |
commit | commitdiff | tree |
next |