aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
Commit message (Expand)AuthorAge
* Added FOR EACH ROW triggers functionality (CVS 562)danielk19772002-05-15
* Improvements to the SQLITE_MISUSE detection logic. Also added test casesdrh2002-05-10
* Attempt to detect when two or more threads try to use the same database atdrh2002-05-10
* Fix for bug #15: Add the sqlite_changes() API function for retrieving thedrh2002-04-12
* Fix the return type of the xStep function in the FuncDef structuredrh2002-03-12
* Added the default_cache_size and default_synchronous pragmas. Added additionaldrh2002-03-06
* Add the ability to turn of calls to fsync() using the "synchronous" pragma.drh2002-03-05
* More bugs fixed for views. (CVS 416)drh2002-03-03
* VIEWs are bound to tables when they are used, not when they are firstdrh2002-03-03
* Suppress superfluous OP_OpenTemps when flattening subqueries. (CVS 412)drh2002-03-03
* Bug fixes and additional tests for the subquery flattener. (CVS 411)drh2002-03-03
* Subquery flattening is implemented and passes all regression tests.drh2002-03-02
* Completely remove the old SQL function system and replace it with thedrh2002-02-28
* Revise the API for user-defined functions. (CVS 398)drh2002-02-27
* Bug fixes in the VIEW implementation. (CVS 396)drh2002-02-27
* Code for user-defined aggregates added. Legacy tests all pass but theredrh2002-02-24
* Move the build-in function definitions into a new source file "func.c". (CVS ...drh2002-02-24
* Added support for user-defined normal functions. Support for user-defineddrh2002-02-23
* Code to implement CREATE VIEW is in place. A quick smoke test shows thatdrh2002-02-23
* Change the SQLITE_MASTER format to version 2 in preparation for adding views....drh2002-02-21
* New ROWIDs are numbered sequentially. (CVS 383)drh2002-02-19
* Add support for CREATE TABLE AS. (CVS 377)drh2002-02-18
* Add support for subqueries in the FROM clause of a SELECT. Still needdrh2002-02-18
* Make the sqliteParseInfoReset() function locale to the select.c file. (CVS 371)drh2002-02-17
* Get the ABORT conflict resolution algorithm working. (CVS 362)drh2002-02-02
* Change to five conflict resolution algorithms: ROLLBACK, ABORT, FAIL,drh2002-01-31
* Added ON CONFLICT support to COPY. Updates to documentation. Bug fixes. (CVS ...drh2002-01-30
* The new ON CONFLICT logic is in and passes the legacy tests. But thedrh2002-01-29
* Beginning to insert the infrastructure for ON CONFLICT clauses. (CVS 355)drh2002-01-29
* Constant ORDER BY or GROUP BY expressions are an error. (CVS 352)drh2002-01-22
* The right-hand side of an AS in a SELECT can be used within expressions ofdrh2002-01-22
* Added the last_insert_rowid API function. Improved documentation ofdrh2002-01-16
* Working on a bug: Dropping and recreating a table within a transactiondrh2002-01-09
* Comment updates most. Also some small changes to the VDBE. (CVS 339)drh2002-01-06
* Comment changes. Change the use of BTree so that either the key isdrh2001-12-31
* Added support for the INTEGER PRIMARY KEY column type. (CVS 333)drh2001-12-21
* Bug fix: sqlite_exec() would sometimes return SQLITE_PROTOCOL when itdrh2001-12-05
* Fix a bug in the locking protocol. (CVS 315)drh2001-11-22
* Attempting to add support for 64-bit platforms. (CVS 314)drh2001-11-21
* The new code for taking advantage of inequalities in WHERE clausesdrh2001-11-08
* New Next opcode and indexing style implemented. (CVS 304)drh2001-11-07
* Implement indices that occur in sort order and the LIMIT...OFFSET clausedrh2001-11-06
* Increase maximum row size to 1MB. (CVS 300)drh2001-11-04
* More changes for 2.0.7. (CVS 293)drh2001-10-22
* Version 2.0.6 (CVS 291)drh2001-10-19
* Support for UTF-8 and ISO8859 characters in identifiers. Bug fix indrh2001-10-18
* Added support for the COUNT_CHANGES pragma in order to help out thedrh2001-10-15
* 2.0.3 (CVS 287)drh2001-10-13
* Fix an assertion failure when the disk fills up. Add tests for a fulldrh2001-10-12
* Fix the locking protocol. (CVS 280)drh2001-10-09