]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Split the implementation of COPY, PRAGMA, and ATTACH into separate
authordrh <drh@noemail.net>
Sun, 6 Apr 2003 21:08:24 +0000 (21:08 +0000)
committerdrh <drh@noemail.net>
Sun, 6 Apr 2003 21:08:24 +0000 (21:08 +0000)
commitc11d4f9360e5765019f7f01f78a49d4e81d43ad0
tree164324a395db8a556b13169060b04d5406ddf19a
parente1051c653ec672a629e8a31df19d5e5327f00dd1
Split the implementation of COPY, PRAGMA, and ATTACH into separate
source code files. (CVS 902)

FossilOrigin-Name: 73359037ea639abb066c74db9c19e84bf1104006
Makefile.in
main.mk
manifest
manifest.uuid
src/attach.c [new file with mode: 0644]
src/build.c
src/copy.c [new file with mode: 0644]
src/pragma.c [new file with mode: 0644]
src/vacuum.c [new file with mode: 0644]