2023-11-14 |
stephan | JNI: change sqlite3_prepare_multi()'s exception-handlin... |
commit | commitdiff | tree |
2023-11-14 |
stephan | JNI: add sqlite3_blob_write() overload which accepts... |
commit | commitdiff | tree |
2023-11-13 |
stephan | JNI: add sqlite3_column_nio_buffer() and sqlite3_value_... |
commit | commitdiff | tree |
2023-11-13 |
stephan | JNI: add sqlite3_result_nio_buffer() and tests. Discove... |
commit | commitdiff | tree |
2023-11-13 |
larrybr | Cure many warnings from gcc, clang and CL.exe. |
commit | commitdiff | tree |
2023-11-13 |
stephan | JNI: add sqlite3_bind_nio_buffer() and initial tests... |
commit | commitdiff | tree |
2023-11-13 |
dan | Add new fts5 API xQueryToken(). |
commit | commitdiff | tree |
2023-11-13 |
larrybr | Fix var-intro after executable code departure from... |
commit | commitdiff | tree |
2023-11-13 |
larrybr | Slight cleanup of length-limited strpbrk() replacement... |
commit | commitdiff | tree |
2023-11-13 |
larrybr | Enhance console_io to permit emits limited in various... |
commit | commitdiff | tree |
2023-11-12 |
larrybr | Add sqlite3_x86.exe unversioned binary. |
commit | commitdiff | tree |
2023-11-12 |
larrybr | Use setOutputStream() to designate implicit output... |
commit | commitdiff | tree |
2023-11-12 |
larrybr | Write BOM without fwrite(), using sputz() so that if... |
commit | commitdiff | tree |
2023-11-11 |
larrybr | Remove SHELL_LEGACY_CONSOLE_IO PP symbol and code it... |
commit | commitdiff | tree |
2023-11-11 |
larrybr | Complete shell transition to using {f,o,e}put{f,z}... |
commit | commitdiff | tree |
2023-11-11 |
stephan | JNI wrapper1: when checking for an out-of-bounds statem... |
commit | commitdiff | tree |
2023-11-11 |
stephan | Do not cache a statement's column count in the JNI... |
commit | commitdiff | tree |
2023-11-11 |
larrybr | Fix malf with redirected input due to bad assumption... |
commit | commitdiff | tree |
2023-11-11 |
larrybr | Pervasive changes to console_io.{c,h} in support of... |
commit | commitdiff | tree |
2023-11-10 |
dan | Fix another problem with mixed join types and the RIGHT... |
commit | commitdiff | tree |
2023-11-10 |
drh | Additional debugging information on the tree-dump of... |
commit | commitdiff | tree |
2023-11-10 |
drh | Remove an incorrect ALWAYS() that was inserted yesterda... |
commit | commitdiff | tree |
2023-11-10 |
drh | Merge recent trunk enhancements and fixes into the... |
commit | commitdiff | tree |
2023-11-10 |
drh | Ensure 8-byte alignment of data structues in sqlite3_da... |
commit | commitdiff | tree |
2023-11-10 |
drh | Remove a NEVER() from whereAddIndexedExpr() that is... |
commit | commitdiff | tree |
2023-11-10 |
dan | 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-10 |
stephan | Expose the missing SQLITE_SUBTYPE to JNI. |
commit | commitdiff | tree |
2023-11-10 |
stephan | Expose SQLITE_RESULT_SUBTYPE to JNI. |
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 |
mistachkin | Fix compilation issue seen with MSVC. |
commit | commitdiff | tree |
2023-11-09 |
drh | Put an ALWAYS on an true branch. |
commit | commitdiff | tree |
2023-11-09 |
drh | Futher documentation refinements. |
commit | commitdiff | tree |
2023-11-09 |
drh | Fixes: (1) In the ->> function, instead of setting... |
commit | commitdiff | tree |
2023-11-09 |
stephan | A .class file build dependencies fix in the JNI build. |
commit | commitdiff | tree |
2023-11-09 |
drh | Add the SQLITE_STRICT_SUBTYPE compile-time option.... |
commit | commitdiff | tree |
2023-11-09 |
stephan | Add some notes about the JNI pointer-passing approach... |
commit | commitdiff | tree |
2023-11-09 |
drh | Do not replace expressions that return subtypes with... |
commit | commitdiff | tree |
2023-11-09 |
drh | Omit the new SQLITE_VALUE_SUBTYPE name. Stay with... |
commit | commitdiff | tree |
2023-11-09 |
stephan | Two more JNI build fixes for Windows/MinGW, reported... |
commit | commitdiff | tree |
2023-11-09 |
drh | JSON5 bug fix: Escape double-quotes that occur inside... |
commit | commitdiff | tree |
2023-11-08 |
drh | Make a distinction between functions that consume subty... |
commit | commitdiff | tree |
2023-11-08 |
drh | Do not cover expressions using an indexed expression... idx-expr-fix |
commit | commitdiff | tree |
2023-11-08 |
drh | Merge recent trunk enhancements into the jsonb branch... |
commit | commitdiff | tree |
2023-11-08 |
drh | More precise characterization of JSON functions. Indic... |
commit | commitdiff | tree |
2023-11-08 |
dan | Have the shell tool emit a warning if the user attempts... |
commit | commitdiff | tree |
2023-11-08 |
dan | Remove old files related to wapptest.tcl from test... |
commit | commitdiff | tree |
2023-11-08 |
dan | Avoid blocking as part of passive checkpoint operations... |
commit | commitdiff | tree |
2023-11-08 |
stephan | Remove an unused/invalid test from the wasm suite. |
commit | commitdiff | tree |
2023-11-08 |
dan | Add declarations for new API functions. |
commit | commitdiff | tree |
2023-11-08 |
stephan | JNI build fixes for platforms where the jint type is... |
commit | commitdiff | tree |
2023-11-08 |
drh | Suppress harmless UBSAN warnings about memory overflow... |
commit | commitdiff | tree |
2023-11-08 |
drh | Changes a no-op call to freeP4() into an assert(). |
commit | commitdiff | tree |
2023-11-07 |
dan | Add -DSQLITE_ENABLE_SETLK_TIMEOUT=1 to a release-test... |
commit | commitdiff | tree |
2023-11-07 |
dan | Fix an assert() that could fail within calls to sqlite3... |
commit | commitdiff | tree |
2023-11-07 |
stephan | An attempt to work around compilation errors on MinGW... |
commit | commitdiff | tree |
2023-11-07 |
larrybr | Refactor MBCS/UTF-8 translation to avoid extra allocati... |
commit | commitdiff | tree |
2023-11-07 |
drh | Update the documentation to the sqlite3_set_auxdata... |
commit | commitdiff | tree |
2023-11-07 |
stephan | JNI: during static init record whether the current... |
commit | commitdiff | tree |
2023-11-07 |
stephan | Add Sqlite.prepareMulti() to JNI wrapper1, for preparin... |
commit | commitdiff | tree |
2023-11-07 |
stephan | Diverse minor cleanups in the JNI pieces. |
commit | commitdiff | tree |
2023-11-07 |
stephan | Flesh out [7a63b5b65a79] to be able to build JNI with... |
commit | commitdiff | tree |
2023-11-07 |
larrybr | Get dependencies into make recipes. Get legacy console... |
commit | commitdiff | tree |
2023-11-06 |
stephan | Add -DSQLITE_ENABLE_COLUMN_METADATA to the JNI build... |
commit | commitdiff | tree |
2023-11-06 |
dan | Merge latest trunk into this branch. |
commit | commitdiff | tree |
2023-11-06 |
dan | Fix an fts5 problem where a transaction consisting... |
commit | commitdiff | tree |
2023-11-06 |
dan | Merge trunk changes into this branch. |
commit | commitdiff | tree |
2023-11-06 |
larrybr | Move console_io lib to its own subdirectory, etc/consio . |
commit | commitdiff | tree |
2023-11-06 |
larrybr | Some renaming, warnings cured, and more coding conventi... |
commit | commitdiff | tree |
2023-11-06 |
larrybr | Add an fputs() equivalent to console I/O lib, and use... |
commit | commitdiff | tree |
2023-11-06 |
larrybr | Cause CLI to use console_io library. |
commit | commitdiff | tree |
2023-11-06 |
larrybr | Make MSVC accept it, too. (Cannot use static const... |
commit | commitdiff | tree |
2023-11-05 |
larrybr | Make it buildable. Pull test program from testee. Zap... |
commit | commitdiff | tree |
2023-11-05 |
larrybr | Input working. No line-editor provisions yet. (WIP... |
commit | commitdiff | tree |
2023-11-05 |
stephan | Add incremental blob I/O support to JNI wrapper1. |
commit | commitdiff | tree |
2023-11-05 |
stephan | JNI wrapper1 normalizeSql() now throws UnsupportedOpera... |
commit | commitdiff | tree |
2023-11-05 |
stephan | Add authorizer support to JNI wrapper1. |
commit | commitdiff | tree |
2023-11-05 |
stephan | Add progress-handler support to JNI wrapper1. Correct... |
commit | commitdiff | tree |
2023-11-05 |
larrybr | Setup, takedown, mode set and output working. No input... |
commit | commitdiff | tree |
2023-11-05 |
stephan | Add update-hook support to JNI wrapper1. |
commit | commitdiff | tree |
2023-11-05 |
stephan | Add commit/rollback hook support to JNI wrapper1. |
commit | commitdiff | tree |
2023-11-05 |
stephan | Add busy-handler support to JNI wrapper1. |
commit | commitdiff | tree |
2023-11-04 |
stephan | Bind collation and collation-needed to JNI wrapper1... |
commit | commitdiff | tree |
2023-11-04 |
stephan | Wrap the sqlite3_backup API in the JNI wrapper1 API. |
commit | commitdiff | tree |
2023-11-04 |
stephan | Reimplement auto-extensions in Java for use with the... |
commit | commitdiff | tree |
2023-11-04 |
drh | Ensure that the YYYY-MM-DD input to date and time funct... |
commit | commitdiff | tree |
2023-11-04 |
stephan | Expose context_db_handle() to the JNI wrapper1 API... |
commit | commitdiff | tree |
2023-11-04 |
stephan | Rework the JNI wrapper1 variants of status() and db_sta... |
commit | commitdiff | tree |
2023-11-04 |
stephan | Bind the bool-flag sqlite3_db_config() variants to... |
commit | commitdiff | tree |
2023-11-04 |
stephan | Bind the trace API to the JNI wrapper1 API and add... |
commit | commitdiff | tree |
2023-11-04 |
larrybr | Define interface between project command-line apps... |
commit | commitdiff | tree |
2023-11-03 |
drh | Back out the ALWAYS inserted late yesterday. The fuzze... |
commit | commitdiff | tree |
2023-11-03 |
dan | Fix a case where adjacent tokens are handled incorrectl... |
commit | commitdiff | tree |
2023-11-03 |
stephan | Wrap more of the stmt API behind the JNI wrapper1 API. |
commit | commitdiff | tree |
2023-11-03 |
drh | Enhance the JSONB lookup routine with logic to apply... |
commit | commitdiff | tree |
2023-11-03 |
stephan | Bind the sqlite3_keyword_...() and sqlite3_compileoptio... |
commit | commitdiff | tree |
2023-11-03 |
drh | Update the tool/srctree-check.tcl script so that it... |
commit | commitdiff | tree |
2023-11-03 |
drh | Merge all the latest trunk fixes and enhancements into... |
commit | commitdiff | tree |
2023-11-03 |
drh | Update the version number to 3.45.0 to begin the next... |
commit | commitdiff | tree |
next |