mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Rearrange some of the added token codes for a very slight size decrease and
performance increase. FossilOrigin-Name: cb3742f51f4b3aa0fd8dc373af771e93ddb4100787115705955f2008aef92745
This commit is contained in:
@ -28,8 +28,6 @@ set extras {
|
||||
TO_INT
|
||||
TO_REAL
|
||||
ISNOT
|
||||
END_OF_FILE
|
||||
UNCLOSED_STRING
|
||||
FUNCTION
|
||||
COLUMN
|
||||
AGG_FUNCTION
|
||||
@ -42,6 +40,8 @@ set extras {
|
||||
IF_NULL_ROW
|
||||
ASTERISK
|
||||
SPAN
|
||||
END_OF_FILE
|
||||
UNCLOSED_STRING
|
||||
SPACE
|
||||
ILLEGAL
|
||||
}
|
||||
|
Reference in New Issue
Block a user