Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove unused token codes. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c45078c062f41f43c71965b2e5a97932 |
User & Date: | drh 2017-08-02 12:38:10 |
Context
2017-08-02
| ||
15:50 | Optimizations associated with error handling in btree cursors. check-in: 49ba54e267 user: drh tags: trunk | |
12:38 | Remove unused token codes. check-in: c45078c062 user: drh tags: trunk | |
11:36 | Rearrange some of the added token codes for a very slight size decrease and performance increase. check-in: cb3742f51f user: drh tags: trunk | |
Changes
Changes to tool/addopcodes.tcl.
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
} close $in # The following are the extra token codes to be added. SPACE and # ILLEGAL *must* be the last two token codes and they must be in that order. # set extras { TO_TEXT TO_BLOB TO_NUMERIC TO_INT TO_REAL ISNOT FUNCTION COLUMN AGG_FUNCTION AGG_COLUMN UMINUS UPLUS |
< < < < < |
18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
} close $in # The following are the extra token codes to be added. SPACE and # ILLEGAL *must* be the last two token codes and they must be in that order. # set extras { ISNOT FUNCTION COLUMN AGG_FUNCTION AGG_COLUMN UMINUS UPLUS |