| 2026-03-07 |
drh | The optional SQLITE_DECIMAL_MAX_DIGIT compile-time... extfunc-fuzz |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
drh | Reenable the is_base85() extension function that was... |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
drh | Fix another NULL ptr deref following OOM in the sha1... |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
drh | Fix a NULL pointer dereference following OOM in the... |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
drh | Fix a NULL pointer dereference following OOM in the... |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
drh | Fix a memory leak following OOM in the completion exten... |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
drh | Fix a memory leak in the decimal extension that follows... |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
drh | Rename the initializer functions for base64() and base8... |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
drh | Increase the version number to 3.52.1. |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
drh | Fix a NULL pointer dereference in the (undocumented... |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
stephan | Small typo fix in the FP_DIGITS API docs. |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
drh | Merge fixes that were deferred until after the 3.52... |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
drh | Fix the linenoise auto-detection added by the previous... pending-3.52 |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
drh | Version 3.52.0 version-3.52.0 |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
stephan | Expose SQLITE_{DBCONFIG_FP_DIGITS,LIMIT_PARSER_DEPTH... wasm-post-3.52 |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
drh | Add the new realpath() extension function to the list... |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
dan | Uninstall faultsim at the end of the walrestart.test... |
commit | commitdiff | tree | snapshot |
| 2026-03-05 |
drh | Fix the build for -DSQLITE_OMIT_FLOATING_POINT. |
commit | commitdiff | tree | snapshot |
| 2026-03-05 |
drh | Enhance ./configure to automatically detect linenoise... |
commit | commitdiff | tree | snapshot |
| 2026-03-05 |
dan | Ensure xMutexInit() is called in SQLITE_THREAD_MISUSE_W... |
commit | commitdiff | tree | snapshot |
| 2026-03-05 |
dan | Fix a long-standing problem with DISTINCT LEFT JOIN... |
commit | commitdiff | tree | snapshot |
| 2026-03-05 |
drh | Add a little flexibility to checkpoint sizes in the... |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
drh | Remove dead (commented-out) code that came to my attent... |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
drh | Fix a code-generator bug introduced by the UNION/INTERS... |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
dan | Avoid an obscure race condition between a checkpointer... |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
dan | Do not run test script walrestart.test with the "memsub... wal-restart-fix |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
drh | Minor tweaks to the previous, for testability. |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
dan | Avoid an obscure race condition between a checkpointer... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | Convert many sqlite3_realloc() calls to sqlite3_realloc... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | Omit explain_i calls from TCL test scripts. |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | Fix TEMP INSTEAD OF triggers so that they work on TEMP... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | Change some sqlite3_realloc() calls into sqlite3_reallo... realloc64 |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | Remove the experimental and incomplete ext/repair exten... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | Disable test shell1-5.0 as it is causing a use of initi... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | Use only 64-bit memory allocation in FTS5. Fix for... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
dan | Fix a possible 9-byte buffer overread in the zipfile... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
drh | The intck01.sql test should only be run if virtual... |
commit | commitdiff | tree | snapshot |
| 2026-03-01 |
drh | More floating point conversion test cases. |
commit | commitdiff | tree | snapshot |
| 2026-03-01 |
drh | New floating-point test case. |
commit | commitdiff | tree | snapshot |
| 2026-03-01 |
drh | Fix an OOB read in the incremental integrity-check... |
commit | commitdiff | tree | snapshot |
| 2026-03-01 |
drh | Simplified rounding logic in sqlite3Fp10Convert2(). |
commit | commitdiff | tree | snapshot |
| 2026-02-28 |
drh | Code changes in sqlite3Fp10Convert2() for easier mainte... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
drh | Improvements to power-of-ten computations used for... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
drh | Minor simplification to the text→binary64 conversi... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
stephan | Two code comment typo fixes reported in the forum.... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
drh | Fix an off-by-one error in the indentation of multi... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
drh | Add an assert() to sqlite3RegisterLikeFunctions() to... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
stephan | Another nano-optimization in kvvfs v2. |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
stephan | JS: slight performance improvements in KVVfsStorage. |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
drh | Fix typos in the SQLITE_PREPARE_FROM_DDL documentation. |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
drh | Improvements to the SQLITE_PREPARE_FROM_DDL documentation. |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
drh | Fix an inconsequential typo in the output of the datede... |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
dan | Fix a problem where the wrong collation could be used... |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
drh | The GCC bug is fixed in GCC-15. |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
drh | Reinstant the work-around for [https://gcc.gnu.org... |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
drh | Use a 64-bit hash for the testing option SQLITE_CHECK_P... |
commit | commitdiff | tree | snapshot |
| 2026-02-24 |
drh | Adjust the changes to shell8.test from [5da9bf09cc00faf... |
commit | commitdiff | tree | snapshot |
| 2026-02-24 |
drh | Rename SQLITE_ENABLE_MULTITHREADED_CHECKS to SQLITE_THR... |
commit | commitdiff | tree | snapshot |
| 2026-02-23 |
drh | Fix an assert() that is incorrect when the SQLITE_DBCON... |
commit | commitdiff | tree | snapshot |
| 2026-02-23 |
drh | Add test cases for the symlink defenses of the previous... |
commit | commitdiff | tree | snapshot |
| 2026-02-23 |
drh | Change the SQLAR archive extraction algorithm in the... |
commit | commitdiff | tree | snapshot |
| 2026-02-23 |
drh | Enhance the realpath() SQL function in the fileio.c... |
commit | commitdiff | tree | snapshot |
| 2026-02-23 |
drh | When doing an SQLAR archive extraction in the CLI,... |
commit | commitdiff | tree | snapshot |
| 2026-02-23 |
drh | Improved implementation of realpath() in the fileio... |
commit | commitdiff | tree | snapshot |
| 2026-02-22 |
drh | Add the realpath() SQL function to the fileio.c extensi... |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | Fix typos and include wording in the documentation for |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | Fix a harmless warning in the decimal extension. |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | Improved rounding of double→text conversions for... |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | New sqlite3_db_config(SQLITE_DBCONFIG_FP_DIGITS) that... fp-performance-v2 |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | New test cases for floating-point conversions. |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | Remove an unreachable branch. |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | Increase the precision of double → text conversion... |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | Further simplification, performance gain, and size... |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
drh | Small performance increase and size reduction in sqlite... |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
drh | Inconsequential changes to floating-point conversion... |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
drh | In the decimal extension, an optional second argument... |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
stephan | Fix a cse in the fiddle.debug build where it could... |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
drh | Add new functions ieee754_to_int() and ieee754_from_int... |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
drh | Improved rounding of floating-point conversions in... |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
drh | In the CLI, the ".quit" command in a --cmd argument... |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
drh | Improvements to rounding behavior in the new floating... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
drh | Restore the CLI function dtostr() back to its original... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
drh | Minor fixes to tmstmpvfs.c. |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
drh | Increase the number of floating-point precision test... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
drh | Fix a harmless compiler warning from MSVC. |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
drh | New assert()s for the return value from sqlite3SchemaTo... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
drh | Further simplifications, performance improvements,... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
drh | Faster conversion of integers to text, by converting... numeric-conversion |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
drh | Simplifications to sqlite3AtoF(), resulting in slightly... |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
drh | Fix a bad assert() in the previous check-in. numeric-conversion-perf |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
drh | Refactor the sqlite3AtoF() routine so that it requires... |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
dan | Fix another case where SQLite might fail to identify... |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
dan | Fix a problem with identifying ON clauses attached... |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
drh | Performance improvement in floating-point conversions. |
commit | commitdiff | tree | snapshot |
| 2026-02-15 |
drh | Avoid the big power-of-ten lookup table. fp-perf |
commit | commitdiff | tree | snapshot |
| 2026-02-14 |
drh | Fix to [9d3a12d3926d55ef] to force the static const... |
commit | commitdiff | tree | snapshot |
| 2026-02-14 |
drh | Add the "LLU" suffix to 64-bit integer constants, for... |
commit | commitdiff | tree | snapshot |
| 2026-02-14 |
drh | Fix to the generic version of the 128-bit multiple... |
commit | commitdiff | tree | snapshot |
| 2026-02-14 |
drh | Another minor performance refinement. |
commit | commitdiff | tree | snapshot |
| 2026-02-14 |
drh | Minor corrections. |
commit | commitdiff | tree | snapshot |
| next |