index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
attach.c
Commit message (
Expand
)
Author
Age
*
Fix harmless compiler warnings.
drh
2023-01-21
*
Two branches associated with memdb are now always taken (I believe). Tag
drh
2023-01-20
*
Ensure that the database encoding cannot be changed while there are statement...
dan
2023-01-20
*
Improved technique for parsing the ON and USING clauses of a join is faster
drh
2022-04-07
*
Add ALWAYS() macros. Change some existing ALWAYS() into assert(). Other
drh
2022-01-24
*
Protect all accesses to the FuncDef.u and Expr.u unions using nearby
drh
2021-10-07
*
Fix harmless static-analyzer warnings.
drh
2021-10-04
*
Replace [0f0959c6f95046e8] with a new and better solution that also fixes the
drh
2021-05-20
*
Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by
drh
2021-05-08
*
Fix a problem allowing SQL variables to be used expressions within the second...
dan
2021-04-21
*
An improvement to check-in [1a341378ab24a509] that omits the new
drh
2021-04-19
*
Ensure that variables are not used in the WINDOW clause of a query inside
drh
2021-04-17
*
Rename the "struct SrcList_item" object to the more succinct "SrcItem".
drh
2021-02-21
*
Fix a harmless compiler warning.
drh
2021-02-03
*
Fix a problem caused by using an SQL variable in an OVER clause within a trig...
dan
2021-01-21
*
Add support for the sqlite3_txn_state() interface.
drh
2020-08-25
*
Support UPDATE...FROM statements in trigger programs.
dan
2020-07-14
*
Simplify some of the code modified by the previous commit.
dan
2020-03-21
*
Consolidate some code on this branch.
dan
2020-03-21
*
Allow "main" to be used to refer to the main database even after SQLITE_DBCON...
dan
2020-03-20
*
Ensure that the filename passed into the xFullPathname method of the VFS is
drh
2020-02-27
*
Simplify the code by removing the unsupported and undocumented
drh
2020-02-07
*
Refactor names of flags for improved legibility.
drh
2020-01-06
*
Simplify the bytecode generation for SQL function calls such that the
drh
2019-10-30
*
If a TEMP TRIGGER references an auxiliary schema, and that auxiliary schema
drh
2019-08-27
*
Provide the SQLITE_DIRECTONLY flag for app-defined functions that prohibits
drh
2019-08-15
*
Fix a problem with the user-auth extension and deserializing in-memory databa...
dan
2019-04-15
*
When deserializing a database (sqlite3_deserialize()), do not attempt to pars...
dan
2019-03-13
*
Honor key query parameters for SEE on the URI filename for ATTACH
drh
2019-02-02
*
Turn on ASAN for the dbfuzz2 utility. Fix a buffer overread associated
drh
2018-11-13
*
Eponymous virtual tables appear to exist in all schemas. This is an alternative
drh
2018-11-05
*
Enhance triggers so that they can use table-valued-functions that exist in
drh
2018-11-02
*
Fix problem with window functions min() and max() when used with a PARTITION
dan
2018-06-14
*
Start of experimental implementation of SQL window functions. Does not yet
dan
2018-05-16
*
Avoid many unnecessary calls to sqlite3ReadSchema() and sqlite3Init() when
drh
2018-04-25
*
Ensure that there are no bind-parameters or incorrect schema references in
drh
2018-04-23
*
Prohibit bound parameters in the arguments to table-valued functions within
drh
2018-04-11
*
Improved documentation for sqlite3_serialize() and sqlite3_deserialize().
drh
2018-03-06
*
Handle some boundary cases in memdb associated with OOM faults.
drh
2018-03-06
*
Merge the latest enhancements from trunk.
drh
2018-03-01
|
\
|
*
Remove a superfluous "#if 1". No logic changes.
drh
2018-02-20
|
*
Do not allow parameters or schema references inside of WITH clause of
drh
2018-02-15
*
|
New test cases and fixes for minor problems.
drh
2018-01-03
*
|
Miscellaneous code and comment cleanup.
drh
2018-01-03
*
|
Replace sqlite3_memdb_config() with sqlite3_deserialize(). Remove the
drh
2018-01-03
|
/
*
In the parse tree, combine LIMIT and OFFSET into a single expression rooted
drh
2017-11-14
*
Allow ATTACH and DETACH to occur inside of a transaction.
drh
2017-07-26
*
Minor refactoring change to clarify how ATTACH works. No functional changes.
drh
2017-06-16
*
Avoid unnecessary calls to sqlite3BtreeEnterAll() and sqlite3BtreeLeaveAll()
drh
2017-01-02
*
Take care not to try to generate code for the ATTACH and DETACH commands
drh
2016-11-11
[next]