index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resolve.c
Commit message (
Expand
)
Author
Age
...
*
Invert the UNTRUSTED_SCHEMA setting to be TRUSTED_SCHEMA.
drh
2020-01-07
*
Refactor names of flags for improved legibility.
drh
2020-01-06
*
Refactor the names of the new controls for restricting what actions the schema
drh
2020-01-04
*
Invert the SQLITE_FUNC_SAFE bit to be SQLITE_FUNC_UNSAFE. The external
drh
2020-01-03
*
When UNSAFE_IN_VIEW is disabled, only allow functions in views that are
drh
2020-01-03
*
Merge fixes from trunk.
drh
2020-01-03
|
\
|
*
Fix a possible NULL pointer dereference caused by using a "VALUES(...)" as a ...
dan
2020-01-03
*
|
Merge enhancements from trunk.
drh
2020-01-02
|
\
|
|
*
NEVER() and ALWAYS() macros tagging unreachable branches.
drh
2020-01-02
|
*
Merge the latest enhancements from trunk.
drh
2020-01-02
|
|
\
|
|
*
New test-only SQL functions: implies_nonnull_row(), expr_compare(), and
drh
2020-01-01
|
*
|
Merge recent enhancements from trunk.
drh
2019-12-31
|
|
\
|
|
*
|
Merge fixes from trunk.
drh
2019-12-13
|
|
\
\
|
*
|
|
Tie up the loose ends in the ExprList size reduction.
drh
2019-12-13
|
*
|
|
Work toward reducing the incremental size of an ExprList object to 24-byte
drh
2019-12-12
|
*
|
|
Change the name of the Expr.a.zName field to zEName, so that it has a name
drh
2019-12-12
*
|
|
|
Experimental branch with new sqlite3_db_config() options that could possible
drh
2019-12-31
|
|
_
|
/
|
/
|
|
*
|
|
Fix a problem involving window function aliases being referenced from sub-sel...
dan
2019-12-27
|
|
/
|
/
|
*
|
Ensure that there is a containing SELECT statement when processing a
drh
2019-12-13
|
/
*
Factor out the conditional (which is only true for rare errors) from the
drh
2019-12-12
*
Rename a local variable to avoid masking a function parameter and thus
drh
2019-12-09
*
The previous check-in was not quite correct, and introduced a new problem
drh
2019-12-09
*
Ensure that the SrcList_item.colUsed field is set correctly (set to have a
drh
2019-12-09
*
Fix incorrect column-usage accounting associated with generated columns
drh
2019-12-08
*
Fix a harmless compiler warning.
drh
2019-11-22
*
Whenever a generated column is used, assume that all columns are used.
drh
2019-11-21
*
Always disallow the use of non-deterministic functions in CHECK constraints,
drh
2019-10-30
*
Minor adjustments for clarity and test coverage.
drh
2019-10-23
*
Initial experimental code for generated column support. Non-functional.
drh
2019-10-16
*
Test for an OOM condition in resolveAlias().
drh
2019-09-26
*
Fix a window-functions problem that could occur if an ORDER BY clause contain...
dan
2019-09-26
*
Fix the likely(), unlikely(), and likelihood() functions so that they have
drh
2019-08-22
*
Provide the SQLITE_DIRECTONLY flag for app-defined functions that prohibits
drh
2019-08-15
*
Ensure that SQLite does not attempt to process incompatible window functions ...
dan
2019-08-15
*
Fix harmless compiler warnings.
drh
2019-08-08
*
Fix a case of the Expr.affinity to Expr.affExpr refactor that was missed
drh
2019-08-08
*
Refactor field Expr.affinity into Expr.affExpr to avoid confusion with other
drh
2019-08-05
*
Fix a problem with renaming a table when a view or trigger within the schema ...
dan
2019-08-05
*
Fix a problem in ALTER TABLE triggered by views or triggers that include the ...
dan
2019-08-01
*
Consolidate the removal of Window objects from the Select.pWin list into
drh
2019-07-22
*
Remove Window objects from the corresponding Select.pWin list when they are d...
dan
2019-07-22
|
\
|
*
Remove Window objects from the corresponding Select.pWin list when they are d...
dan
2019-07-22
|
*
Make sure any window definitions in an ORDER BY clause are removed from
drh
2019-07-20
*
|
Fix a problem with renaming tables when the schema contains an invocation of ...
dan
2019-07-22
|
/
*
Fix a problem with renaming a table when the schema contains an invocation of...
dan
2019-07-19
*
Fix error handling for the case where a window function is passed the wrong n...
dan
2019-07-13
*
Rework the FILTER clause implementation to share more code with window functi...
dan
2019-07-13
*
Minor performance improvement in sqlite3ExprDeleteNN().
dan
2019-07-10
*
Add tests for the FILTER clause. And a bugfix.
dan
2019-07-03
*
Experimental implementation of FILTER clause for aggregate functions.
dan
2019-07-02
[prev]
[next]