]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not allow bytes 0x80 through 0xBF to be the first character of an
authordrh <drh@noemail.net>
Tue, 15 May 2007 09:00:14 +0000 (09:00 +0000)
committerdrh <drh@noemail.net>
Tue, 15 May 2007 09:00:14 +0000 (09:00 +0000)
commiteab7f3fe8db327632dbef21188c07e3618410470
tree6cd543084cd751dffb51f8c317411f5d0342001f
parent1ee506d7928472a0a0cc4455ec29e42c816ef449
Do not allow bytes 0x80 through 0xBF to be the first character of an
identifer because no valid UTF-8 character can begin with those bytes.
If we allowed an identifier to begin with one of those bytes, then the
substr() function in ALTER TABLE will not work correctly. (CVS 4003)

FossilOrigin-Name: 252810424d8c4dcd19b369d62027094df7cf0bcc
manifest
manifest.uuid
src/tokenize.c
test/alter.test