2023-10-21 |
drh | Extra comment on the implementation of SQLITE_TESTCTRL_... fknoaction |
commit | commitdiff | tree |
2023-10-21 |
dan | Add missing "finish_test" to sessionnoact.test. |
commit | commitdiff | tree |
2023-10-21 |
dan | Fix a problem with SQLITE_CHANGESETAPPLY_FKNOACTION... |
commit | commitdiff | tree |
2023-10-21 |
drh | Add SQLITE_TESTCTRL_FK_NO_ACTION. |
commit | commitdiff | tree |
2023-10-21 |
drh | Adjust an EXPLAIN QUERY PLAN output in scanstatus2... |
commit | commitdiff | tree |
2023-10-21 |
drh | Compress the content of the status line in testrunning... |
commit | commitdiff | tree |
2023-10-21 |
drh | Create the new string_agg(X,Y) aggregate function which... |
commit | commitdiff | tree |
2023-10-21 |
drh | Avoid an unnecessary malloc() for the page usage bitmap... |
commit | commitdiff | tree |
2023-10-21 |
drh | Fix a test case broken by the previous check-in. string_agg |
commit | commitdiff | tree |
2023-10-20 |
drh | Add string_agg(X,Y) as an alias for group_concat(X... |
commit | commitdiff | tree |
2023-10-20 |
dan | Fix a problem allowing a COMMIT following an OOM to... |
commit | commitdiff | tree |
2023-10-20 |
drh | Fix PRAGMA integrity_check so that it does not raise... |
commit | commitdiff | tree |
2023-10-20 |
drh | Omit some redundant calls to strlen() used to find... |
commit | commitdiff | tree |
2023-10-20 |
drh | Improvements to the sqlite3ExprDup() logic for faster... |
commit | commitdiff | tree |
2023-10-20 |
dan | Add the SQLITE_CHANGESETAPPLY_FKNOACTION flag to sqlite... |
commit | commitdiff | tree |
2023-10-20 |
drh | Simplifications and optimizations to the Expr object... |
commit | commitdiff | tree |
2023-10-20 |
drh | Omit an unused constant from sessionfuzz.c to prevent... |
commit | commitdiff | tree |
2023-10-20 |
stephan | Correct the opfs-sahpool VFS's xGetLastError() method... |
commit | commitdiff | tree |
2023-10-20 |
drh | Use sqlite3ParserAddCleanup() instead of calling sqlite... |
commit | commitdiff | tree |
2023-10-19 |
drh | Remove a faulty assert() that was added just a few... |
commit | commitdiff | tree |
2023-10-19 |
drh | For TK_ORDER expression nodes to always be full-size. |
commit | commitdiff | tree |
2023-10-19 |
drh | Fix an adverse interaction between the new aggregate... |
commit | commitdiff | tree |
2023-10-19 |
drh | In the TreeView logic (used for debugging only) do... |
commit | commitdiff | tree |
2023-10-19 |
dan | Fix an fts3 problem caused by reducing the page size... |
commit | commitdiff | tree |
2023-10-19 |
drh | Simplify the Expr compression logic slightly by adding... |
commit | commitdiff | tree |
2023-10-19 |
drh | Simplification to sqlite3GetVarint32() to avoid confusi... |
commit | commitdiff | tree |
2023-10-19 |
drh | Fix an error in a debugging routine used inside of... |
commit | commitdiff | tree |
2023-10-19 |
drh | New assert() statements to help verify correctness... |
commit | commitdiff | tree |
2023-10-19 |
drh | Fix the sqlite3ReferencesSrcList() routine so that... |
commit | commitdiff | tree |
2023-10-19 |
drh | Add support for ORDER BY on the argument list of aggreg... |
commit | commitdiff | tree |
2023-10-19 |
drh | Merge the latest changes from trunk. agg-orderby |
commit | commitdiff | tree |
2023-10-19 |
drh | Fix a false-positive in run-time error checking. |
commit | commitdiff | tree |
2023-10-18 |
drh | Changes for test coverage. |
commit | commitdiff | tree |
2023-10-18 |
drh | Test case for alter column that is used in the ORDER... |
commit | commitdiff | tree |
2023-10-18 |
drh | Deal with an OOM condition while processing aggregate... |
commit | commitdiff | tree |
2023-10-18 |
drh | Make sure all terms of the ORDER BY within an aggregate... |
commit | commitdiff | tree |
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 |
next |