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