2023-09-05 |
dan | Add debugging routines to check each page for corruptio... fts5-secure-delete-debug |
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-02 |
drh | Performance optimization to the OP_MakeRecord opcode. |
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-08-31 |
dan | Do not disable unused columns in a UNION ALL sub-query... |
commit | commitdiff | tree |
2023-08-30 |
drh | Fix a bug in json_array_length() introduced in version... |
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 |
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 |
2023-08-26 |
stephan | JNI internal cleanups and docs. |
commit | commitdiff | tree |
2023-08-26 |
stephan | Remove the Java BusyHandler.xDestroy() method - it... |
commit | commitdiff | tree |
2023-08-26 |
stephan | Improve threading support for all types of JNI-side... |
commit | commitdiff | tree |
2023-08-25 |
stephan | Move the 3 Java SQLFunction subclasses from inner class... |
commit | commitdiff | tree |
2023-08-25 |
stephan | Missed a straggler when renaming Java classes in [8ca52... |
commit | commitdiff | tree |
2023-08-25 |
stephan | Hopefully the last major API rename in the JNI bits... |
commit | commitdiff | tree |
2023-08-25 |
stephan | More Java API renaming for consistency. |
commit | commitdiff | tree |
2023-08-25 |
stephan | Re-enable SQLITE_THREADSAFE=0 in the JNI build and... |
commit | commitdiff | tree |
2023-08-25 |
stephan | Code restructuring. Force SQLITE_THREADSAFE in JNI... |
commit | commitdiff | tree |
2023-08-25 |
dan | Remove incorrect (but harmless) dependency on source... |
commit | commitdiff | tree |
2023-08-25 |
stephan | Only build in the JNI-side metrics tracking in SQLITE_D... |
commit | commitdiff | tree |
2023-08-25 |
stephan | Javadoc and internal API cleanups. |
commit | commitdiff | tree |
2023-08-25 |
stephan | Replace all of the JNI XyzHook/Handler classes with... |
commit | commitdiff | tree |
2023-08-25 |
stephan | javadoc additions. |
commit | commitdiff | tree |
2023-08-24 |
stephan | Re-frame the incongruous SQLite3Jni.uncacheThread(... |
commit | commitdiff | tree |
2023-08-24 |
stephan | Update some outdated JNI docs and account for a functio... |
commit | commitdiff | tree |
2023-08-24 |
stephan | Do not pre-allocate sqlite3_aggregate_context() for... |
commit | commitdiff | tree |
2023-08-24 |
dan | Add doc/testrunner.md, for documenting the testrunner... |
commit | commitdiff | tree |
2023-08-24 |
stephan | More code legibility and style improvements in the... |
commit | commitdiff | tree |
2023-08-24 |
stephan | Doc, code style, and legibility cleanups. |
commit | commitdiff | tree |
2023-08-24 |
stephan | Doc style fixes. |
commit | commitdiff | tree |
2023-08-24 |
stephan | Add a new non-goal to the JNI README.md. |
commit | commitdiff | tree |
2023-08-24 |
stephan | Merge the jni-threading branch into trunk, eliminating... |
commit | commitdiff | tree |
2023-08-24 |
stephan | Merge into trunk improvements made to the wasm APIs... |
commit | commitdiff | tree |
2023-08-24 |
stephan | Correct JNI layer's misuse of an sqlite3-internal error... jni-threading |
commit | commitdiff | tree |
2023-08-24 |
stephan | Ensure that db mutex is held when using sqlite3ErrorWit... wasm-post-343 |
commit | commitdiff | tree |
2023-08-24 |
drh | Version 3.43.0 version-3.43.0 |
commit | commitdiff | tree |
2023-08-24 |
dan | Change a variable name in fts5FlushOneHash() to avoid... |
commit | commitdiff | tree |
2023-08-24 |
stephan | Add more JNI docs, tests, and a handful of Java-side... |
commit | commitdiff | tree |
2023-08-23 |
drh | Fix typo in the Lemon documentation. |
commit | commitdiff | tree |
2023-08-23 |
drh | More changes to documents for GitHub-style markdown. |
commit | commitdiff | tree |
next |