]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Be sure to ignore PRAGMA encoding pragmas if the encoding has already been
authordrh <drh@noemail.net>
Sat, 23 Sep 2006 20:36:01 +0000 (20:36 +0000)
committerdrh <drh@noemail.net>
Sat, 23 Sep 2006 20:36:01 +0000 (20:36 +0000)
commitece3c728d088949802aef80f8cc0a1f431d9cbaa
tree7d69dcb66810bc011f0c6c409d88faad7198fe68
parent7409310ac3dc52197eb1ba5b950303642112095e
Be sure to ignore PRAGMA encoding pragmas if the encoding has already been
set for a database.  Ticket #1987.  This patch also includes some cleanup
of the schema parser and initialization logic. (CVS 3436)

FossilOrigin-Name: dc797bf4fa96deabd9ceb6cc062b98d2ac49a574
manifest
manifest.uuid
src/prepare.c
src/sqliteInt.h
src/vdbe.c
test/enc2.test