aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | | | Fix harmless compiler warnings.drh2024-09-06
* | | | | A testcase() macro added to help ensure that the fix to the omit-noop-joindrh2024-09-06
* | | | | Ensure that the WhereInfo.revMask bitmap is adjusted when tables are removeddrh2024-09-05
* | | | | Fix a bug in the parsing of some corner-case JSON PATH strings that containdrh2024-09-04
* | | | | Improved error messages on percentile functions. More tests cases fordrh2024-09-02
* | | | | Change the name of the enabling compile-time macro todrh2024-09-02
* | | | | More internal documentation improvements.drh2024-09-01
* | | | | The WITHIN GROUP (ORDER BY ...) syntax is now a compile-time option:drh2024-09-01
* | | | | No prepare-time penality for ordered-set aggregates for applications thatdrh2024-09-01
* | | | | Add error checking: Do not allow functions other than those in thedrh2024-08-31
* | | | | Demonstration of how ordered-set aggregates might be parsed and integrateddrh2024-08-31
* | | | | Enhance the percentile() and median() extension functions so that they can bedrh2024-08-31
* | | | | A couple of #defines so that the build work with SQLITE_OMIT_FLOATING_POINT.drh2024-08-30
* | | | | Fix a case where the BTCF_AtLast flag was being left set incorrectly. This wa...dan2024-08-29
* | | | | Do not allow sqlite3_blob_open() to work on a any table that containsdrh2024-08-28
* | | | | Merge all the latests trunk enhancements into the win-dupe-crt-fio branch.drh2024-08-27
|\ \ \ \ \
| * | | | | Randomize the name of the attached database used to do VACUUM.drh2024-08-26
| * | | | | shell.c.in: use eputz/oputz() instead of eputf/oputf() where appropriate to a...stephan2024-08-25
| * | | | | Fix compiler warnings in the CLI detected by MSVC.drh2024-08-24
| * | | | | Remove a term from an assert() that is no longer relevant.drh2024-08-24
| * | | | | Avoid a stack overflow that could be caused by a recursively defined WINDOW()...dan2024-08-24
| * | | | | Ensure that the WhereLoop.u.btree.pOrderBy field added by thedrh2024-08-24
| * | | | | Eliminate use of strcpy() in shell.c.in to squelch an unwarranted link-time w...stephan2024-08-23
| * | | | | Add the SQLITE_INDEX_SCAN_HEX bit to the sqlite3_index_info.idxFlags bitmask.drh2024-08-22
| * | | | | Add the new SQLITE_TESTCTRL_OPTGET that retrieves the current optimizationdrh2024-08-21
| * | | | | Improved comments on byte-code subroutine calls to materialize subqueries.drh2024-08-21
| * | | | | Add code comments for a "table-of-contents" and various milestone marks indrh2024-08-21
| * | | | | Fix a minor typo in a comment.drh2024-08-21
| * | | | | Improvements to treetrace output for subqueries. Debug code only.drh2024-08-21
| * | | | | De-duplicate some error-output code in shell.c.in as part of tracking down th...stephan2024-08-21
| * | | | | Remove incorrect assert() statements in the SrcItem invariant validator.drh2024-08-21
| * | | | | Refactor the SrcItem object to move fields associated with subqueries outdrh2024-08-20
| |\ \ \ \ \
| | * | | | | Fix a name resolution issue with CTEs.drh2024-08-20
| | * | | | | Fix minor comment issues.drh2024-08-20
| | * | | | | Remove unreachable code.drh2024-08-20
| | * | | | | Tighter checking of access constraints on union members in SrcItem.drh2024-08-20
| | * | | | | Fix some stray SrcItem field name fixes.drh2024-08-20
| | * | | | | Fix a memory leak so that now all dev tests (including TH3) are passing.drh2024-08-20
| | * | | | | Memory issues fixes so that mdevtest now passes.drh2024-08-20
| | * | | | | Refactor the SrcItem object so that information about subqueries is storeddrh2024-08-19
| | * | | | | Give unique names to fields in the SrcItem object, to facilitate analysis ofdrh2024-08-17
| | * | | | | Reduce the size of the SrcItem object by combining fields into a union.drh2024-08-17
| * | | | | | When the database encoding is UTF-16LE and the GLOB optimization is used,drh2024-08-20
| * | | | | | Fix for the UTF-16LE problem reporte bydrh2024-08-20
| * | | | | | Earlier error detection while processing complex aggregatedrh2024-08-19
| * | | | | | Attempt to fix date/time calculations for days earlier than 0400-03-01.drh2024-08-19
| * | | | | | Automatically disable directory fsync when compiling for AIX.drh2024-08-18
| |/ / / / /
| * | | | | Fix a typo in an "ifdef" that broke SQLITE_OMIT_ANALYZE builds.dan2024-08-17
| * | | | | If a subquery has an ORDER BY clause and that ordering is helpfile indrh2024-08-16
| |\ \ \ \ \
| | * | | | | Fix handling of COLLATE. Add test cases for the same. Code cleanup fordrh2024-08-16