Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 064b681 First attempt at getting the build to work with Tcl 9.0. by drh · 12 months ago
  2. af35432 Further tests for OR constraints on virtual tables. by dan · 1 year, 2 months ago
  3. cadfdd4 Better handle WHERE terms that are common to two or more OR branches when planning virtual table queries. by dan · 1 year, 2 months ago
  4. fa0763e Add extra tests for the error messages generated by sqlite3_declare_vtab() when passed something other than a well-formed CREATE TABLE statement. by dan · 1 year, 2 months ago
  5. 634f434 Fix an ASAN problem in part of the test harness. No changes to SQLite itself. by drh · 1 year, 4 months ago
  6. 1935887 Ensure that all fields of static sqlite3_module objects are explicitly by drh · 1 year, 10 months ago
  7. c1b54fa Fix harmless compiler warnings. by drh · 2 years, 6 months ago
  8. 52c08ee Ensure that LIMIT clauses may be passed through to virtual table implementations even if the WHERE clause uses operators that may only be optimized by virtual, not built-in, tables (!=, functions, MATCH etc.). by dan · 2 years, 7 months ago
  9. d96ab99 Test cases for sqlite3_vtab_in() and sqlite3_vtab_distinct(). by drh · 3 years, 6 months ago
  10. 895bab3 Give the virtual table xBestIndex method access to (some) OFFSET and LIMIT by drh · 3 years, 6 months ago
  11. d03024d Enhance the vtab interface to handle IS, !=, IS NOT, IS NULL and IS NOT NULL by dan · 8 years ago
  12. 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin · 9 years ago
  13. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  14. 11499f0 Fix compiler warnings on windows. by drh · 9 years ago
  15. 115305f Change the way SQLite invokes the xBestIndex method of virtual tables so that N-way joins involving virtual tables work as expected. by dan · 9 years ago
  16. 07eab3b Fix an integer size mismatch problem in test_bestindex.c by drh · 9 years ago
  17. 5b38201 Merge 3.11.1 changes into trunk. by drh · 9 years ago
  18. 9cc24c8 Enhance test_bestindex.c so that it can be used to test plans generated by xBestIndex. by dan · 9 years ago
  19. 7434b1d New test cases and infrastructure for testing the xBestIndex method of by drh · 9 years ago
  20. 23c3c38 Fix a memory leak in the test code on this branch. by dan · 9 years ago test-bestindex
  21. a3a44dd Allow test_bestindex.c to set the omit flag for a constraint. by dan · 9 years ago
  22. 8e4251b Add test code useful for testing the planners use of teh virtual table xBestIndex() method. by dan · 9 years ago