Merge branch '2.3' into 2.4
This commit is contained in:
@ -679,7 +679,7 @@ int sqlite3GetToken(const unsigned char *z, int *tokenType){
|
||||
if (pParse) {
|
||||
if (z != (const unsigned char *)pParse->zTail) {
|
||||
const char *p = (const char*)z - 1;
|
||||
while ((p != pParse->zTail) && sqlite3Isspace(*p)) {
|
||||
while ((p != pParse->zTail) && sqlite3Isspace(*p) && *p != '\n') {
|
||||
--p;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user