| 2023-11-12 |
larrybr | Use setOutputStream() to designate implicit output... |
commit | commitdiff | tree | snapshot |
| 2023-11-12 |
larrybr | Write BOM without fwrite(), using sputz() so that if... |
commit | commitdiff | tree | snapshot |
| 2023-11-11 |
larrybr | Remove SHELL_LEGACY_CONSOLE_IO PP symbol and code it... |
commit | commitdiff | tree | snapshot |
| 2023-11-11 |
larrybr | Complete shell transition to using {f,o,e}put{f,z}... |
commit | commitdiff | tree | snapshot |
| 2023-11-11 |
stephan | JNI wrapper1: when checking for an out-of-bounds statem... |
commit | commitdiff | tree | snapshot |
| 2023-11-11 |
stephan | Do not cache a statement's column count in the JNI... |
commit | commitdiff | tree | snapshot |
| 2023-11-11 |
larrybr | Fix malf with redirected input due to bad assumption... |
commit | commitdiff | tree | snapshot |
| 2023-11-11 |
larrybr | Pervasive changes to console_io.{c,h} in support of... |
commit | commitdiff | tree | snapshot |
| 2023-11-10 |
dan | Fix another problem with mixed join types and the RIGHT... |
commit | commitdiff | tree | snapshot |
| 2023-11-10 |
drh | Additional debugging information on the tree-dump of... |
commit | commitdiff | tree | snapshot |
| 2023-11-10 |
drh | Remove an incorrect ALWAYS() that was inserted yesterda... |
commit | commitdiff | tree | snapshot |
| 2023-11-10 |
drh | Ensure 8-byte alignment of data structues in sqlite3_da... |
commit | commitdiff | tree | snapshot |
| 2023-11-10 |
drh | Remove a NEVER() from whereAddIndexedExpr() that is... |
commit | commitdiff | tree | snapshot |
| 2023-11-10 |
dan | Fix an obscure problem with the join-strength-reduction... |
commit | commitdiff | tree | snapshot |
| 2023-11-10 |
stephan | Expose the missing SQLITE_SUBTYPE to wasm. |
commit | commitdiff | tree | snapshot |
| 2023-11-10 |
stephan | Expose the missing SQLITE_SUBTYPE to JNI. |
commit | commitdiff | tree | snapshot |
| 2023-11-10 |
stephan | Expose SQLITE_RESULT_SUBTYPE to JNI. |
commit | commitdiff | tree | snapshot |
| 2023-11-09 |
stephan | Expose SQLITE_RESULT_SUBTYPE to wasm. |
commit | commitdiff | tree | snapshot |
| 2023-11-09 |
drh | Add the SQLITE_RESULT_SUBTYPE flag for application... |
commit | commitdiff | tree | snapshot |
| 2023-11-09 |
mistachkin | Fix compilation issue seen with MSVC. |
commit | commitdiff | tree | snapshot |
| 2023-11-09 |
drh | Put an ALWAYS on an true branch. |
commit | commitdiff | tree | snapshot |
| 2023-11-09 |
drh | Futher documentation refinements. |
commit | commitdiff | tree | snapshot |
| 2023-11-09 |
drh | Fixes: (1) In the ->> function, instead of setting... |
commit | commitdiff | tree | snapshot |
| 2023-11-09 |
stephan | A .class file build dependencies fix in the JNI build. |
commit | commitdiff | tree | snapshot |
| 2023-11-09 |
drh | Add the SQLITE_STRICT_SUBTYPE compile-time option.... |
commit | commitdiff | tree | snapshot |
| 2023-11-09 |
stephan | Add some notes about the JNI pointer-passing approach... |
commit | commitdiff | tree | snapshot |
| 2023-11-09 |
drh | Do not replace expressions that return subtypes with... |
commit | commitdiff | tree | snapshot |
| 2023-11-09 |
drh | Omit the new SQLITE_VALUE_SUBTYPE name. Stay with... |
commit | commitdiff | tree | snapshot |
| 2023-11-09 |
stephan | Two more JNI build fixes for Windows/MinGW, reported... |
commit | commitdiff | tree | snapshot |
| 2023-11-09 |
drh | JSON5 bug fix: Escape double-quotes that occur inside... |
commit | commitdiff | tree | snapshot |
| 2023-11-08 |
drh | Make a distinction between functions that consume subty... |
commit | commitdiff | tree | snapshot |
| 2023-11-08 |
drh | Do not cover expressions using an indexed expression... idx-expr-fix |
commit | commitdiff | tree | snapshot |
| 2023-11-08 |
drh | More precise characterization of JSON functions. Indic... |
commit | commitdiff | tree | snapshot |
| 2023-11-08 |
dan | Have the shell tool emit a warning if the user attempts... |
commit | commitdiff | tree | snapshot |
| 2023-11-08 |
dan | Remove old files related to wapptest.tcl from test... |
commit | commitdiff | tree | snapshot |
| 2023-11-08 |
dan | Avoid blocking as part of passive checkpoint operations... |
commit | commitdiff | tree | snapshot |
| 2023-11-08 |
stephan | Remove an unused/invalid test from the wasm suite. |
commit | commitdiff | tree | snapshot |
| 2023-11-08 |
stephan | JNI build fixes for platforms where the jint type is... |
commit | commitdiff | tree | snapshot |
| 2023-11-08 |
drh | Suppress harmless UBSAN warnings about memory overflow... |
commit | commitdiff | tree | snapshot |
| 2023-11-08 |
drh | Changes a no-op call to freeP4() into an assert(). |
commit | commitdiff | tree | snapshot |
| 2023-11-07 |
dan | Add -DSQLITE_ENABLE_SETLK_TIMEOUT=1 to a release-test... |
commit | commitdiff | tree | snapshot |
| 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 |
larrybr | Refactor MBCS/UTF-8 translation to avoid extra allocati... |
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-07 |
larrybr | Get dependencies into make recipes. Get legacy console... |
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-06 |
larrybr | Move console_io lib to its own subdirectory, etc/consio . |
commit | commitdiff | tree | snapshot |
| 2023-11-06 |
larrybr | Some renaming, warnings cured, and more coding conventi... |
commit | commitdiff | tree | snapshot |
| 2023-11-06 |
larrybr | Add an fputs() equivalent to console I/O lib, and use... |
commit | commitdiff | tree | snapshot |
| 2023-11-06 |
larrybr | Cause CLI to use console_io library. |
commit | commitdiff | tree | snapshot |
| 2023-11-06 |
larrybr | Make MSVC accept it, too. (Cannot use static const... |
commit | commitdiff | tree | snapshot |
| 2023-11-05 |
larrybr | Make it buildable. Pull test program from testee. Zap... |
commit | commitdiff | tree | snapshot |
| 2023-11-05 |
larrybr | Input working. No line-editor provisions yet. (WIP... |
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 |
larrybr | Setup, takedown, mode set and output working. No input... |
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-04 |
larrybr | Define interface between project command-line apps... |
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 |
| next |