2023-09-16 |
drh | Add a NEVER() to an unreachable branch. nested-from-rowid-expansion |
commit | commitdiff | tree |
2023-09-16 |
drh | Fix minor code indentation inconsistencies. No functio... |
commit | commitdiff | tree |
2023-09-16 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2023-09-16 |
dan | Further tests and assert() statements for the change... |
commit | commitdiff | tree |
2023-09-15 |
dan | Fix resolution of unqualified "rowid" identifiers in... |
commit | commitdiff | tree |
2023-09-15 |
dan | Allow expressions like "<tbl>.rowid" to refer to implic... |
commit | commitdiff | tree |
2023-09-15 |
drh | Do not try to convert a double into an unsigned 64... |
commit | commitdiff | tree |
2023-09-14 |
dan | Tests for java versions of Fts5ExtensionApi.xSetAuxdata... |
commit | commitdiff | tree |
2023-09-14 |
stephan | JNI: move XTokenizeCallback interface out of the Fts5... |
commit | commitdiff | tree |
2023-09-14 |
dan | Add a few more tests for Fts5ExtensionApi methods. |
commit | commitdiff | tree |
2023-09-14 |
dan | Add a test for the java version of Fts5ExtensionApi... |
commit | commitdiff | tree |
2023-09-14 |
drh | According to [forum:/forumpost/9f6db917e1|forum post... legacy-msvc-workaround |
commit | commitdiff | tree |
2023-09-14 |
drh | Document the use of OPFLAG_ISNOOP as the P2 argument... |
commit | commitdiff | tree |
2023-09-14 |
dan | Avoid a segfault in test program showdb.c that could... |
commit | commitdiff | tree |
2023-09-14 |
drh | Improve the sqlite3IntFloatCompare() routine so that... |
commit | commitdiff | tree |
2023-09-14 |
drh | Do not set the global bUseLongDouble flag based purely... |
commit | commitdiff | tree |
2023-09-13 |
stephan | JNI: enable the fts5-customization bits by default... |
commit | commitdiff | tree |
2023-09-13 |
drh | Improved comments on the hasHighPrecisionDouble() routi... runtime-longdouble-test |
commit | commitdiff | tree |
2023-09-13 |
drh | Determine at start time whether or not the underlying... |
commit | commitdiff | tree |
2023-09-13 |
stephan | Doc corrections for the previous checkin. |
commit | commitdiff | tree |
2023-09-13 |
stephan | Add JNI sqlite3_prepare_multi(), based on feedback. |
commit | commitdiff | tree |
2023-09-13 |
dan | Replace an if() condition in fts5 that is always true... |
commit | commitdiff | tree |
2023-09-12 |
larrybr | CLI .import to accept EOF in lieu of record terminator... |
commit | commitdiff | tree |
2023-09-12 |
dan | Fix a use-after-free error in fts5 that could occur... |
commit | commitdiff | tree |
2023-09-12 |
stephan | Clarify some metrics output in Tester1.java. |
commit | commitdiff | tree |
2023-09-12 |
stephan | Re-add the fts5 decls to sqlite3-jni.h, removed in... |
commit | commitdiff | tree |
2023-09-12 |
stephan | Rename JNI sqlite3_errmsg() to sqlite3_errmsg16() for... |
commit | commitdiff | tree |
2023-09-12 |
stephan | JNI readme fix. |
commit | commitdiff | tree |
2023-09-12 |
drh | 64-bit builds on Windows default to using UTF-8 output... |
commit | commitdiff | tree |
2023-09-12 |
drh | Show the "(utf8)" tag on the CLI banner in Windows... cli-utf8 |
commit | commitdiff | tree |
2023-09-11 |
drh | Add the -no-utf8 option to the Windows CLI to cause... |
commit | commitdiff | tree |
2023-09-11 |
drh | Make the -utf8 option the default behavior in the CLI... |
commit | commitdiff | tree |
2023-09-11 |
drh | Refuse to build amalgamation-tarball and snapshot-tarba... |
commit | commitdiff | tree |
2023-09-11 |
stephan | Merge in JNI's significant divergence since it adopted... |
commit | commitdiff | tree |
2023-09-11 |
drh | Add support for the sqlite3_get_clientdata() and sqlite... |
commit | commitdiff | tree |
2023-09-10 |
stephan | Roll back [84e38341aeab] because a direct pointer compa... db-client-data |
commit | commitdiff | tree |
2023-09-09 |
dan | Remove out-of-date comment regarding use of Parse.pCons... |
commit | commitdiff | tree |
2023-09-09 |
stephan | In the JNI build, emit a reminder to not check in the... jni-client-data |
commit | commitdiff | tree |
2023-09-09 |
stephan | Disable FTS5 in the JNI build by default until it can... |
commit | commitdiff | tree |
2023-09-08 |
dan | Add extra tests for [4b60a1c3]. |
commit | commitdiff | tree |
2023-09-08 |
dan | Fix a problem with fts5 secure-delete mode causing... |
commit | commitdiff | tree |
2023-09-07 |
dan | Add -DSQLITE_OMIT_LOOKASIDE=1 to the "Sanitize" configu... |
commit | commitdiff | tree |
2023-09-07 |
drh | Enhance the ./configure script and its associated Makef... |
commit | commitdiff | tree |
2023-09-07 |
dan | Fix a buffer overread in the sessions extension that... |
commit | commitdiff | tree |
2023-09-07 |
drh | Fix a harmless compiler warning in the sqldiff.c utility. |
commit | commitdiff | tree |
2023-09-07 |
drh | Add the "tool-zip" makefile target with the intention... |
commit | commitdiff | tree |
2023-09-07 |
drh | Fix a problem with the new xIntegrity method for virtua... |
commit | commitdiff | tree |
2023-09-06 |
drh | Add documentation to sqlite3_get/set_clientdata() to... |
commit | commitdiff | tree |
2023-09-06 |
drh | Add the xIntegrity method to the sqlite3_module object... |
commit | commitdiff | tree |
2023-09-06 |
drh | Fix unreachable branches. vtab-integrity-check |
commit | commitdiff | tree |
2023-09-06 |
drh | Change the xIntegrity virtual table method signature... |
commit | commitdiff | tree |
2023-09-06 |
drh | Add the xIntegrity method to the sqlite3_module object... |
commit | commitdiff | tree |
2023-09-06 |
stephan | Move Java-side FTS5 bits into the fts5 subpackage to... |
commit | commitdiff | tree |
2023-09-06 |
stephan | Java FTS5 API renaming, for consistency. |
commit | commitdiff | tree |
2023-09-05 |
drh | Fix a few SQLITE_MISUSE returns so that they call sqlit... |
commit | commitdiff | tree |
2023-09-04 |
dan | Add tests for, and source code comments to, fts5. No... |
commit | commitdiff | tree |
2023-09-04 |
drh | Do not make assumptions about the byteorder of PowerPC... |
commit | commitdiff | tree |
2023-09-04 |
stephan | In JNI routines which set an OutputPointer.value, alway... |
commit | commitdiff | tree |
2023-09-04 |
stephan | Remove several unnececessary functions. |
commit | commitdiff | tree |
2023-09-04 |
stephan | Move an internal utility class out of the public Java... |
commit | commitdiff | tree |
2023-09-04 |
stephan | Expose sqlite3_bind_parameter_name() to JNI. Extend... |
commit | commitdiff | tree |
2023-09-03 |
stephan | Add the missing sqlite3_blob_read() to [9a9945c405cf... |
commit | commitdiff | tree |
2023-09-03 |
stephan | Expose the sqlite3_blob_...() APIs to JNI. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Expose sqlite3_system_errno() to JNI. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Expose sqlite3_stmt_status() to JNI. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Expose sqlite3_randomness() to JNI. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Expose sqlite3_get/set_auxdata() to JNI. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Expose sqlite3_get_autocommit() to JNI. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Remove some unnecessary code. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Add a couple more sqlite3_backup tests. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Export the sqlite3_backup_...() APIs to JNI. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Export the sqlite3_keyword_...() family of functions... |
commit | commitdiff | tree |
2023-09-02 |
drh | Performance optimization to the OP_MakeRecord opcode. |
commit | commitdiff | tree |
2023-09-02 |
stephan | Add sqlite3_config(SQLITE_CONFIG_LOG) support to Java... |
commit | commitdiff | tree |
2023-09-02 |
stephan | Expose sqlite3_complete() to JNI. Slightly widen the... |
commit | commitdiff | tree |
2023-09-02 |
stephan | Duplicate code consolidation. |
commit | commitdiff | tree |
2023-09-02 |
stephan | Remove a superfluous level of indirection in the JNI... |
commit | commitdiff | tree |
2023-09-02 |
stephan | Further JNI cleanups. |
commit | commitdiff | tree |
2023-09-02 |
stephan | Optimize sqlite3_get/set_clientdata() for the presumabl... |
commit | commitdiff | tree |
2023-09-01 |
stephan | Add a timer to the JS SQLTester app to warn if it appea... |
commit | commitdiff | tree |
2023-09-01 |
stephan | Correct a Tester1.java test which inadvertently created... |
commit | commitdiff | tree |
2023-09-01 |
stephan | Make the JNI-internal metrics opt-in rather than opt... |
commit | commitdiff | tree |
2023-09-01 |
stephan | Make JNI interfaces of sqlite3_column/value_text()... |
commit | commitdiff | tree |
2023-09-01 |
stephan | Second half of [1c532e80]. |
commit | commitdiff | tree |
2023-09-01 |
stephan | In the OPFS VFS' importDb() methods, overwrite the... |
commit | commitdiff | tree |
2023-09-01 |
stephan | Remove some newly-dead code. |
commit | commitdiff | tree |
2023-09-01 |
stephan | Expose sqlite3_limit() to JNI and remove the all SQLITE... |
commit | commitdiff | tree |
2023-09-01 |
stephan | JNI build improvements. Rename a Java class. Get the... |
commit | commitdiff | tree |
2023-09-01 |
stephan | Expose sqlite3_stmt_explain(), sqlite3_stmt_isexplain... |
commit | commitdiff | tree |
2023-08-31 |
stephan | Export sqlite3_txn_state() to JNI. |
commit | commitdiff | tree |
2023-08-31 |
stephan | Minor JNI cleanups. |
commit | commitdiff | tree |
2023-08-31 |
dan | Do not disable unused columns in a UNION ALL sub-query... |
commit | commitdiff | tree |
2023-08-31 |
stephan | Add convenience overloads of JNI sqlite3_table_column_m... |
commit | commitdiff | tree |
2023-08-31 |
stephan | Export sqlite3_(db_)free_memory() and sqlite3_table_col... |
commit | commitdiff | tree |
2023-08-30 |
drh | Use mutexes to make sqlite3_set_clientdata() and sqlite... |
commit | commitdiff | tree |
2023-08-30 |
stephan | Replace JNI's per-db-instance state tracking with the... |
commit | commitdiff | tree |
2023-08-30 |
drh | Fix a bug in json_array_length() introduced in version... |
commit | commitdiff | tree |
2023-08-30 |
drh | Remove another unreachable branch in the sqlite3_set_cl... |
commit | commitdiff | tree |
2023-08-30 |
drh | Remove an unreachable branch, and improve documentation of |
commit | commitdiff | tree |
2023-08-30 |
drh | Fix the AVG() and TOTAL() functions (after the SUM... |
commit | commitdiff | tree |
next |