2023-10-18 |
drh | Basic test cases. |
commit | commitdiff | tree |
2023-10-18 |
drh | Fix one minor error in order to get all legacy tests... |
commit | commitdiff | tree |
2023-10-18 |
drh | ORDER BY on aggregates seem to work, at least for simpl... |
commit | commitdiff | tree |
2023-10-18 |
drh | Basic error checking. Resolve symbols in the aggregate... |
commit | commitdiff | tree |
2023-10-18 |
drh | Enhance the parser so that it can accept an ORDER BY... |
commit | commitdiff | tree |
2023-10-17 |
stephan | JS: replace one errant reference to 'self' with 'global... |
commit | commitdiff | tree |
2023-10-17 |
drh | Fix a harmless compiler warning about variant types... |
commit | commitdiff | tree |
2023-10-17 |
drh | Make a new branch in the SqlExec opcode reachable by... |
commit | commitdiff | tree |
2023-10-17 |
drh | Omit an unreachable branch when SQLITE_ENABLE_API_ARMOR... |
commit | commitdiff | tree |
2023-10-17 |
drh | Changes to sqlite3IntFloatCompare() in an attempt to... |
commit | commitdiff | tree |
2023-10-17 |
drh | Fix a JSON bug introduced by the optimization of [df099... |
commit | commitdiff | tree |
2023-10-17 |
drh | Enhance the documentation of sqlite3_deserialize()... |
commit | commitdiff | tree |
2023-10-17 |
drh | When an I/O or similar error occurs during a transactio... |
commit | commitdiff | tree |
2023-10-17 |
stephan | Harden API_ARMOR checks for sqlite3_stmt_scanstatus_v2(). |
commit | commitdiff | tree |
2023-10-16 |
stephan | JNI: add aggregate function support to the wrapper1... |
commit | commitdiff | tree |
2023-10-16 |
stephan | JNI: add scalar UDF support to the wrapper1 API. |
commit | commitdiff | tree |
2023-10-16 |
stephan | JNI: initial draft (untested - requires more infrastruc... |
commit | commitdiff | tree |
2023-10-16 |
stephan | JNI: cleanups in Tester2 and update the jar makefile... |
commit | commitdiff | tree |
2023-10-16 |
stephan | JNI: move the C-style API parts into the capi subpackag... |
commit | commitdiff | tree |
2023-10-16 |
stephan | JNI: after calling a Java-side UDF, zero-out the pointe... |
commit | commitdiff | tree |
2023-10-16 |
stephan | JNI: do not expose SQLITE_OPEN_... flags which are... |
commit | commitdiff | tree |
2023-10-15 |
stephan | Change 3 instance of #if SQLITE_ENABLE_API_ARMOR to... |
commit | commitdiff | tree |
2023-10-15 |
stephan | JNI: enable all optional components in the default... |
commit | commitdiff | tree |
2023-10-15 |
stephan | Correct non-void return from sqlite3_preupdate_hook... |
commit | commitdiff | tree |
2023-10-15 |
stephan | Add coverage of more functions to SQLITE_ENABLE_API_ARM... |
commit | commitdiff | tree |
2023-10-14 |
stephan | JNI: extend [baf220e78a46246c47] to include macro-gener... api-armor-audit |
commit | commitdiff | tree |
2023-10-14 |
stephan | JNI: make the sqlite3_value_...() family of bindings... |
commit | commitdiff | tree |
2023-10-14 |
drh | Do not allow an ALTER TABLE ADD COLUMN on a STRICT... |
commit | commitdiff | tree |
2023-10-14 |
stephan | Add API_ARMOR support to the scanstatus family of funct... |
commit | commitdiff | tree |
2023-10-14 |
drh | The rtreecheck() SQL function should not invoke BEGIN... |
commit | commitdiff | tree |
2023-10-14 |
stephan | JNI: add a missing result code check to sqlite3_bind_va... |
commit | commitdiff | tree |
2023-10-14 |
stephan | JNI: add missing sqlite3_bind_value() and minor memory... |
commit | commitdiff | tree |
2023-10-14 |
stephan | Add API_ARMOR support to the sqlite3_result_...() famil... |
commit | commitdiff | tree |
2023-10-14 |
stephan | More API_ARMOR additions. |
commit | commitdiff | tree |
2023-10-14 |
stephan | Add column name to API_ARMOR check in sqlite3_blob_open... |
commit | commitdiff | tree |
2023-10-14 |
stephan | Revert [f6cd88e6b234] - the NULL callback case is perfe... |
commit | commitdiff | tree |
2023-10-14 |
stephan | Bring JNI-side sqlite3_last_insert_rowid() and sqlite3_... |
commit | commitdiff | tree |
2023-10-14 |
stephan | Extend API_ARMOR checks on sqlite3_commit/rollback_hook... |
commit | commitdiff | tree |
2023-10-14 |
stephan | Add missing JNI bindings for sqlite3_db_readonly()... |
commit | commitdiff | tree |
2023-10-14 |
drh | Bug fix in sqlite3_analyzer: for databases larger than... |
commit | commitdiff | tree |
2023-10-13 |
drh | Earlier detection of a host of errors in CREATE TABLE... |
commit | commitdiff | tree |
2023-10-13 |
drh | Apply the correct affinity to DEFAULT values that are... |
commit | commitdiff | tree |
2023-10-13 |
drh | Do not allow triggers on shadow tables under defensive... |
commit | commitdiff | tree |
2023-10-13 |
dan | Fix an fts5 problem caused by a 'rebuild' followed... |
commit | commitdiff | tree |
2023-10-13 |
drh | Immediately fail a CREATE TABLE statement that attempts... |
commit | commitdiff | tree |
2023-10-13 |
drh | Actually prevent PRAGMA writable_schema=ON from being... |
commit | commitdiff | tree |
2023-10-13 |
stephan | Round one of an audit for SQLITE_ENABLE_API_ARMOR for... |
commit | commitdiff | tree |
2023-10-13 |
larrybr | Avoid potential overflow in hex(). [forum:/forumpost... |
commit | commitdiff | tree |
2023-10-12 |
drh | Make sure virtual tables have been connected before... |
commit | commitdiff | tree |
2023-10-12 |
dan | Fix a problem with an fts5 secure-delete on a rowid... |
commit | commitdiff | tree |
2023-10-12 |
drh | Enable SQLITE_VTAB_INNOCUOUS for FTS3, FTS5, and RTREE. |
commit | commitdiff | tree |
2023-10-12 |
dan | Add test case for [29937081]. |
commit | commitdiff | tree |
2023-10-12 |
drh | Make sure the journal file is closed when transitioning... |
commit | commitdiff | tree |
2023-10-12 |
larrybr | CLI to check for rare prepare failures. [forum:/forumpo... |
commit | commitdiff | tree |
2023-10-11 |
stephan | Unconditionally force use of SQLITE_ENABLE_API_ARMOR... |
commit | commitdiff | tree |
2023-10-11 |
drh | Fix the use of an uninitialized value that occurs when... |
commit | commitdiff | tree |
2023-10-11 |
stephan | Add (prepare, step, reset, finalize) parts of the JNI... |
commit | commitdiff | tree |
2023-10-11 |
drh | Simplification to sqlite3ApiExit(). Generates identica... |
commit | commitdiff | tree |
2023-10-10 |
drh | Fix a bug in the mkautoconfamal.sh script, introduced... |
commit | commitdiff | tree |
2023-10-10 |
stephan | Start adding tests for the second JNI layer. |
commit | commitdiff | tree |
2023-10-09 |
drh | Use snprintf() in place of sprintf() in a debugging... |
commit | commitdiff | tree |
2023-10-09 |
dan | Avoid calling sqlite3_randomness and taking the PRNG... |
commit | commitdiff | tree |
2023-10-09 |
drh | Add a TCL script that does various verification checks... |
commit | commitdiff | tree |
2023-10-09 |
drh | Fix a compiler warning caused by the previous check-in. |
commit | commitdiff | tree |
2023-10-09 |
drh | Turn on SEH by default when building using MSVC. |
commit | commitdiff | tree |
2023-10-09 |
drh | Fix a potential UAF caused by JSON parser cache spill. |
commit | commitdiff | tree |
2023-10-09 |
stephan | Flesh out the error state captured by SqliteException... |
commit | commitdiff | tree |
2023-10-09 |
drh | Fix harmless compiler warning in the test module for... |
commit | commitdiff | tree |
2023-10-09 |
stephan | Add JNI Sqlite and SqliteException classes. Add Tester2... |
commit | commitdiff | tree |
2023-10-09 |
stephan | Minor JNI doc and public/private cleanups. |
commit | commitdiff | tree |
2023-10-09 |
stephan | Rename SQLite3Jni to CApi to (A) reduce name prefix... |
commit | commitdiff | tree |
2023-10-07 |
dan | Fix a problem with sqlite3changegroup_schema() and... |
commit | commitdiff | tree |
2023-10-07 |
dan | Add the sqlite3changegroup_schema() API. To allow chang... |
commit | commitdiff | tree |
2023-10-07 |
dan | Fix a problem with the changes on this branch and table... session-alter |
commit | commitdiff | tree |
2023-10-07 |
drh | Add a test case to prevent a regression of the leak... |
commit | commitdiff | tree |
2023-10-07 |
drh | Fix a resource leak: sqlite3_blob_reopen() was failing... |
commit | commitdiff | tree |
2023-10-06 |
dan | Add missing source code comments and fix other issues... |
commit | commitdiff | tree |
2023-10-06 |
dan | Update this branch with latest changes from the trunk. |
commit | commitdiff | tree |
2023-10-06 |
dan | Add tests for the sqlite3changegroup_schema() API. |
commit | commitdiff | tree |
2023-10-06 |
drh | Remove an unused parameter from the recomputeColumnsNot... |
commit | commitdiff | tree |
2023-10-06 |
drh | Ensure that all fields of static sqlite3_module objects... |
commit | commitdiff | tree |
2023-10-06 |
drh | Remove and unused static variable from shell.c.in in... |
commit | commitdiff | tree |
2023-10-06 |
drh | Increase the size of some variables associated with... |
commit | commitdiff | tree |
2023-10-05 |
dan | Add the sqlite3changegroup_schema() API. To allow chang... |
commit | commitdiff | tree |
2023-10-05 |
drh | Improved detection of corrupt databases in balance_nonr... |
commit | commitdiff | tree |
2023-10-05 |
stephan | Do not squelch exceptions from SAHPool VFS importDb... |
commit | commitdiff | tree |
2023-10-05 |
drh | Remove a stray blank line from the beginning of btree... |
commit | commitdiff | tree |
2023-10-04 |
dan | Allow a session object to generate a changeset, even... |
commit | commitdiff | tree |
2023-10-04 |
drh | The Makefile distinguishes between tcl8.4 and tcl8... |
commit | commitdiff | tree |
2023-10-04 |
drh | Modify the main makefile so that it fails with an error... |
commit | commitdiff | tree |
2023-10-02 |
stephan | JNI: when fetching text-or-blob/length pairs, fetch... |
commit | commitdiff | tree |
2023-10-02 |
drh | Fix the length of the string in the new concat() and... |
commit | commitdiff | tree |
2023-10-02 |
drh | Remove an ALWAYS() from a branch that can in fact be... |
commit | commitdiff | tree |
2023-10-02 |
stephan | Pointer-casting-related fixes for JNI on 32-bit ARM... |
commit | commitdiff | tree |
2023-10-01 |
stephan | Add JNI binding for sqlite3_normalized_sql(). |
commit | commitdiff | tree |
2023-10-01 |
stephan | Make JNI binding of sqlite3_value_frombind() return... |
commit | commitdiff | tree |
2023-09-30 |
stephan | Fix JNI binding to compile without SQLITE_ENABLE_PREUPD... |
commit | commitdiff | tree |
2023-09-30 |
stephan | Make all SQLite3Jni methods which take a void-pointer... |
commit | commitdiff | tree |
2023-09-30 |
stephan | JNI: rename sqlite3_errmsg16() to sqlite3_errmsg()... |
commit | commitdiff | tree |
2023-09-30 |
stephan | Expose sqlite3_stmt_busy() to JNI. |
commit | commitdiff | tree |
next |