Historie revizí

Autor SHA1 Zpráva Datum
  drh a955ec806a Change the name of the enabling compile-time macro to před 4 měsíci
  drh 1c30df3598 The WITHIN GROUP (ORDER BY ...) syntax is now a compile-time option: před 4 měsíci
  drh a239ece378 Demonstration of how ordered-set aggregates might be parsed and integrated před 4 měsíci
  drh 1e24dc987a Small performance improvement and size reduction by recognizing that no před 1 rokem
  drh 9e0181fcf7 Faster implementation of keywordCode() - the routine that determines if an před 1 rokem
  drh 1076130a5d Fix harmless static analyzer warnings in auxiliary build tools, mkkeywordhash.c před 3 roky
  dan 37f3ac8faa Change things so that SQLITE_OMIT_VIRTUALTABLE implies SQLITE_OMIT_ALTER_TABLE. před 3 roky
  drh 745912efac Add the AS MATERIALIZED and AS NOT MATERIALIZED syntax that works like it před 3 roky
  drh 2053f313bf Lexer and grammar rules for a RETURNING clause on DELETE/INSERT/UPDATE. před 4 roky
  drh bb497fe36d Parameterize the hash function in mkkeywordhash.c. This was an attempt to před 4 roky
  drh 0de19cac43 Unroll the comparison loop inside keywordCode() for to avoid unnecessary před 4 roky
  drh e7d9814fe4 Fix a potential array bounds overflow in the mkkeywordhash.c code generator. před 5 roky
  drh bd0f0eb037 Slightly faster keyword hash table. před 5 roky
  drh 81f7b37270 Initial experimental code for generated column support. Non-functional. před 5 roky
  dan 6e11892db8 Experimental implementation of NULLS FIRST/LAST. This branch still has problems - the most significant of which is that ORDER BY clauses with a non-default NULLS FIRST/LAST qualifier can never use an index. před 5 roky
  drh 3fda0aaf00 Put the list of keywords in mkkeywordhash.c into alphabetical order. před 5 roky
  dan d35300f9b6 Parse EXCLUDE clauses in window frames. They do not yet work. před 5 roky
  dan 6c75b39614 Finish consolidation of window frame code. Add untested support for GROUPS frames. před 5 roky
  dan 67a9b8eded Omit all window-function related code when building with SQLITE_OMIT_WINDOWFUNC. před 6 roky
  dan e3bf632cc2 Add support for the WINDOW clause. před 6 roky
  dan 86fb6e1738 Start of experimental implementation of SQL window functions. Does not yet před 6 roky
  drh fc0ec3e5e8 Add new interfaces for accessing the list of SQL keywords: před 6 roky
  drh 0a6259f539 Remove the MySQL upsert syntax. As an optional alias to the insert table před 6 roky
  drh 6cd7d489db Update the upsert parsing so that it accepts conflict-target labels using před 6 roky
  drh 2c2e844a36 More complete parsing of UPSERT, including UPSERT within a trigger. před 6 roky
  drh a0c3927510 Change the (machine-generated) keywordhash.h file to increase the scope of the před 7 roky
  drh 34dcee6544 Add code to get the tokenizer character-class logic working for EBCDIC. před 9 roky
  drh 41aab89b31 Faster keywordCode() implementation by taking advantage of the fact that před 9 roky
  mistachkin 81c7811fe7 Fix harmless compiler warning. před 9 roky
  drh 54bb56d82a Performance enhancement to the tokenizer. před 9 roky