๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 1e7d43c Silently ignore database name qualifiers in CHECK constraints and in by drh ยท 12 years ago partial-indices
  2. 3bf0ac1 Fix bug in the logic that determines the end of a CREATE INDEX statement. by drh ยท 12 years ago
  3. 66518ca More test cases and corresponding bug fixes. by drh ยท 12 years ago
  4. 619a130 Fill out an initial implementation of the sqlite3ExprImpliesExpr() function. by drh ยท 12 years ago
  5. cf0fd4a Refactor internal function name sqlite3VdbeGetValue() to by drh ยท 12 years ago
  6. 721dfcf Fix the ANALYZE command to work with partial indices. by drh ยท 12 years ago
  7. 8a9789b Test cases and bug fixes for the partial index logic. by drh ยท 12 years ago
  8. b2b9d3d Add the logic to keep partial indices up to date through DML statements and by drh ยท 12 years ago
  9. 4bd5f73 Add logic to the query planner to only use partial indices if the WHERE clause by drh ยท 12 years ago
  10. 3780be1 Resolve names in CREATE INDEX WHERE clauses and detect errors. Disallow by drh ยท 12 years ago
  11. 1fe0537 Here begins an experimental branch for exploring the idea of a partial index. by drh ยท 12 years ago
  12. 6b36e82 Reduce the size of the stack required by the codeOneLoopStart() function in by drh ยท 12 years ago
  13. f67feef For the MSVC makefile, recompile vdbe.lo and parse.lo first. by mistachkin ยท 12 years ago
  14. 443dbcf Comment and preprocessor macro cleanup. by drh ยท 12 years ago
  15. 30a6837 In main.mk, always recompile vdbe.o and parse.o first, since changes to either by drh ยท 12 years ago
  16. 53371f9 In the command-line shell, work around the fact that popen() and pclose() by drh ยท 12 years ago
  17. 1d1f07d Fix a typo in main.c: SQLITE_DEAULT_AUTOMATIC_INDEX -> SQLITE_DEFAULT_AUTOMATIC_INDEX by dan ยท 12 years ago
  18. 0d1961e Enhance the progress handler so that it keeps track of the number of VDBE by drh ยท 12 years ago
  19. 036acf3 Add 'queryplantest' target to the MSVC makefile. by mistachkin ยท 12 years ago
  20. 9ed04eb Fixes to test numbering. by mistachkin ยท 12 years ago
  21. af66433 Remove unused "codec" code from the command-line shell. by drh ยท 12 years ago
  22. 6b75329 Improved documentation for sqlite3_set_auxdata(). Ticket [406d3b2ef91c]. by drh ยท 12 years ago
  23. 6447827 Ensure that all auxiliary data registered by calls to sqlite3_set_auxdata() is destroyed when the VM is halted. by dan ยท 12 years ago
  24. 28f8aeb Fix a typo in the previous commit. by dan ยท 12 years ago typo
  25. 0c54779 Ensure that all auxiliary data registered by calls to sqlite3_set_auxdata() is destroyed when the VM is halted. Partial fix for [406d3b2ef9]. by dan ยท 12 years ago
  26. 1ac87e1 Fix a 8-byte alignment problem in the query planner that might cause by drh ยท 12 years ago
  27. b8c0683 Documentation changes to warn that sqlite3_set_auxdata() might call the by drh ยท 12 years ago
  28. 47af6e7 Fix copy/paste errors in comments in the transitive_closure virtual table. by drh ยท 12 years ago
  29. cc07130 Enhance the sqlite3_analyzer tool to give reports on the sizes of individual by drh ยท 12 years ago
  30. 9f01e58 Clear the error string pointer in sqlite3_vtab object after the error string by drh ยท 12 years ago
  31. 7232ad0 Make sure the sqlite3_prepare16 and sqlite3_prepare16_v2 interfaces do not by drh ยท 12 years ago
  32. aa32e3c Enhance the query planner so that it looks at multiple solutions to OR by drh ยท 12 years ago
  33. 425e27d Add the sqlite3_cancel_auto_extension(X) interface which will undo a prior by drh ยท 12 years ago
  34. 8dd675e Make sure the shell does not try to put a zero terminator on the end of an by drh ยท 12 years ago
  35. a95882f Change the description of how sqlite3_progress_handler() works so that by drh ยท 12 years ago
  36. b1eaa71 Add the experimental "query_only" pragma. by drh ยท 12 years ago
  37. 648e264 Add the "defer_foreign_keys" pragma and the SQLITE_DBSTATUS_DEFERRED_FKS by drh ยท 12 years ago
  38. 8f8c65f Fix harmless compiler warnings in the progress callback logic. by drh ยท 12 years ago
  39. 13447bf Experimental "PRAGMA query_only=BOOLEAN" statement that is able to turn by drh ยท 12 years ago query_only
  40. 49afe3a Run progress callback checks less frequently in the main VDBE evaluation by drh ยท 12 years ago
  41. 580d7dc Adjust the costs in the xBestIndex function of the spellfix1 virtual table by drh ยท 12 years ago
  42. 1f10c28 Modify several extensions to use the new exported function naming. by drh ยท 12 years ago
  43. 5e128b2 Make sure the schema is verified prior to processing a "WHERE 0" on the by drh ยท 12 years ago
  44. e8c13bf Make sure an adequate number of digits are shown for binary-to-text rendering by drh ยท 12 years ago
  45. b5246e5 Fix an adverse interaction between the IS NOT NULL optimization (available by drh ยท 12 years ago
  46. d4b473b Add an optional 5th parameter to the next_char() function that is the by drh ยท 12 years ago
  47. 3492f4f Fixes for test cases running in the "mmap" permutation. by dan ยท 12 years ago
  48. 789efdb Drop any existing mapping of the database file when exiting the pager "error state", as it may at this point be too large for the database file. Do not invoke file-control MMAP_LIMIT if the database file handle does not support xFetch and xUnfetch (on the grounds that xUnfetch(0) calls to invalidate the mapping cannot be made). by dan ยท 12 years ago
  49. c1f19f9 Fix two test script problems revealed by permutations.test. by dan ยท 12 years ago
  50. d903154 Replace an erroneous SQLITE_OMIT_VIRTUAL_TABLE in vdbeaux.c with SQLITE_OMIT_WAL. Also fix some test script problems. by dan ยท 12 years ago
  51. b2cfc14 Add missing "static" qualifier to functions in where.c. by dan ยท 12 years ago
  52. ed20073 Make a couple of implicit casts explicit to fix compiler warnings. by dan ยท 12 years ago
  53. 049d487 Modify several extensions to use the new exported function naming. Fix some shared library compilation issues. by mistachkin ยท 12 years ago extRefactor
  54. 0d08b93 Remove a surplus local variable by drh ยท 12 years ago
  55. 51576f4 Fix a minor typo in a comment in where.c. by dan ยท 12 years ago
  56. aaf528e Fix harmless typos in comments of two extensions. by drh ยท 12 years ago
  57. 05ef18c Add a query planner test case submitted by Elan Feingold and by drh ยท 12 years ago
  58. cdc2e43 Add a missing test that prevented double LEFT JOINs with transitive by drh ยท 12 years ago
  59. 9443342 Further minor comment corrections and enhancements in where.c. by drh ยท 12 years ago
  60. be4fe3a Make a trivial comment fix in where.c. by drh ยท 12 years ago
  61. d0a64dc Fix an issue in the command-line shell with CSV import of rows with by drh ยท 12 years ago
  62. 12cd6cf Fix the build of the command-line shell on windows. Windows uses "_pclose" by drh ยท 12 years ago
  63. 8d56e20 Issue the new SQLITE_WARNING_AUTOINDEX warning on the SQLite log whenever by drh ยท 12 years ago
  64. 986b387 Add the SQLITE_DEFAULT_AUTOMATIC_INDEX compile-time option, which if set to by drh ยท 12 years ago
  65. c0537fe Allow read transactions to be freely opened and closed by SQL statements run from within the implementation of user-functions if the user-function is called by a SELECT statement that does not access any database tables (e.g. "SELECT user_function();"). by dan ยท 12 years ago
  66. 40aa936 Add a bit to the SQLITE_TESTCTRL_OPTIMIZATIONS option for sqlite3_file_control() by drh ยท 12 years ago
  67. 9d5a579 Fix an issue with the OmitNoopJoin optimization and add test cases that by drh ยท 12 years ago
  68. 1713afb Refactor the Vdbe.noIO field as Vdbe.bIsReader. The meaning is inverted. by drh ยท 12 years ago
  69. 4f7d3a5 Refactor names of fields in the sqlite3 object: "activeVdbeCnt" becomes by drh ยท 12 years ago
  70. c0c3c26 Fix an error in e_expr.test. by dan ยท 12 years ago
  71. 9e92a47 Make sure that sqlite3_stmt_readonly reports false for by drh ยท 12 years ago
  72. e8e570a Add a test to ensure that if BEGIN IMMEDIATE fails with SQLITE_BUSY, it does not leave the user with an open read transaction (unless one was already open). by dan ยท 12 years ago
  73. 5bde816 If the filename argument to the ".import" command in the command-line shell by drh ยท 12 years ago
  74. 4c56b99 Improved handling of backslash escapes on double-quoted arguments to by drh ยท 12 years ago
  75. 340f582 The undocumented and unsupported ".selftest" command in the command-line by drh ยท 12 years ago
  76. f73819a Add extended error code SQLITE_BUSY_SNAPSHOT - returned in WAL mode when a read-transaction cannot be upgraded to a write-transaction because it is reading from a snapshot other than the most recently committed. by dan ยท 12 years ago
  77. db95f68 Update the ".import" command of the command-line shell so that it can by drh ยท 12 years ago
  78. cef4fb6 Add the "vtshim" extension, implementing a wrapper around the virtual by drh ยท 12 years ago
  79. 6559172 Update the boundary3.tcl script so that it can be run with tcl 8.5 or 8.6 to regenerate boundary3.test. by dan ยท 12 years ago
  80. 989a6db Add the SQLITE_STMTSTATUS_VM_STEPS option for sqlite3_stmt_status(). by drh ยท 12 years ago
  81. 692b9a4 Omit tables from the FROM clause of a join if their presence makes no difference by drh ยท 12 years ago
  82. 4580cfb Cut over the next generation query planner. Increase the version number by drh ยท 12 years ago
  83. 2c036cf Fix an uninitialized variable detected by valgrind. Unclear whether or not by drh ยท 12 years ago nextgen-query-plan-exp
  84. bf159fa Add a new (experimental) sqlite3_stmt_status() verb that returns the number by drh ยท 12 years ago status-vm-step
  85. 1031bd9 Add the ability to disable the omit-join-table optimization for testing by drh ยท 12 years ago omit-join-table-opt
  86. 792f349 Enhance error message handling for the vtshim module. by mistachkin ยท 12 years ago disposable-vtable
  87. adbae61 Remove an unused function declaration from the FTS3 source code. by drh ยท 12 years ago
  88. 352d2ac Merge the fts4-notindexed branch with the trunk. by dan ยท 12 years ago
  89. 9faa648 Add a few more tests for the fts4 notindexed option. by dan ยท 12 years ago fts4-notindexed
  90. 8def92b Add the "notindexed" option to fts4. by dan ยท 12 years ago
  91. bc71b1d Only eliminate inner loops of a JOIN if they are the RHS of a LEFT JOIN by drh ยท 12 years ago
  92. fd636c7 Attempt to disable inner loops of a join that do not generate output. by drh ยท 12 years ago
  93. 6457a35 Modify the query planner interface so that it always passes in the result set. by drh ยท 12 years ago
  94. 472eae8 Add a NEVER() macro and an explanation comment around an unreachable branch by drh ยท 12 years ago
  95. 3a41df1 Pull in the posix_fallocate() change from trunk. by drh ยท 12 years ago
  96. b01e5b5 Disable posix_fallocate() for all systems, all the time, unless the by drh ยท 12 years ago
  97. aafcef6 The vtshim xCreate and xConnect functions need to store the pAux pointer into the newly created vtable object. Style fixes. by mistachkin ยท 12 years ago
  98. 919aa1a Integration adjustments for the vtshim module. by mistachkin ยท 12 years ago
  99. 48779e5 Merge in trunk changes to os_unix.c that allow the code to build on by drh ยท 12 years ago
  100. 74f91d4 Add in the cost of doing a table lookup on OR searches. Make test case by drh ยท 12 years ago