2023-10-25 |
larrybr | Cure a harmless MSVC warning. (no other changes) |
commit | commitdiff | tree |
2023-10-25 |
larrybr | In CLI for Windows builds, do MBCS/UTF-8 translation... |
commit | commitdiff | tree |
2023-10-25 |
drh | Add an ALWAYS on branch that was made always-true by... |
commit | commitdiff | tree |
2023-10-25 |
drh | When doing a DISTINCT aggregate that contains an ORDER... |
commit | commitdiff | tree |
2023-10-25 |
drh | Fix the amalgamation generator so that when it is repor... |
commit | commitdiff | tree |
2023-10-25 |
drh | Enhance the new xIntegrity method of the sqlite3_module... |
commit | commitdiff | tree |
2023-10-24 |
drh | Implement check-in [477577120b897bf1] differently,... |
commit | commitdiff | tree |
2023-10-24 |
drh | Test cases for COLLATE and NULLS FIRST/LAST in the... |
commit | commitdiff | tree |
2023-10-24 |
drh | New #ifdefs to fix certain compile-time options. |
commit | commitdiff | tree |
2023-10-24 |
dan | Fix a problem with the fts5 highlight() and snippet... |
commit | commitdiff | tree |
2023-10-24 |
dan | Fix a problem with the fts5 highlight() and snippet... fts5-trigram-snippet-fix |
commit | commitdiff | tree |
2023-10-24 |
larrybr | Spelling improvements, in comments only |
commit | commitdiff | tree |
2023-10-24 |
larrybr | Spelling improvements, in comments only |
commit | commitdiff | tree |
2023-10-24 |
drh | Fix various harmless scan-build warnings. |
commit | commitdiff | tree |
2023-10-24 |
drh | Fix a harmless compiler warning in the expert extension. |
commit | commitdiff | tree |
2023-10-23 |
drh | Fix a minor typo in the previous. |
commit | commitdiff | tree |
2023-10-23 |
drh | Add notes on how to build a statically linked version... |
commit | commitdiff | tree |
2023-10-23 |
drh | Add the sqlite3res file to the Windows build of sqldiff... |
commit | commitdiff | tree |
2023-10-23 |
dan | Avoid attempting to delete a file while it is open... |
commit | commitdiff | tree |
2023-10-23 |
dan | Revert an earlier change that considered passing a... |
commit | commitdiff | tree |
2023-10-23 |
drh | New test cases for PRAGMA integrity_check against FTS4... |
commit | commitdiff | tree |
2023-10-23 |
dan | Fix mutex1.test to take into account that the prng... |
commit | commitdiff | tree |
2023-10-23 |
drh | Improved error messages for the xIntegrity method in... |
commit | commitdiff | tree |
2023-10-23 |
drh | Fix sqlite3ExprDup() alignment assertions so that they... |
commit | commitdiff | tree |
2023-10-23 |
drh | Temporarily disable the ext/expert/expert1-6.0 test... |
commit | commitdiff | tree |
2023-10-23 |
dan | Add an SQLITE_OMIT_VIRTUALTABLE block around the new... |
commit | commitdiff | tree |
2023-10-23 |
dan | Add missing test file fts3fault3.test. Should have... |
commit | commitdiff | tree |
2023-10-23 |
larrybr | Merge fixes for expert handling of UDFs and other UD... |
commit | commitdiff | tree |
2023-10-23 |
drh | Fix the shell1.test test so to align with the new behav... |
commit | commitdiff | tree |
2023-10-23 |
larrybr | Clear some picky warnings, sync w/trunk. expert-enhancement |
commit | commitdiff | tree |
2023-10-22 |
drh | Fix [f5c01676fd281e93] so that it always preserves... |
commit | commitdiff | tree |
2023-10-22 |
drh | Do not do backslash excape processing on any unquoted... |
commit | commitdiff | tree |
2023-10-22 |
stephan | JNI: improve UB protections in sqlite3_bind_blob/text... |
commit | commitdiff | tree |
2023-10-22 |
stephan | Add missing ScalarFunction.java to JNI build. |
commit | commitdiff | tree |
2023-10-21 |
drh | In the CLI, do not translate unquoted backslash escapes... |
commit | commitdiff | tree |
2023-10-21 |
drh | Remove a branch that cannot affect the outcome from... |
commit | commitdiff | tree |
2023-10-21 |
drh | Replace the patch at [5cb61c6788d7c017] with a better... |
commit | commitdiff | tree |
2023-10-21 |
dan | Fix a problem allowing a COMMIT following an OOM to... |
commit | commitdiff | tree |
2023-10-21 |
drh | Add the SQLITE_TESTCTRL_FK_NO_ACTION test control.... |
commit | commitdiff | tree |
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 |
next |