I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Spelling improvements, in comments only More... about 1 year ago
Spelling improvements, in comments only More... about 1 year ago
Fix various harmless scan-build warnings. More... about 1 year ago
Fix a harmless compiler warning in the expert extension. More... about 1 year ago
Fix a minor typo in the previous. More... about 1 year ago
Add notes on how to build a statically linked version of sqlite3_analyzer.exe. More... about 1 year ago
Add the sqlite3res file to the Windows build of sqldiff.exe so that the resulting binary shows the SQLite icon. More... about 1 year ago
Avoid attempting to delete a file while it is open in test script sessionalter.test. More... over 1 year ago
Revert an earlier change that considered passing a NULL callback to sqlite3_preupdate_hook() to be a misuse. This is required to clear the preupdate hook altogether. More... over 1 year ago
New test cases for PRAGMA integrity_check against FTS4 and FTS5 tables. More... over 1 year ago
Fix mutex1.test to take into account that the prng mutex is not (as of [c84e4483cb4]) taken when writing a header to an in-memory journal. More... over 1 year ago
Improved error messages for the xIntegrity method in FTS3/4 and FTS5. More... over 1 year ago
Fix sqlite3ExprDup() alignment assertions so that they work on 32-bit platforms. More... over 1 year ago
Temporarily disable the ext/expert/expert1-6.0 test, which does not work on my configurations. More... over 1 year ago
Add an SQLITE_OMIT_VIRTUALTABLE block around the new vtab code in "PRAGMA integrity_check". More... over 1 year ago
Add missing test file fts3fault3.test. Should have been part of [7f41d700]. More... over 1 year ago
Merge fixes for expert handling of UDFs and other UD-whatevers. More... over 1 year ago
Add missing JNI sqlite3_result_subtype() binding. More... over 1 year ago
Fix the shell1.test test so to align with the new behavior imposed by [bce807cd48763273] - that backslash escapes only work without quoted arguments in dot-commands of the CLI. More... over 1 year ago
Clear some picky warnings, sync w/trunk. More... over 1 year ago
Add many more high-level wrappers to the JNI wrapper1 API. Correct the JNI bindings of sqlite3_strglob/strlike() to compare as the core lib does if their glob argument is NULL and the other is not. More... over 1 year ago
Fix [f5c01676fd281e93] so that it always preserves 8-byte alignment for Expr objects. Add new assert() statement to verify this. More... over 1 year ago
Add high-level window function wrapper to the JNI wrapper1 interface. More... over 1 year ago
Do not do backslash escape processing on any unquoted strings in dot-commands in the CLI - on Windows or on posix-like systems either one. This brings the processing into alignment with the documentation, allows backslash-delimited filenames on Windows (as long as they are unquoted), and causes the CLI to work the same with regard to backslash escapes on both Windows and posix. More... over 1 year ago
JNI: flesh out and simplify the APIs for binding and fetching arbitrary Java objects. More... over 1 year ago
JNI: add column-get bindings to the wrapper1 Stmt class and extend the AggregateFunction tests to ensure that the aggregate context is honored. More... over 1 year ago
Add API_ARMOR to sqlite3_clear_bindings(). More... over 1 year ago
Add JNI wrapper1.SqliteStmt.bindXyz() APIs. More... over 1 year ago
JNI: improve UB protections in sqlite3_bind_blob/text/text16(). More... over 1 year ago
Add missing ScalarFunction.java to JNI build. More... over 1 year ago