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-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-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 |
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-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 | 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 |
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 | 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 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 |
2023-08-29 |
stephan | Init bits of a port of Java's SQLTester to JS. Far... |
commit | commitdiff | tree |
2023-08-29 |
dan | Change a variable from "int" to "i64" to make it easier... |
commit | commitdiff | tree |
2023-08-29 |
stephan | Remove some dead code. Add a skeleton SQLTester script... |
commit | commitdiff | tree |
2023-08-28 |
stephan | Factor out a superfluous struct member. |
commit | commitdiff | tree |
2023-08-28 |
stephan | Further minor internal JNI simplifications. |
commit | commitdiff | tree |
2023-08-28 |
stephan | Improve threadability of the JNI collation-related... |
commit | commitdiff | tree |
2023-08-28 |
stephan | Correct JNI mapping of collations to be 1-db-to-many... |
commit | commitdiff | tree |
2023-08-28 |
dan | Updates to testrunner.tcl so that it runs fuzztest... |
commit | commitdiff | tree |
2023-08-28 |
dan | Fix the "sdevtest" testrunner.tcl command so that it... testrunner |
commit | commitdiff | tree |
2023-08-28 |
dan | Fixes for testrunner.tcl on windows. |
commit | commitdiff | tree |
2023-08-28 |
dan | Another fix for valgrind permutation. Remove the "copyd... |
commit | commitdiff | tree |
2023-08-28 |
stephan | Remove a pair of what are arguably unnecessary mutex... |
commit | commitdiff | tree |
2023-08-28 |
stephan | Update tool/mkctimec.tcl to account for [fe7365254d343e]. |
commit | commitdiff | tree |
2023-08-28 |
drh | Add support for the -DSQLITE_EXTRA_AUTOEXT=name compile... |
commit | commitdiff | tree |
2023-08-28 |
stephan | Duplicate code consolidation. |
commit | commitdiff | tree |
2023-08-28 |
stephan | Move a metrics counter so that it can be used to indire... |
commit | commitdiff | tree |
2023-08-28 |
stephan | Resolve a JNI-side race condition. Removed a now-extran... |
commit | commitdiff | tree |
2023-08-28 |
drh | Fix an issue with infinity handling by the SUM() functi... |
commit | commitdiff | tree |
2023-08-28 |
stephan | Resolve a condition which could cause an is-interrupted... |
commit | commitdiff | tree |
2023-08-28 |
dan | Fix the valgrind permutation on this branch. |
commit | commitdiff | tree |
2023-08-28 |
stephan | Further JNI cleanups and javadoc additions. |
commit | commitdiff | tree |
2023-08-28 |
stephan | Lots of javadoc-related tweaks. |
commit | commitdiff | tree |
2023-08-28 |
stephan | Correct a package renaming bug in the previous check... |
commit | commitdiff | tree |
2023-08-28 |
stephan | Move the JNI annotations into the annotation subpackage. |
commit | commitdiff | tree |
2023-08-28 |
stephan | Resolve a makefile bug which causes sqlite3-worker1... |
commit | commitdiff | tree |
2023-08-27 |
stephan | Reimplement JNI's sqlite3_value_text() as a native... |
commit | commitdiff | tree |
2023-08-27 |
stephan | Generic cleanups in Tester1.java. |
commit | commitdiff | tree |
2023-08-27 |
stephan | Remove JNI sqlite3_column_java_object(), as the protect... |
commit | commitdiff | tree |
2023-08-27 |
stephan | Correct the signature mismatch between JNI sqlite3_colu... |
commit | commitdiff | tree |
2023-08-27 |
stephan | Make JNI sqlite3_trace_v2() thread-safe. Re-add a piece... |
commit | commitdiff | tree |
2023-08-27 |
stephan | Factor out an unnecessary struct member. JNI sqlite3_sh... |
commit | commitdiff | tree |
2023-08-27 |
stephan | Factor out a superfluous JNI class. Doc and code style... |
commit | commitdiff | tree |
2023-08-27 |
stephan | JNI code reorgs and simplify the failing-alloc interfac... |
commit | commitdiff | tree |
2023-08-26 |
stephan | Apply the JNI OOM checks to memory returned by JDK... |
commit | commitdiff | tree |
2023-08-26 |
stephan | Eliminate a superfluous JNI-internal middle-man class. |
commit | commitdiff | tree |
2023-08-26 |
dan | Updates to testrunner.tcl so that it runs "make fuzztes... |
commit | commitdiff | tree |
2023-08-26 |
stephan | Whether or not OOM is always fatal in JNI is now a... |
commit | commitdiff | tree |
2023-08-26 |
stephan | Correct a string length misuse in JNI sqlite3_result_er... |
commit | commitdiff | tree |
2023-08-26 |
stephan | Remove a bunch of commented-out debug output. |
commit | commitdiff | tree |
2023-08-26 |
stephan | Re-order some out-of-order JNI APIs. Correct JNI sqlite... |
commit | commitdiff | tree |
2023-08-26 |
stephan | Two significant typo fixes for [1a30919bfbb686]. |
commit | commitdiff | tree |
2023-08-26 |
stephan | Bind sqlite3_db_handle() to JNI. |
commit | commitdiff | tree |
2023-08-26 |
stephan | Correct a potential duplicate xDestroy() being triggere... |
commit | commitdiff | tree |
2023-08-26 |
stephan | Recycle per-UDF JNI state. |
commit | commitdiff | tree |
2023-08-26 |
stephan | Code consolidation cleanups. |
commit | commitdiff | tree |
2023-08-26 |
stephan | Add -sqllog flag to the JNI 'tests' target because... |
commit | commitdiff | tree |
next |