提交历史

作者 SHA1 备注 提交日期
  drh 7ef4d1c403 Fix a compile of harmless static analyzer warnings. 10 年之前
  drh 8b4718636c Parse common table expressions. But do not do anything with them (yet). 11 年之前
  drh 5969da4a2c Simplification of the syntax: Merely append "WITHOUT rowid" to the end of 11 年之前
  drh 81eba73ebf Experimental changes toward "index only" tables. Add the ability to specify 11 年之前
  drh 3a2d08e599 Fix a harmless compiler warning in the mkkeywordhash.c utility program. 12 年之前
  drh 0e857739c4 Add a new sqlite3_test_control() verb that facilitates testing that all 15 年之前
  drh 9a5f4d64f3 Force all qsort() calls in mkkeywordhash.c to be stable so that we get 15 年之前
  dan 75cbd984f7 Fix compilation with OMIT_TRIGGER defined. Ticket [1ff6d29030e9757d052af0f394e56bea96b8b59b|1ff6d29030]. 15 年之前
  drh 9bb6697ac6 Modify mkkeywordhash.c so that it puts the original text of each token in 15 年之前
  drh 565911e912 Make the TO keyword available even if SQLITE_OMIT_ALTERTABLE is defined. 16 年之前
  drh f3d20c04a2 Avoid surplus bytes at the end of the keyword string table. 16 年之前
  danielk1977 fd7f045225 Add the savepoint feature. This feature is largely untested at this point. (CVS 6036) 16 年之前
  shane 00c586a238 Fixed typo in comment in mkkeywordhash.c. (CVS 6009) 16 年之前
  drh 1875f7a3db The amalgamation now compiles cleanly on GCC with options 16 年之前
  danielk1977 85574e31cb Allow INDEXED BY and NOT INDEXED clauses in SELECT statements. (CVS 5766) 16 年之前
  rse 43e47c8ec1 Get rid of the following compile-time warnings: 17 年之前
  drh ca5557f91d Change incremental vacuum to be triggered by a pragma rather than a command. 17 年之前
  drh 744f2f4658 Tighter compression of the keyword hash table. (CVS 3920) 17 年之前
  danielk1977 dddbcdcc68 Add largely untested code for the incremental vacuum function. (CVS 3876) 18 年之前
  drh 60218d2a0e The FOR EACH STATEMENT clause in a trigger is now a syntax error. It used 18 年之前
  drh fdbcdee5ff The -DSQLITE_OMIT_ATTACH=1 option now omits both the ATTACH and VACUUM 18 年之前
  drh 0d5359b9d8 Add comments to the top of keywordhash.h. (CVS 3651) 18 年之前
  drh e09daa90ac Basic parsing of CREATE VIRTUAL TABLE statements. (CVS 3210) 18 年之前
  drh 9b8f447b36 Changes to get SQLite running on machines that use the EBCDIC character set. (CVS 3161) 19 年之前
  danielk1977 1576cd9251 Fixes for OMIT_SUBQUERY builds: Disable where clause OR->IN optimization. Include EXISTS keyword (for new CREATE TABLE syntax). Test file fixes. (CVS 2943) 19 年之前
  drh a073384f08 Add support for DROP TABLE IF EXISTS. (CVS 2843) 19 年之前
  drh 2646da7e52 Clean up annoying (and pointless) compiler warnings about differing signedness. (CVS 2810) 19 年之前
  drh ecc9242f6f Add the experimental EXPLAIN QUERY PLAN diagnostic capability. (CVS 2685) 19 年之前
  drh 9f18e8a0c4 Add infrastructure for the ANALYZE command. Does not yet actually 19 年之前
  drh 487e262f44 Remove the blob(), text() and numeric() functions added in (2524) and 19 年之前