]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The sqlite_exec() function is now implemented using sqlite_compile() and
authordrh <drh@noemail.net>
Sat, 14 Feb 2004 16:31:02 +0000 (16:31 +0000)
committerdrh <drh@noemail.net>
Sat, 14 Feb 2004 16:31:02 +0000 (16:31 +0000)
commita1f9b5ee0becb1e1d9b01dd281719538786de083
treea5a67aa7ce0d6b1c78f743a3cd90b2fc12567304
parentb5f70c2ef123e250a277c19ab607adf85561c629
The sqlite_exec() function is now implemented using sqlite_compile() and
sqlite_step().  This opens up lots of opportunity to remove old code. (CVS 1240)

FossilOrigin-Name: 9771ad1e811e02e10bb738550fbea447749083c5
12 files changed:
manifest
manifest.uuid
src/build.c
src/main.c
src/select.c
src/shell.c
src/vdbe.c
src/vdbeaux.c
test/lock.test
test/temptable.test
test/trigger1.test
test/vacuum.test