SQLite

All files named ”addopcodes.awk”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for addopcodes.awk

2015-10-15
07:44
Deleted: Merge in the 3.9.0 changes from trunk. (check-in: [5c3a2a6ed6] user: drh branch: begin-concurrent, size: 0)
2015-10-07
12:21
Deleted: Change the addopcodes.awk script into tool/addopcodes.tcl. (check-in: [8bbf37142e] user: drh branch: omit-awk, size: 0)
2015-09-04
16:39
[694f522754] part of check-in [c0bf92eca4] Remove the EXCLUSIVE and CONCURRENT tokens from the tokenizer. Let the BEGIN statement be followed by an ID, but throw a syntax error if the ID is anything other than EXCLUSIVE or CONCURRENT. (check-in: [c0bf92eca4] user: drh branch: begin-concurrent, size: 1463)
2014-01-21
00:19
[9d87688069] part of check-in [cc1cb32178] Add support for the LEVEL pseudo-column in the recursive part of a common table expression. LEVEL has the value of 1 on the first iteration and successively larger integer values of subsequent iterations. It cannot have a table qualifier. Actual columns named "level" can still be accessed by including the table name qualifier. (check-in: [cc1cb32178] user: drh branch: level-pseudocolumn, size: 1403)
2014-01-11
03:54
[9eb448a552] part of check-in [cb5d1f83e0] Optimizations to the SQL language grammar that result in a small size reduction and speed increase. (check-in: [cb5d1f83e0] user: drh branch: trunk, size: 1343)
2013-11-21
14:44
[87ca612393] part of check-in [9b4217f055] Remove the obsolete TK_CONST_FUNC token type. (check-in: [9b4217f055] user: drh branch: trunk, size: 1283)
2009-09-23
02:29
[17dc593f79] part of check-in [98853f6104] Generalize the IS and IS NOT operators so that their right-hand side can be an arbitrary expression and not simple the constant NULL. They work like = and <> except that NULL values compare equal to one another an unequal to everything else. (check-in: [98853f6104] user: drh branch: trunk, size: 1343)
2009-09-22
20:08
[08eb3bdfef] part of check-in [3fc938c961] Factor the UMINUS and UPLUS tokens out of the parser so that the parser tables can go back to using 8-bit values instead of 16-bit values. (check-in: [3fc938c961] user: drh branch: trunk, size: 1283)
2008-08-20
16:35
[215333be9d] part of check-in [daf730d1de] Refactor the name resolution procedures in the code generator. (CVS 5569) (check-in: [daf730d1de] user: drh branch: trunk, size: 1163)
2008-08-08
14:19
[48a2ffae0a] part of check-in [4cedc641ed] Disallow the ON CONFLICT clause on CHECK constraints. The syntax used to be allowed but never worked, so this should not present compatibility problems. Other internal grammar simplifications. (CVS 5546) (check-in: [4cedc641ed] user: drh branch: trunk, size: 1168)
2005-11-24
22:22
Added: [701697fae4] part of check-in [2dfc986391] Reduce the number of distinct token symbols in the parser so that the parser can store tokens in a single byte and thus be smaller in size. (CVS 2776) (check-in: [2dfc986391] user: drh branch: trunk, size: 1229)