aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2006-08-25 23:42:53 +0000
committerdrh <drh@noemail.net>2006-08-25 23:42:53 +0000
commit147d0ccc15042f0733a6ef393b005a7a8cebdbef (patch)
tree23137fae6bcd9a1bb80e4a64188bb70547e3d6e9 /src/tclsqlite.c
parent0de250e46f4139d5495dcd10cfd29f619ce771c6 (diff)
downloadsqlite-147d0ccc15042f0733a6ef393b005a7a8cebdbef.tar.gz
sqlite-147d0ccc15042f0733a6ef393b005a7a8cebdbef.zip
Add support for INSERT INTO ... DEFAULT VALUES. Tickets #299, #1940. (CVS 3368)
FossilOrigin-Name: bc84cb54b0df09738fd90e48820dc3cdfa7828c2
Diffstat (limited to 'src/tclsqlite.c')
-rw-r--r--src/tclsqlite.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tclsqlite.c b/src/tclsqlite.c
index e7b317041..622208378 100644
--- a/src/tclsqlite.c
+++ b/src/tclsqlite.c
@@ -11,7 +11,7 @@
*************************************************************************
** A TCL Interface to SQLite
**
-** $Id: tclsqlite.c,v 1.169 2006/08/24 14:59:46 drh Exp $
+** $Id: tclsqlite.c,v 1.170 2006/08/25 23:42:53 drh Exp $
*/
#ifndef NO_TCL /* Omit this whole file if TCL is unavailable */
@@ -2073,8 +2073,6 @@ static int DbMain(void *cd, Tcl_Interp *interp, int objc,Tcl_Obj *const*objv){
zArg = Tcl_GetStringFromObj(objv[1], 0);
Tcl_CreateObjCommand(interp, zArg, DbObjCmd, (char*)p, DbDeleteCmd);
- /* If a TCL procedure named "::sqlite3_init
-
/* If compiled with SQLITE_TEST turned on, then register the "md5sum"
** SQL function.
*/