]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
authordrh <drh@noemail.net>
Sat, 19 Jun 2004 00:16:31 +0000 (00:16 +0000)
committerdrh <drh@noemail.net>
Sat, 19 Jun 2004 00:16:31 +0000 (00:16 +0000)
commitef4ac8f9df7e0dcf4475dc14bf16ee28e5bd3ccf
treee4dbdd3ace2b1c7e36386fc0c81b3f60c74c5e05
parent81c95efaf547f7eb17c5cb2980de2ea6e7910c70
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
SQLite version 2 and SQLite version 3 can be used by Tcl at the same time. (CVS 1626)

FossilOrigin-Name: d705d051bed2b92b6c3bbcc75fe5b056633b9c31
43 files changed:
manifest
manifest.uuid
src/tclsqlite.c
test/attach.test
test/attach2.test
test/attach3.test
test/auth.test
test/bigfile.test
test/bind.test
test/blob.test
test/capi2.test
test/capi3.test
test/collate3.test
test/delete.test
test/enc.test
test/enc2.test
test/expr.test
test/func.test
test/index.test
test/insert.test
test/ioerr.test
test/lock.test
test/main.test
test/malloc.test
test/memdb.test
test/memleak.test
test/misc1.test
test/misc2.test
test/misuse.test
test/pager.test
test/pragma.test
test/quick.test
test/rowid.test
test/table.test
test/tclsqlite.test
test/temptable.test
test/tester.tcl
test/thread1.test
test/trans.test
test/trigger1.test
test/trigger4.test
test/vacuum.test
test/view.test