2023-09-14 |
drh | Reduce the number of calls to sqlite3_mprintf() made... rtree-performance |
commit | commitdiff | tree |
2023-09-13 |
drh | Omit the Reinsert algorithm from RTree. This causes... |
commit | commitdiff | tree |
2023-09-13 |
drh | Performance optimization to cellContains() in RTREE. |
commit | commitdiff | tree |
2023-09-13 |
drh | In the ChooseLeaf algorithm of RTREE, do an initial... |
commit | commitdiff | tree |
2023-09-13 |
drh | Reduce the number of calls to cellArea() in the ChooseL... |
commit | commitdiff | tree |
2023-09-13 |
drh | Remove unused variable from the ChooseLeaf algorithm... |
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 |
2023-08-30 |
stephan | Further tweaking in both SQLTesters. |
commit | commitdiff | tree |
2023-08-30 |
drh | Fix to the sqlite3_get_clientdata() interface. |
commit | commitdiff | tree |
2023-08-30 |
drh | New experimental API for attaching client data to a... |
commit | commitdiff | tree |
2023-08-30 |
stephan | When a JS SQLTester script throws, report the exception... |
commit | commitdiff | tree |
2023-08-30 |
stephan | Add a JS implementation of Java's SQLTester. |
commit | commitdiff | tree |
2023-08-30 |
stephan | Add a UI, of sorts, to the JS SQLTester. js-tester |
commit | commitdiff | tree |
2023-08-30 |
stephan | Add a mechanism with which to import external SQLTester... |
commit | commitdiff | tree |
2023-08-29 |
stephan | Add directives support to JS SQLTester comparable to... |
commit | commitdiff | tree |
2023-08-29 |
stephan | More fleshing out of JS SQLTester. |
commit | commitdiff | tree |
2023-08-29 |
stephan | JS SQLTestRunner can now run the Java impl's core-most... |
commit | commitdiff | tree |
2023-08-29 |
drh | New conversion letters added to strftime(): %e, %k... |
commit | commitdiff | tree |
2023-08-29 |
stephan | Get the JS SQLTester command handlers in place sans... |
commit | commitdiff | tree |
2023-08-29 |
drh | Change the version number to 3.44.0 to begin the next... |
commit | commitdiff | tree |
2023-08-29 |
drh | Add support for the CONCAT() and CONCAT_WS() SQL functi... |
commit | commitdiff | tree |
2023-08-29 |
stephan | Get the basic parsing pieces and command dispatching... |
commit | commitdiff | tree |
next |