aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Expand)AuthorAge
* Extend the authorization mechanism to disallow the ATTACH and DETACH commands.drh2003-06-06
* Remove the begin_hook and commit_hook APIs. They were a bad idea. Add adrh2003-04-23
* Update the authorizer API so that it reports the database that table anddrh2003-04-22
* Added experimental APIs: sqlite_begin_hook() and sqlite_commit_hook(). (CVS 896)drh2003-04-03
* Remove the experimental sqlite_open_aux_file() API. It will soon be replaceddrh2003-03-30
* The sqlite_exec() function now returns SQLITE_AUTH when authorization fails.drh2003-01-31
* Add the sqlite_version() SQL function as a built-in. (CVS 777)drh2002-11-04
* Do not put a write lock on the main database file when writing to a temporarydrh2002-09-14
* Always fill in the 5th parameter to sqlite_exec if there is an error. (CVS 742)drh2002-09-03
* Parse foreign key constraints and populate internal data structuresdrh2002-08-31
* Fix a syntax error in the tclsqlite.c file. (CVS 678)drh2002-07-15
* Turn of the reporting of datatypes in the 4th callback argument unless thedrh2002-07-11
* When reporting back the datatype of columns, use the text of the datatype drh2002-07-10
* Fix for Win32: The %p format on Win32 does not prepend a "0x" as it should. (...drh2002-07-07
* Prepare for the 2.5.5 release. (CVS 661)drh2002-07-06
* In the TCL interface, the "sqlite" command now always returns the addressdrh2002-06-26
* Add the sqlite_open_aux_file() API. (CVS 646)drh2002-06-25
* Improvements to the SQLITE_MISUSE detection logic. Also added test casesdrh2002-05-10
* Fix for bug #15: Add the sqlite_changes() API function for retrieving thedrh2002-04-12
* Preparing for the 2.4.0 release. (CVS 426)drh2002-03-11
* Added the last_insert_rowid API function. Improved documentation ofdrh2002-01-16
* Bug fixes. (CVS 306)drh2001-11-09
* 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
* Version 2.0.0 (CVS 272)drh2001-09-28
* Disclaimed copyright. Preparing for release 2.0. (CVS 250)drh2001-09-16
* Restore btree to the main line. (CVS 237)drh2001-08-20
* Add ability to quote table and column names in expression. (CVS 235)drh2001-07-23
* More BTree tests (CVS 233)drh2001-07-01
* The BTree code compiles and links now, but it does not work yet. (CVS 226)drh2001-06-22
* Pager is working, mostly. (CVS 211)drh2001-04-15
* Added new tests (CVS 206)drh2001-04-07
* Check for miscompiled Tcl (CVS 204)drh2001-04-06
* i18n changes (CVS 201)drh2001-04-05
* Bug fixes from Oleg Oleinick (CVS 195)drh2001-04-03
* Working better with Win95.drh2001-01-31
* remove the Et_AppInit() function from tclsqlite (CVS 161)drh2000-10-19
* Misc cleanup. Notes on compiling for Win95. (CVS 152)drh2000-10-11
* Documenting the TCL interface (CVS 149)drh2000-09-30
* Obj-ify tclsqlite (CVS 146)drh2000-09-21
* allow readonly access when write permission denied (CVS 131)drh2000-08-17
* :-) (CVS 128)drh2000-08-04
* :-) (CVS 125)drh2000-08-04
* rework the VDBE engine. NULL is now distinct from "" (CVS 49)drh2000-06-04
* :-) (CVS 34)drh2000-06-02
* :-) (CVS 14)drh2000-05-30
* :-) (CVS 6)drh2000-05-29
* initial check-in of the new version (CVS 1)drh2000-05-29