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
...
*
Improved interface to double-quoted string literal enabling/disabling.
drh
2019-06-17
*
Add SQLITE_DBCONFIG options LEGACY_ALTER_TABLE, NO_DQS_SCHEMA, and NO_DQS.
drh
2019-06-14
*
Handle expressions like "expr IS TRUE COLLATE xyz" in the same way as "expr I...
dan
2019-06-12
*
The affinity of the unlikely() function and its cousins should be "none".
drh
2019-06-11
*
A minor variation on check-in [1685610ef8e0dc] which (hopefully) makes the
drh
2019-05-20
*
Disallow string constants enclosed in double-quotes within new CREATE TABLE a...
dan
2019-05-20
*
Fix a stack overflow that could occur when renaming a table that has a trigge...
dan
2019-04-29
*
Recover a some of the performance lost by window function alias fix two
drh
2019-03-29
*
Prevent aliases of window functions expressions from being used as arguments ...
dan
2019-03-28
*
Fix a problem with a window function in a correlated sub-query where at least...
dan
2019-03-22
*
Internally, remove all references to a Window object that belongs to an expre...
dan
2019-02-22
*
Build and test fixes for SQLITE_OMIT_WINDOWFUNC builds.
dan
2019-02-11
*
Fix a problem with renaming a table within a schema that contains a composite...
dan
2019-01-23
*
Fix problems with sub-selects in WINDOW definitions. Also rename-column opera...
dan
2019-01-23
*
Fix a problem with fix [b4b57413].
dan
2019-01-16
*
Fix a problem with renaming a column that is used as part of an ORDER BY on a
dan
2019-01-16
*
Raise an error if the argument to VACUUM INTO is an identifier.
drh
2019-01-02
*
Fix harmless compiler warnings.
drh
2018-12-14
*
Further refinements to the sqlite3_normalized_sql() interface. TH3 now
drh
2018-12-10
*
Fix the sqlite3_normalized_sql() interface so that it renders
drh
2018-12-07
*
Issue a warning whenever a double-quoted string literal is used.
drh
2018-12-06
*
Omit a line of code that has no affect on the outcome.
drh
2018-12-02
*
Do not allow direct access to internal-use SQL functions such as
drh
2018-11-26
*
Minor code simplification.
drh
2018-09-20
|
\
|
*
A minor code simplification, saved in a branch for future reference.
drh
2018-09-19
*
|
Combine the Expr.pTab and Expr.pWin fields into a union named "y". Add a new
drh
2018-09-20
|
/
*
Extend RENAME TABLE to edit triggers and views. Still buggy.
dan
2018-08-29
*
Remove an unnecessary IN_RENAME_COLUMN macro from resolve.c.
drh
2018-08-25
*
Fix a problem with renaming a column that occurs as an "excluded.colname"
dan
2018-08-24
*
Avoid incorrectly replacing tokens that refer to a column being renamed via an
dan
2018-08-24
*
Rename internal function sqlite3RenameToken() to sqlite3RenameTokenMap() and
dan
2018-08-21
*
Ensure that CREATE VIEW, TRIGGER or INDEX statements can be edited by ALTER
dan
2018-08-17
*
Experimental implementation of ALTER TABLE ... RENAME COLUMN. Still buggy.
dan
2018-08-09
*
Fix a harmless warning about comment formatting in the previous
drh
2018-07-10
*
Fix a segfault caused by having identical window functions in the select-list
dan
2018-07-02
*
Fix a segfault caused by invoking a regular aggregate as a window-function.
dan
2018-07-02
*
Further performance related tweaks for sqlite3RunParser().
dan
2018-06-29
*
Fix problems with using window-functions in correlated sub-queries.
dan
2018-06-23
*
Omit all window-function related code when building with SQLITE_OMIT_WINDOWFUNC.
dan
2018-06-22
*
Clarify the relationship between a Window object and its associated Expr.
dan
2018-06-11
*
Fix handling of window frames containing negative number of rows. e.g. "ROWS x
dan
2018-06-11
*
Add support for the WINDOW clause.
dan
2018-06-08
*
Merge latest trunk changes into this branch.
dan
2018-06-04
|
\
|
*
Ensure that sqlite3AuthRead() is only call for TK_COLUMN and TK_TRIGGER
drh
2018-06-02
*
|
Add support for window functions row_number(), rank(), dense_rank() and
dan
2018-06-02
*
|
Evaluate multiple window functions in a single pass if they use the same
dan
2018-05-17
*
|
Start of experimental implementation of SQL window functions. Does not yet
dan
2018-05-16
|
/
*
Add new testcase() macros and fix a bug that was revealed when trying to
drh
2018-04-18
*
Remove the MySQL upsert syntax. As an optional alias to the insert table
drh
2018-04-16
*
Add support for the "excluded.*" names in the UPDATE clause of an upsert.
drh
2018-04-16
[prev]
[next]