| 2022-09-08 |
drh | Compiles without error, but untested. |
commit | commitdiff | tree | snapshot |
| 2022-09-08 |
drh | Code snapshot. Completely untested. Probably does... |
commit | commitdiff | tree | snapshot |
| 2022-09-07 |
drh | Non-working code towards a VFS for text key/value storage. |
commit | commitdiff | tree | snapshot |
| 2022-09-05 |
drh | Add the tool/omittest-msvc.tcl script that will try... |
commit | commitdiff | tree | snapshot |
| 2022-09-05 |
drh | Get the tool/omittest-msvc.tcl script working. msvc-omit-test |
commit | commitdiff | tree | snapshot |
| 2022-09-05 |
drh | Add a prototype for a script, similar to tool/omittest... |
commit | commitdiff | tree | snapshot |
| 2022-09-05 |
drh | Fix the windows build so that it works with -DSQLITE_OM... |
commit | commitdiff | tree | snapshot |
| 2022-09-02 |
dan | Ensure the Pager.journalOff variable is zeroed if an... |
commit | commitdiff | tree | snapshot |
| 2022-09-02 |
drh | Fix an assert() associated with the dbsqlfuzz error... |
commit | commitdiff | tree | snapshot |
| 2022-09-02 |
drh | If sqlite3PcacheMove() really performs a swap, then... |
commit | commitdiff | tree | snapshot |
| 2022-09-02 |
drh | Enhance the pcache1 implementation so that during an... |
commit | commitdiff | tree | snapshot |
| 2022-09-02 |
drh | Mutex protect access to the sqlite3_test_directory... |
commit | commitdiff | tree | snapshot |
| 2022-09-02 |
drh | Improved mutex protection of the sqlite3_temp_directory and tempdir-mutex |
commit | commitdiff | tree | snapshot |
| 2022-09-02 |
drh | Experimental changes to put sqlite3_temp_directory... |
commit | commitdiff | tree | snapshot |
| 2022-09-01 |
drh | Defer deleting a transient SELECT statement associated... |
commit | commitdiff | tree | snapshot |
| 2022-09-01 |
drh | In the query planner, add a heuristic that will reduce... |
commit | commitdiff | tree | snapshot |
| 2022-08-31 |
drh | Enhance the b-tree page sorting code to ensure that... |
commit | commitdiff | tree | snapshot |
| 2022-08-30 |
drh | Improved comments in pcache1.c. No changes to code. |
commit | commitdiff | tree | snapshot |
| 2022-08-30 |
drh | Any function call can abort. Take this into account... |
commit | commitdiff | tree | snapshot |
| 2022-08-27 |
drh | More assert() statements in the page cache. |
commit | commitdiff | tree | snapshot |
| 2022-08-27 |
drh | Ensure that every pcache page always has either the... |
commit | commitdiff | tree | snapshot |
| 2022-08-25 |
drh | Ensure that sqlite3_prepare() inputs always have a... |
commit | commitdiff | tree | snapshot |
| 2022-08-25 |
drh | Add the --script option to speedtest1. |
commit | commitdiff | tree | snapshot |
| 2022-08-25 |
dan | Remove a NEVER() macro for a condition that is actually... |
commit | commitdiff | tree | snapshot |
| 2022-08-24 |
drh | Add a mutex to the sqlite3_db_config() interface so... |
commit | commitdiff | tree | snapshot |
| 2022-08-24 |
dan | Fix an inefficiency in the ".dump" command when outputi... |
commit | commitdiff | tree | snapshot |
| 2022-08-23 |
drh | Change the names of the Vdbe.pVNext and Vdbe.ppVPrev... |
commit | commitdiff | tree | snapshot |
| 2022-08-23 |
drh | Enhance assert() statements to enforce tighter bounds... |
commit | commitdiff | tree | snapshot |
| 2022-08-23 |
stephan | Add mksourceid binary to the clean rules and $(TESTPROG... |
commit | commitdiff | tree | snapshot |
| 2022-08-22 |
drh | Performance enhancement for sqlite3DbFree(). |
commit | commitdiff | tree | snapshot |
| 2022-08-22 |
drh | Add the new internal interface sqlite3DbNNFreeNN(db... |
commit | commitdiff | tree | snapshot |
| 2022-08-20 |
drh | Merge the test case for dbsqlfuzz 18fe4e257be7fa3ecfb04... |
commit | commitdiff | tree | snapshot |
| 2022-08-20 |
drh | Enhance the enforcement of SQLITE_VTAB_DIRECTONLY so... |
commit | commitdiff | tree | snapshot |
| 2022-08-19 |
dan | Add test case for fuzzer case crash-18fe4e. crash-18fe4e |
commit | commitdiff | tree | snapshot |
| 2022-08-17 |
drh | In the ".dump" command of the CLI, if a schema statemen... |
commit | commitdiff | tree | snapshot |
| 2022-08-17 |
drh | Enhance the "PRAGMA integrity_check" statement so that... |
commit | commitdiff | tree | snapshot |
| 2022-08-17 |
drh | Minor code simplification in the code generator for... |
commit | commitdiff | tree | snapshot |
| 2022-08-16 |
drh | Change the legacy RC4-based PRNG to use the RFC-7539... |
commit | commitdiff | tree | snapshot |
| 2022-08-16 |
drh | Fix obsolete comments. Add new comments. Fix non... chacha20-prng |
commit | commitdiff | tree | snapshot |
| 2022-08-16 |
drh | Fix an off-by-one error in the ChaCha20 initialization... |
commit | commitdiff | tree | snapshot |
| 2022-08-16 |
drh | Omit an unnecessary test case from corruptN.test that... |
commit | commitdiff | tree | snapshot |
| 2022-08-16 |
dan | Add assert() statements to verify that the SQLITE_OPEN_... |
commit | commitdiff | tree | snapshot |
| 2022-08-16 |
drh | Replace the RC4-based PRNG with one based on ChaCha20... |
commit | commitdiff | tree | snapshot |
| 2022-08-15 |
dan | Extra test for SQLITE_MAX_COMPOUND_SELECT. |
commit | commitdiff | tree | snapshot |
| 2022-08-15 |
drh | The new --script option to dbtotxt.c looks for an SQL... |
commit | commitdiff | tree | snapshot |
| 2022-08-15 |
drh | In the documentation emphasize that the use of shared... |
commit | commitdiff | tree | snapshot |
| 2022-08-12 |
drh | Add the (undocumented) SQLITE_DEFAULT_UNIX_VFS compile... |
commit | commitdiff | tree | snapshot |
| 2022-08-12 |
stephan | Minor wasm-related doc clarification and remove an... |
commit | commitdiff | tree | snapshot |
| 2022-08-12 |
stephan | wasm: document the role of sqlite3-wasm.c. Other minor... |
commit | commitdiff | tree | snapshot |
| 2022-08-12 |
stephan | wasm: corrected (in as-yet unused code) a flags check. |
commit | commitdiff | tree | snapshot |
| 2022-08-11 |
stephan | Wasm-related doc additions and tweaks. |
commit | commitdiff | tree | snapshot |
| 2022-08-11 |
stephan | Merge in wasm-cleanups branch, reorganizing and updatin... |
commit | commitdiff | tree | snapshot |
| 2022-08-10 |
drh | Fix another harmless comment typo that causes a typo... |
commit | commitdiff | tree | snapshot |
| 2022-08-10 |
drh | Remove (harmless) duplicate words in comments used... |
commit | commitdiff | tree | snapshot |
| 2022-08-10 |
dan | Fix handling of columns with names that are SQL keyword... |
commit | commitdiff | tree | snapshot |
| 2022-08-10 |
stephan | wasm opfs: error handling fix for an impossible-to... wasm-cleanups |
commit | commitdiff | tree | snapshot |
| 2022-08-10 |
stephan | wasm refactoring part 2 of (apparently) 2: moved ext... |
commit | commitdiff | tree | snapshot |
| 2022-08-10 |
stephan | wasm/fiddle refactoring part 1 of N: move fiddle app... |
commit | commitdiff | tree | snapshot |
| 2022-08-10 |
stephan | Merged in trunk for pending tree refactoring. |
commit | commitdiff | tree | snapshot |
| 2022-08-09 |
drh | Allow the name of an index to collide with a table... |
commit | commitdiff | tree | snapshot |
| 2022-08-09 |
drh | Omit the (undocumented) SQLITE_PCACHE_SEPARATE_HEADER... |
commit | commitdiff | tree | snapshot |
| 2022-08-08 |
dan | Avoid some cases of signed integer overflow in fts5... |
commit | commitdiff | tree | snapshot |
| 2022-08-08 |
drh | Avoid trying to cast an over-sized floating point value... |
commit | commitdiff | tree | snapshot |
| 2022-08-08 |
drh | Remove an unreachable branch in the numericType() helpe... |
commit | commitdiff | tree | snapshot |
| 2022-08-08 |
drh | Do not attempt to convert an oversized floating point... |
commit | commitdiff | tree | snapshot |
| 2022-08-06 |
dan | Fix a rounding error caused by scalar->logarithm->scala... |
commit | commitdiff | tree | snapshot |
| 2022-08-05 |
dan | Avoid having fts3 read uninitialized values when proces... |
commit | commitdiff | tree | snapshot |
| 2022-08-05 |
mistachkin | Fix harmless compiler warning seen with MSVC. |
commit | commitdiff | tree | snapshot |
| 2022-08-04 |
drh | Fix a problem with the query optimizer for LIMIT/OFFSET... |
commit | commitdiff | tree | snapshot |
| 2022-08-04 |
drh | Fix a typo on a comment used to generate bytecode docum... |
commit | commitdiff | tree | snapshot |
| 2022-08-03 |
drh | Performance optimization to the math opcodes of the... |
commit | commitdiff | tree | snapshot |
| 2022-08-03 |
drh | Small performance increase on the binding interfaces. |
commit | commitdiff | tree | snapshot |
| 2022-08-03 |
drh | Improvement on the previous check-in. |
commit | commitdiff | tree | snapshot |
| 2022-08-03 |
drh | For an IN operator used with a RIGHT JOIN, use the... |
commit | commitdiff | tree | snapshot |
| 2022-08-01 |
drh | In the xUpdate method of the GeoPoly virtual table... |
commit | commitdiff | tree | snapshot |
| 2022-07-26 |
drh | Restore a VDBE coverage macro that is mistakenly delete... |
commit | commitdiff | tree | snapshot |
| 2022-07-26 |
dan | Fix another problem related to aggregate query LEFT... |
commit | commitdiff | tree | snapshot |
| 2022-07-26 |
drh | Omit a unused variable initialization in order to suppr... |
commit | commitdiff | tree | snapshot |
| 2022-07-26 |
dan | Add test cases related to fix [e717e029]. flatten-left-join |
commit | commitdiff | tree | snapshot |
| 2022-07-26 |
drh | Make sure IF_NULL_ROW expressions receive a separate... |
commit | commitdiff | tree | snapshot |
| 2022-07-26 |
drh | Improved AggInfo.aCol debugging output, intended to... |
commit | commitdiff | tree | snapshot |
| 2022-07-26 |
drh | Add a OOM term to a single assert() statement. |
commit | commitdiff | tree | snapshot |
| 2022-07-26 |
drh | Performance optimization: avoid unnecessary calls... |
commit | commitdiff | tree | snapshot |
| 2022-07-25 |
drh | Fix an assert() that was made out-of-date by [b52393ac2... |
commit | commitdiff | tree | snapshot |
| 2022-07-25 |
drh | Performance optimization by only invoking sqlite3FkChec... |
commit | commitdiff | tree | snapshot |
| 2022-07-25 |
drh | Performance optimization in sqlite3ViewGetColumnNames(). |
commit | commitdiff | tree | snapshot |
| 2022-07-25 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree | snapshot |
| 2022-07-25 |
drh | In-line a call to sqlite3ExprCode() in insert.c, for... |
commit | commitdiff | tree | snapshot |
| 2022-07-25 |
drh | Performance optimization in computing the Expr.nHeight... |
commit | commitdiff | tree | snapshot |
| 2022-07-25 |
drh | Small performance increase and size reduction by splitt... |
commit | commitdiff | tree | snapshot |
| 2022-07-25 |
drh | Fix an error in the aggregate query LEFT JOIN flattenin... |
commit | commitdiff | tree | snapshot |
| 2022-07-25 |
drh | Allow subqueries on the right-hand side of a LEFT JOIN... |
commit | commitdiff | tree | snapshot |
| 2022-07-25 |
drh | TK_IF_NULL_ROW expressions must be accumulated in the... |
commit | commitdiff | tree | snapshot |
| 2022-07-25 |
dan | Reduce a timeout in walsetlk.test from 2000ms to 1100ms... |
commit | commitdiff | tree | snapshot |
| 2022-07-23 |
drh | Simplifications to sqlite3FinishCoding() for a small... |
commit | commitdiff | tree | snapshot |
| 2022-07-23 |
drh | Remove a branch that is no longer reachable due to... |
commit | commitdiff | tree | snapshot |
| 2022-07-23 |
drh | Use sqlite3ParserAddCleanup() rather than pParse->pCons... |
commit | commitdiff | tree | snapshot |
| 2022-07-22 |
drh | Omit the EP_MemToken flag that was made obsolete by... |
commit | commitdiff | tree | snapshot |
| 2022-07-22 |
drh | In a TK_BLOB Expr node, the Expr.zToken might not be... |
commit | commitdiff | tree | snapshot |
| 2022-07-22 |
drh | Update the documentation for SQLITE_OPEN_NOFOLLOW to... |
commit | commitdiff | tree | snapshot |
| next |