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

  1. 48570b3 Use integer handles for fts3 cursors for a small performance improvement. by dan · 8 years ago fts3-int-cursor
  2. d8ecefa Add the "unionvtab" virtual table extension in ext/misc/unionvtab.c. by dan · 8 years ago
  3. 3963e58 Fix a register allocation problem in PRAGMA integrity_check that caused by drh · 8 years ago
  4. e7c6f97 Fix a missing \n at the end of a comment causing a line to be too long. by drh · 8 years ago
  5. a4e54e8 Enhance the showstat4 utility program to show the full precision of by drh · 8 years ago
  6. cb0d3ba Fix another minor problem in test file like.test. by dan · 8 years ago
  7. a50b309 Fix test problems causing the "prepare" permutation test to fail. by dan · 8 years ago
  8. 04ed43d Fix test problems with stmtvtab1.test under some permutations. by dan · 8 years ago
  9. 858205d Fix a typo in a comment used to generate documentation. No code changes. by drh · 8 years ago
  10. 749e4a9 Identify requirements text in the SQLITE_DBCONFIG_ENABLE_QPSG documentation. by drh · 8 years ago
  11. 3cef364 Add requirements marks for some of the new features in the 3.20 release. by drh · 8 years ago
  12. 380c7ce Tweak Makefile.in so that testfixture can be built with the by dan · 8 years ago
  13. 0e6b830 Modify mkopcodeh.tcl so that it can handle "same as" opcodes with values by dan · 8 years ago
  14. c9fb27b In the LSM1 virtual table, dequote the filename before opening the file. by drh · 8 years ago
  15. 59541d7 Changes to the LSM1 Tcl tests to make things work on Win32. by mistachkin · 8 years ago
  16. a199ffc Include a hint in the header comment of the LSM1 makefile about how to by drh · 8 years ago
  17. aa15168 Update the Makefile for LSM1 so that the LSMOPTS can be set prior to by drh · 8 years ago
  18. 3eddffd Fix a typo in the header comment to the remember extension. No code changes. by drh · 8 years ago
  19. e83b847 Change the name of the STMT virtual table to SQLITE_STMT. Also remove the by drh · 8 years ago
  20. 923260c Minor updates to requirements marks and documention. No changes to code. by drh · 8 years ago
  21. 4b8035e6 Add very simple tcl tests for the lsm1 extension. by dan · 8 years ago
  22. 17ca226 Minor tweaks to documentation. No code changes. by drh · 8 years ago
  23. 968d871 Fix harmless compiler warnings in the readline tab-completion logic of the by drh · 8 years ago
  24. 33b46ee Improved documentation for the new sqlite3_bind_pointer() interface and its by drh · 8 years ago
  25. 4ba5f33 Improvements to the documentation for SQLITE_PREPARE_PERSISTENT. by drh · 8 years ago
  26. 06aecf0 Fix documentation typo. No changes to code. by drh · 8 years ago
  27. c940750 Update header comments on the carray() and remember() extensions to bring by drh · 8 years ago
  28. 96b1003 Add new interfaces sqlite3_bind_pointer(), sqlite3_result_pointer(), and by drh · 8 years ago
  29. 4c997c6 Fix an incorrect type signature for the loadable extension pointer by drh · 8 years ago bind-pointer
  30. 5587d86 Add the three new pointer interfaces to the loadable extension mechanism. by drh · 8 years ago
  31. d43748a Update the FTS3 extension to use sqlite3_result_pointer() and by drh · 8 years ago
  32. 3fb4060 Merge the latest changes from trunk. by drh · 8 years ago
  33. 0c24330 Smaller and faster implementation for vdbeFreeOpArray() and freeP4(). by drh · 8 years ago
  34. 7ccf95d Fix harmless compiler warnings about incomplete structure initializers. by drh · 8 years ago
  35. 980a89e Remove unnecessary EP_Leaf settings on the Expr object. by drh · 8 years ago
  36. 971ecd7 The EP_Resolved flag on the Expr object is not required for correctness nor by drh · 8 years ago
  37. ec360a8 Clarification and simplification and result column naming logic. by drh · 8 years ago
  38. 47ebd4c Fix a problem in an lsmtest test case caused by writing data in "text" mode by dan · 8 years ago
  39. f0f44b7 Compile cleanly with SQLITE_OMIT_UTF16. by drh · 8 years ago
  40. 1cd523c In lsm, attempt to unmap the database file before truncating it when by dan · 8 years ago
  41. 416b869 Simplify the way in which the database file is truncated when the last by dan · 8 years ago
  42. 8999798 Fix harmless compiler warnings in the core. by drh · 8 years ago
  43. ba334bb Make win32GetTimeOfDay() in the lsm1 test code more portable. by mistachkin · 8 years ago
  44. db3e045 Enabled the new sqlite3_prepare_v3() and sqlite3_prepare16_v3() interfaces by drh · 8 years ago
  45. b7bfc3b Fix a whitespace alignment issue in lsm1. by mistachkin · 8 years ago
  46. 36c6823 Fix more harmless compiler warnings in lsm1, seen with MSVC 2015. by mistachkin · 8 years ago
  47. 1be5051 Fix harmless compiler warnings seen with MSVC for lsm1. by mistachkin · 8 years ago
  48. 56eb09b Add support for tab-completion (using the ext/misc/completion.c virtual table) by drh · 8 years ago
  49. 2ce15c3 Change the src/shell.c file so that it is generated from a new script at by drh · 8 years ago
  50. e2b0101 Fix a backup2 test case so that it works on FreeBSD. by drh · 8 years ago
  51. f3c0009 Add the "phase" output column on the COMPLETION table-valued function, for by drh · 8 years ago
  52. dc4dde6 The COMPLETION virtual table now looks at the names of databases, tables, by drh · 8 years ago
  53. 3265b56 Incomplete implementation of the COMPLETION table-valued function. So far it by drh · 8 years ago
  54. b2950c4 Fix harmless compiler warnings in lsmtest. by mistachkin · 8 years ago
  55. 4a9e140 Fix errors in comments in the STMT virtual table. No code changes. by drh · 8 years ago
  56. 240e7ef Minor cleanup and refactoring of the Win32 VFS for lsm1. by mistachkin · 8 years ago
  57. a868639 Another spelling error in the README.md file. by drh · 8 years ago
  58. e1869a9 Spelling error in README.md by drh · 8 years ago
  59. 764fb30 Yet another typo in README.md by drh · 8 years ago
  60. 67d5bf9 Fix another README.md typo. by drh · 8 years ago
  61. 14d5ff4 Fix an obsolete statement about Lemon in the README.md file. by drh · 8 years ago
  62. 91ea8cf Cleanup header usage in lsmtest for files that require _O_BINARY. by mistachkin · 8 years ago
  63. 7ff64dc Updates to the repository README.md file. by drh · 8 years ago
  64. ff7733d In LSM, avoid calling the VFS xTestLock method to test for a lock that by dan · 8 years ago
  65. dbc2672 Add the "--newlines" option to the ".dump" command in the shell to disable by drh · 8 years ago
  66. 90e39ec When multiple constraints need to be evaluated for a row, do any constraints by drh · 8 years ago
  67. 66a0bf3 Additional debugging Noop-comment in the constraint generator when by drh · 8 years ago defer-where-subqueries
  68. e24b92b Small performance optimization in sqlite3WhereExprUsage(). by drh · 8 years ago
  69. d3930b1 Fix another problem on this branch. by dan · 8 years ago
  70. 8674ec5 Fix a problem causing non-covered WHERE terms to be evaluated before covered by dan · 8 years ago
  71. ebc6301 When testing non-indexed WHERE constraints, test those that involve by dan · 8 years ago
  72. 9f6e14c For sqlite3TreeView() debugging output, show the Expr.flags field on by drh · 8 years ago
  73. ff4fa77 Update error message text for standard error codes to better describe the by drh · 8 years ago
  74. e75be1a Remove the error message text from disused error codes such as by drh · 8 years ago
  75. 155507b Always make "column%d" column-names 1-based, never 0-based. by drh · 8 years ago
  76. d7ca600 Make sure the columns of a VALUES() clause are named "column%d" even if by drh · 8 years ago
  77. 2aa3133 Add the --icc, --gcc7, and --orm options to the speed-check.sh test script. by drh · 8 years ago
  78. 12ca0fc Basic test cases for PRAGMA secure_delete=FAST. by drh · 8 years ago
  79. 50963c9 Fix comment in the Win32 VFS for lsm1. by mistachkin · 8 years ago
  80. 85bd1cd For lsmtest, use a more portable means of setting open() files to binary. by mistachkin · 8 years ago
  81. 1d91e9f Adjust copy_file() lsmtest function so it works properly for locked database files on Win32. by mistachkin · 8 years ago
  82. 08f1efe Add the "PRAGMA secure_delete=FAST" option, which overwrites most deleted by drh · 8 years ago
  83. a690ff3 Change the error message text for SQLITE_ERROR to omit the part about by drh · 8 years ago
  84. b11c650 Fix typos in Win32 VFS for lsm1. by mistachkin · 8 years ago
  85. 73518c5 Fix the memcpy calls in the lsmWin32OsShmMap function for lsm1. by mistachkin · 8 years ago
  86. a2d85cb Enhance the MSVC makefile 'clean' target to handle lsm1. by mistachkin · 8 years ago
  87. 9a7a77a Add support for LSM_DEBUG to the MSVC makefile for lsm1. by mistachkin · 8 years ago
  88. a7a0bfa In the command-line shell, when running ".schema" give a sensible error when by drh · 8 years ago
  89. 9b8c5f6 Fix the usleep() macro in the Win32 test code for lsm1. by mistachkin · 8 years ago
  90. d5eae66 Add new PRAGMAs: "function_list", "module_list", and "pragma_list". All are by drh · 8 years ago
  91. 8ae11aa Add the "Pragma_list" pragma. Put all three pragmas created on this branch by drh · 8 years ago list-pragmas
  92. e60092b Improve clarity in the Win32 VFS for lsm1. by mistachkin · 8 years ago
  93. baebf3c Add support for LSM_DEBUG_MEM to the MSVC makefile for lsm1. by mistachkin · 8 years ago
  94. 45158fa Remove a block from the Win32 VFS for lsm1 that is now superfluous. by dan · 8 years ago
  95. 3bc909b In lsmtest, use an empty string instead of ":memory:" when requesting a by dan · 8 years ago
  96. 5bd9e61 Remove a block from the Win32 VFS for lsm1 that is now superfluous. by mistachkin · 8 years ago
  97. d429ec2 Memory reallocation fix for the Win32 VFS for lsm1. by mistachkin · 8 years ago
  98. 40cf27c Enhance the sqlite3VdbeMultiLoad() interface to automatically generate the by drh · 8 years ago
  99. ab53bb6 Add new pragmas: "function_list" and "module_list" by drh · 8 years ago
  100. 4676462 Merge recent enhancements from trunk. by drh · 8 years ago