| 2023-11-07 |  dan | Fix an assert() that could fail within calls to sqlite3... | commit | commitdiff | tree | snapshot | 
| 2023-11-07 |  stephan | An attempt to work around compilation errors on MinGW... | commit | commitdiff | tree | snapshot | 
| 2023-11-07 |  drh | Update the documentation to the sqlite3_set_auxdata... | commit | commitdiff | tree | snapshot | 
| 2023-11-07 |  stephan | JNI: during static init record whether the current... | commit | commitdiff | tree | snapshot | 
| 2023-11-07 |  stephan | Add Sqlite.prepareMulti() to JNI wrapper1, for preparin... | commit | commitdiff | tree | snapshot | 
| 2023-11-07 |  stephan | Diverse minor cleanups in the JNI pieces. | commit | commitdiff | tree | snapshot | 
| 2023-11-07 |  stephan | Flesh out [7a63b5b65a79] to be able to build JNI with... | commit | commitdiff | tree | snapshot | 
| 2023-11-06 |  stephan | Add -DSQLITE_ENABLE_COLUMN_METADATA to the JNI build... | commit | commitdiff | tree | snapshot | 
| 2023-11-06 |  dan | Fix an fts5 problem where a transaction consisting... | commit | commitdiff | tree | snapshot | 
| 2023-11-05 |  stephan | Add incremental blob I/O support to JNI wrapper1. | commit | commitdiff | tree | snapshot | 
| 2023-11-05 |  stephan | JNI wrapper1 normalizeSql() now throws UnsupportedOpera... | commit | commitdiff | tree | snapshot | 
| 2023-11-05 |  stephan | Add authorizer support to  JNI wrapper1. | commit | commitdiff | tree | snapshot | 
| 2023-11-05 |  stephan | Add progress-handler support to JNI wrapper1. Correct... | commit | commitdiff | tree | snapshot | 
| 2023-11-05 |  stephan | Add update-hook support to JNI wrapper1. | commit | commitdiff | tree | snapshot | 
| 2023-11-05 |  stephan | Add commit/rollback hook support to JNI wrapper1. | commit | commitdiff | tree | snapshot | 
| 2023-11-05 |  stephan | Add busy-handler support to JNI wrapper1. | commit | commitdiff | tree | snapshot | 
| 2023-11-04 |  stephan | Bind collation and collation-needed to JNI wrapper1... | commit | commitdiff | tree | snapshot | 
| 2023-11-04 |  stephan | Wrap the sqlite3_backup API in the JNI wrapper1 API. | commit | commitdiff | tree | snapshot | 
| 2023-11-04 |  stephan | Reimplement auto-extensions in Java for use with the... | commit | commitdiff | tree | snapshot | 
| 2023-11-04 |  drh | Ensure that the YYYY-MM-DD input to date and time funct... | commit | commitdiff | tree | snapshot | 
| 2023-11-04 |  stephan | Expose context_db_handle() to the JNI wrapper1 API... | commit | commitdiff | tree | snapshot | 
| 2023-11-04 |  stephan | Rework the JNI wrapper1 variants of status() and db_sta... | commit | commitdiff | tree | snapshot | 
| 2023-11-04 |  stephan | Bind the bool-flag sqlite3_db_config() variants to... | commit | commitdiff | tree | snapshot | 
| 2023-11-04 |  stephan | Bind the trace API to the JNI wrapper1 API and add... | commit | commitdiff | tree | snapshot | 
| 2023-11-03 |  drh | Back out the ALWAYS inserted late yesterday.  The fuzze... | commit | commitdiff | tree | snapshot | 
| 2023-11-03 |  dan | Fix a case where adjacent tokens are handled incorrectl... | commit | commitdiff | tree | snapshot | 
| 2023-11-03 |  stephan | Wrap more of the stmt API behind the JNI wrapper1 API. | commit | commitdiff | tree | snapshot | 
| 2023-11-03 |  stephan | Bind the sqlite3_keyword_...() and sqlite3_compileoptio... | commit | commitdiff | tree | snapshot | 
| 2023-11-03 |  drh | Update the tool/srctree-check.tcl script so that it... | commit | commitdiff | tree | snapshot | 
| 2023-11-03 |  drh | Update the version number to 3.45.0 to begin the next... | commit | commitdiff | tree | snapshot | 
| 2023-11-02 |  drh | Mark a branch made always-true by the penultimate check... | commit | commitdiff | tree | snapshot | 
| 2023-11-02 |  drh | In the previous check-in, use a u32 instead of an int... | commit | commitdiff | tree | snapshot | 
| 2023-11-02 |  dan | Fix a spurious "misuse of aggregate function" error... | commit | commitdiff | tree | snapshot | 
| 2023-11-02 |  dan | Add the "remove_diacritics" option to the fts5 trigram... | commit | commitdiff | tree | snapshot | 
| 2023-11-02 |  dan | Fix a problem with amalgamation builds on this branch.  fts5-trigram-diacritics | commit | commitdiff | tree | snapshot | 
| 2023-11-02 |  stephan | Merge latest JNI pieces into trunk. | commit | commitdiff | tree | snapshot | 
| 2023-11-02 |  dan | Add the "remove_diacritics" option to the fts5 trigram... | commit | commitdiff | tree | snapshot | 
| 2023-11-02 |  drh | One more tweak to tool/srctree-check.tcl so that a... | commit | commitdiff | tree | snapshot | 
| 2023-11-02 |  drh | Update the srctree-check.tcl script and child script... | commit | commitdiff | tree | snapshot | 
| 2023-11-02 |  larrybr | CLI to compile with older MSVC compiler. | commit | commitdiff | tree | snapshot | 
| 2023-11-01 |  stephan | Remove some outdated JNI docs.  jni-post-3.44 | commit | commitdiff | tree | snapshot | 
| 2023-11-01 |  drh | Update the windows build documentation to provide the... | commit | commitdiff | tree | snapshot | 
| 2023-11-01 |  dan | Fix testrunner.tcl so that it accepts a relative path... | commit | commitdiff | tree | snapshot | 
| 2023-11-01 |  drh | Version 3.44.0  version-3.44.0 | commit | commitdiff | tree | snapshot | 
| 2023-10-31 |  drh | Fix harmless compiler warnings in test code. | commit | commitdiff | tree | snapshot | 
| 2023-10-31 |  dan | Fix a problem with SQLITE_ENABLE_FTS5 builds of the... | commit | commitdiff | tree | snapshot | 
| 2023-10-30 |  larrybr | Remedy CLI non-UTF8 handling detection flaw [forum... | commit | commitdiff | tree | snapshot | 
| 2023-10-30 |  larrybr | Remedy CLI non-UTF8 handling detection flaw [forum...   win-utf8-io-split | commit | commitdiff | tree | snapshot | 
| 2023-10-30 |  drh | Update the autoconf/Makefile.msc so that it aligns... | commit | commitdiff | tree | snapshot | 
| 2023-10-30 |  larrybr | Dodge a nuisance warning from MSVC in CLI use of Prepar... | commit | commitdiff | tree | snapshot | 
| 2023-10-30 |  drh | Add a cast to i64 for an integer in an sqlite3OsWrite... | commit | commitdiff | tree | snapshot | 
| 2023-10-30 |  drh | Fix another comment typo.  No code changes. | commit | commitdiff | tree | snapshot | 
| 2023-10-30 |  dan | Add FTS5 to default Makefile.msc builds. And UNKNOWN_SQ... | commit | commitdiff | tree | snapshot | 
| 2023-10-30 |  drh | Make the new sqlite3_get_clientdata() and sqlite3_set_c... | commit | commitdiff | tree | snapshot | 
| 2023-10-30 |  dan | Fix problems with previous commit on Makefile.msc....   shell-build-changes | commit | commitdiff | tree | snapshot | 
| 2023-10-30 |  drh | Fix typo in a comment.  No code changes. | commit | commitdiff | tree | snapshot | 
| 2023-10-30 |  dan | Add FTS5 to default Makefile.msc builds. And UNKNOWN_SQ... | commit | commitdiff | tree | snapshot | 
| 2023-10-30 |  larrybr | Predicate Windows CLI UTF-8 console I/O on a runtime... | commit | commitdiff | tree | snapshot | 
| 2023-10-30 |  larrybr | Predicate Windows CLI UTF-8 console I/O on a runtime... | commit | commitdiff | tree | snapshot | 
| 2023-10-30 |  drh | With SQLITE_ENABLE_BLOCK_ATOMIC_WRITE enabled, if a... | commit | commitdiff | tree | snapshot | 
| 2023-10-29 |  larrybr | For Windows CLI, institute a version check to determine... | commit | commitdiff | tree | snapshot | 
| 2023-10-29 |  larrybr | Simplify code slightly. Improve comments on added code... | commit | commitdiff | tree | snapshot | 
| 2023-10-29 |  larrybr | Properly close a handle. Use a putatively effective... | commit | commitdiff | tree | snapshot | 
| 2023-10-29 |  larrybr | Condition default UTF-8 console I/O for Windows builds... | commit | commitdiff | tree | snapshot | 
| 2023-10-28 |  drh | Limit the range of integer unix timestamps in date4... | commit | commitdiff | tree | snapshot | 
| 2023-10-28 |  drh | Update documentation for sqlite3_errmsg() to try to... | commit | commitdiff | tree | snapshot | 
| 2023-10-28 |  drh | Since SQLite considers NaN to be like NULL and NULL... | commit | commitdiff | tree | snapshot | 
| 2023-10-28 |  stephan | Merge trunk into jni-post-3.44 branch. | commit | commitdiff | tree | snapshot | 
| 2023-10-28 |  stephan | Remove the SQLITE_MAX_ALLOCATION_SIZE flag (set to... | commit | commitdiff | tree | snapshot | 
| 2023-10-27 |  stephan | Add missing docs for the JS Worker1 export method,... | commit | commitdiff | tree | snapshot | 
| 2023-10-27 |  larrybr | Fix cosmetic flaw in SQLITE_TXN_* doc. (no code change) | commit | commitdiff | tree | snapshot | 
| 2023-10-27 |  stephan | Export sqlite3_get_autocommit() to WASM and add tests... | commit | commitdiff | tree | snapshot | 
| 2023-10-27 |  drh | Disable two rtree test cases for Linux-i686.  We do... | commit | commitdiff | tree | snapshot | 
| 2023-10-27 |  drh | Add makefile targets for fuzzcheck-asan and fuzzcheck... | commit | commitdiff | tree | snapshot | 
| 2023-10-27 |  dan | Fix to Makefile.in so that the "tool-zip" target can... | commit | commitdiff | tree | snapshot | 
| 2023-10-27 |  larrybr | Cleanup shell.c comments. Hide -utf8 option, as it... | commit | commitdiff | tree | snapshot | 
| 2023-10-27 |  drh | Back out [2904fcbeebba9189], mostly.  The page bitmap... | commit | commitdiff | tree | snapshot | 
| 2023-10-26 |  larrybr | In CLI for Windows builds, do MBCS/UTF-8 translation... | commit | commitdiff | tree | snapshot | 
| 2023-10-26 |  larrybr | Handle utf8 mode restore better for redirected input... | commit | commitdiff | tree | snapshot | 
| 2023-10-26 |  drh | Enhance the "tool-zip" makefile target on Windows so... | commit | commitdiff | tree | snapshot | 
| 2023-10-26 |  drh | Further enhancements to make sure the correct returnnin... | commit | commitdiff | tree | snapshot | 
| 2023-10-26 |  dan | Handle the case where a virtual table xBestIndex method... | commit | commitdiff | tree | snapshot | 
| 2023-10-26 |  larrybr | Ready for merge, but could use testing on some dusty... | commit | commitdiff | tree | snapshot | 
| 2023-10-26 |  drh | Deal with the case of a reentrant INSERT on a virtual... | commit | commitdiff | tree | snapshot | 
| 2023-10-25 |  larrybr | Cure a harmless MSVC warning. (no other changes) | commit | commitdiff | tree | snapshot | 
| 2023-10-25 |  larrybr | In CLI for Windows builds, do MBCS/UTF-8 translation... | commit | commitdiff | tree | snapshot | 
| 2023-10-25 |  dan | Updates to the mktoolzip.tcl to work on win32.  win32-mktoolzip | commit | commitdiff | tree | snapshot | 
| 2023-10-25 |  drh | Fix harmless compiler warnings. | commit | commitdiff | tree | snapshot | 
| 2023-10-25 |  drh | Provide dummy parameter names in the prototype for... | commit | commitdiff | tree | snapshot | 
| 2023-10-25 |  drh | Fix minor problems with the "showwal" utility program... | commit | commitdiff | tree | snapshot | 
| 2023-10-25 |  drh | Test module altermalloc3.test requires DQS_DDL to be... | commit | commitdiff | tree | snapshot | 
| 2023-10-25 |  drh | Add an ALWAYS on branch that was made always-true by... | commit | commitdiff | tree | snapshot | 
| 2023-10-25 |  drh | When doing a DISTINCT aggregate that contains an ORDER... | commit | commitdiff | tree | snapshot | 
| 2023-10-25 |  drh | Fix the amalgamation generator so that when it is repor... | commit | commitdiff | tree | snapshot | 
| 2023-10-25 |  drh | Enhance the new xIntegrity method of the sqlite3_module... | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  drh | Implement check-in [477577120b897bf1] differently,... | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  drh | Test cases for COLLATE and NULLS FIRST/LAST in the... | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  drh | New #ifdefs to fix certain compile-time options. | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  dan | Fix a problem with the fts5 highlight() and snippet... | commit | commitdiff | tree | snapshot | 
| 2023-10-24 |  dan | Fix a problem with the fts5 highlight() and snippet...   fts5-trigram-snippet-fix | commit | commitdiff | tree | snapshot | 
| next |