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