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