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