]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Update Makefile.in for the new vdbeaux.c file. Remove the experimental
authordrh <drh@noemail.net>
Sat, 6 Sep 2003 22:18:07 +0000 (22:18 +0000)
committerdrh <drh@noemail.net>
Sat, 6 Sep 2003 22:18:07 +0000 (22:18 +0000)
commit7c972dec5ca539a5f33507a00d5db2ba66373887
tree989489c046b5beee09cf1bb010bd8d55603c4c1c
parent9a32464b543cda85c698bd14e3561c4ebff22da1
Update Makefile.in for the new vdbeaux.c file.  Remove the experimental
"sqlite_instantiate()" routine and replace it with "sqlite_bind()" which
is more like ODBC and JDBC. (CVS 1095)

FossilOrigin-Name: 990bb11898a539bb0795a4a216fcd989943a0fb2
15 files changed:
Makefile.in
manifest
manifest.uuid
src/build.c
src/expr.c
src/main.c
src/parse.y
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/tokenize.c
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/vdbeaux.c