]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If SQLITE_OMIT_UTF16 is defined, avoid setting the 'enc' field of Schema objects...
authordan <dan@noemail.net>
Fri, 8 Mar 2013 07:10:37 +0000 (07:10 +0000)
committerdan <dan@noemail.net>
Fri, 8 Mar 2013 07:10:37 +0000 (07:10 +0000)
commitdbd4d5fc7776d23882a2fce82faab9750019a708
treea8b8946382260deecf74bd21d78b1e29131d64f3
parent5acefe7dbe1c0f8019ef7119afe8f2cfb813f1a2
If SQLITE_OMIT_UTF16 is defined, avoid setting the 'enc' field of Schema objects to any value except SQLITE_UTF8. Otherwise, assert() statements may fail or spurious SQLITE_NOMEM errors may be returned at the vdbe level later on.

FossilOrigin-Name: 69746ef787680a4b7590bd1d3c86b229d9d0dac4
manifest
manifest.uuid
src/prepare.c