コミット履歴

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