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

  1. 4ab343c Enhance tests to ensure that blocking locks, and not calls to xSleep(), are being used by SQLITE_ENABLE_SETLK_TIMEOUT builds when they should be. by dan · 7 months ago
  2. 093c213 Assume an NT-based OS when running tests if sqlite_os_type is not set. by dan · 8 months ago
  3. 2d5ce92 Further test file tweaks to run with SQLITE_OS_WINRT builds. by dan · 8 months ago
  4. bc4df60 Remove the never-used and never-documented and long-ago deprecated by drh · 9 months ago
  5. e8b2c92 Remove all code that makes use of the C-language "long double" datatype. by drh · 10 months ago
  6. a955ec8 Change the name of the enabling compile-time macro to by drh · 11 months ago
  7. 1c30df3 The WITHIN GROUP (ORDER BY ...) syntax is now a compile-time option: by drh · 11 months ago
  8. 064b681 First attempt at getting the build to work with Tcl 9.0. by drh · 12 months ago
  9. f891ef8 Update tests to work with SQLITE_ALLOW_ROWID_IN_VIEW. by dan · 1 year, 4 months ago
  10. c5a5a54 Remove additional traces of FTS1 and FTS2 that were missed by [2bb50d5aedef0fd2] by drh · 2 years, 1 month ago
  11. dedd51a Remove references to the now-defunct SQLITE_ENABLE_JSON1 compile-time option. by drh · 3 years, 5 months ago
  12. f1cacb7 Do not attempt to run Tcl sessions tests unless both SQLITE_ENABLE_PREUPDATE_HOOK and SQLITE_ENABLE_SESSIONS are defined. by dan · 4 years ago
  13. 8d889af Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by by drh · 4 years, 2 months ago
  14. f557693 Allow more time for perf tests when instrumented. Condition another on feature it needs. by larrybr · 4 years, 3 months ago
  15. 1929cc0 Add geopoly to $::sqlite_options() and use it to pass more tests. by larrybr · 4 years, 3 months ago
  16. f6e904b Begin adding new SQL functions that depend on -lm: ceil(), ceiling(), by drh · 4 years, 8 months ago
  17. b48c0d5 Simplify the code by removing the unsupported and undocumented by drh · 5 years ago
  18. 175b8f0 Remove support for STAT3. The sqlite_stat3 tables are ignored, if they by drh · 6 years ago
  19. 8bee11a Add the sqlite3_normalized_sql() API. by mistachkin · 7 years ago normalized_sql
  20. 253c6ee Enhance tester.tcl so that when "--malloctrace=1" is specified, the test by dan · 7 years ago
  21. 67a9b8e Omit all window-function related code when building with SQLITE_OMIT_WINDOWFUNC. by dan · 7 years ago
  22. 9c6396e Improved documentation for sqlite3_serialize() and sqlite3_deserialize(). by drh · 7 years ago
  23. 2825e4e Merge the latest enhancements from trunk. by drh · 7 years ago
  24. 1db7db1 Update test file func6.test so that it works with SQLITE_ENABLE_NULL_TRIM by dan · 7 years ago
  25. ac442f4 Add support for the "memdb" VFS and the sqlite3_memdb_ptr() and by drh · 8 years ago
  26. 092457b Change the function name to sqlite_unsupported_offset(X). Only enable the by drh · 8 years ago
  27. 21540ae Add compile time switch SQLITE_ENABLE_ICU_COLLATIONS. For enabling ICU by dan · 8 years ago
  28. cb45eef Update tests to deal with SQLITE_FAST_SECURE_DELETE. by drh · 8 years ago
  29. efeaec3 Updates to test procedures so that they all work with encryption. No changes by drh · 8 years ago
  30. c6603af Rename the "stmts" virtual table to just "stmt" without the final "s". by drh · 8 years ago
  31. c799833 Add the stmts virtual table to testfixture builds. Add new compile-time by drh · 8 years ago
  32. f5da7db If the user has not set it explicitly, set the "PRAGMA synchronous" setting to by dan · 8 years ago
  33. d12602a Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE. by drh · 9 years ago
  34. 5c35e90 Add compile time option SQLITE_ENABLE_URI_00_ERROR. If defined, any "%00" by dan · 9 years ago
  35. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  36. dbf8a16 Merge 3.12.0 beta changes from trunk. by drh · 9 years ago
  37. b99185f Fix more test-case errors in the Apple configuration. by drh · 9 years ago
  38. 108e5a9 Fix some test cases so that they work under the Apple configuration. by drh · 9 years ago
  39. 2606aca Merge recent enhancements from trunk. Default page size is 4096. Writes by drh · 9 years ago
  40. d42908f Provide the new SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER option to by drh · 9 years ago
  41. 1a606f8 Merge enhancements and fixes from trunk. by drh · 9 years ago
  42. e064c40 Disable the two-argument form of the fts3_tokenizer() SQL function unless the library is built with -DSQLITE_ENABLE_FTS3_TOKENIZER. by dan · 9 years ago
  43. 173b609 Merge recent enhancements from trunk. by drh · 10 years ago
  44. 68d28ea Disable the snapshot test scripts if not compiled with SQLITE_ENABLE_SNAPSHOT. by drh · 10 years ago
  45. 1bb15fc Merge recent enhancements from trunk. by drh · 10 years ago
  46. 41d2e66 Add the SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time option. by drh · 10 years ago
  47. 769dc6e Merge the latest enhancements from trunk. by drh · 10 years ago
  48. 03d69a6 Only support the magic "__hidden__" column name prefix interpretation when by drh · 10 years ago hidden-columns-in-tables
  49. d83f7ca Add support for the SQLITE_SQLLOG_CONDITIONAL environment variable to the logging code in test_sqllog.c. When defined, logging is only performed if the "<database>-sqllog" file is present in the file system when the main database is opened. by dan · 10 years ago
  50. d286b9f Merge all the latest enhancements from trunk. by drh · 10 years ago
  51. f7854c7 Split out sqlite3BtreeCursorHintFlags() from sqlite3BtreeCursorHint() by drh · 10 years ago
  52. 973bc6f Merge the version 3.9.0 changes and the incorporation of JSON1 and FTS5 by drh · 10 years ago
  53. c306e08 Json1 tests are working. Builds without FTS5 enabled. Still some problems by drh · 10 years ago
  54. 244c8d7 Merge all changes in the latest 3.8.11 beta into the sessions branch. by drh · 10 years ago
  55. cfb8f8d Change the name of the OTA extension to RBU: Resumable Bulk Update. by drh · 10 years ago
  56. 59b4bd4 Merge all the latest enhancements from trunk. This merge include FTS5 by drh · 10 years ago
  57. 167fd75 Merge latest trunk changes with this branch. by dan · 10 years ago
  58. adf3bf5 Merge recent trunk changes, include the R-Tree enhancement that allows by drh · 10 years ago
  59. 71138b0 Merge trunk changes with this branch. by dan · 10 years ago
  60. a9106ca Merge recent trunk enhancements into the ota-update branch. by drh · 10 years ago
  61. c11a172 Merge recent trunk enhancements into the sessions branch. by drh · 10 years ago
  62. e0e8429 Remove all references to SQLITE_DEFAULT_TEMP_CACHE_SIZE. Add requirements by drh · 10 years ago
  63. 120b3a4 Merge in all changes from trunk. by drh · 10 years ago
  64. 997d798 Merge latest trunk changes with this branch. by dan · 10 years ago
  65. 7a20f69 Merge trunk 3.8.8 beta changes into the sessions branch by drh · 11 years ago
  66. 0ede9eb Improvements to compile-time-option hygiene. Use "#if OPTION" instead of by drh · 11 years ago
  67. 37db72f Merge latest trunk changes with this branch. by dan · 11 years ago
  68. 7bf9ec1 Add SQLITE_ENABLE_OTA pre-processor directives so that this branch may be compiled with or without OTA. by dan · 11 years ago
  69. 04e8a58 Merge recent trunk enhancements, including the read-after-ROLLBACK change by drh · 11 years ago
  70. 48d7014 Fix the customization interfaces so that they match the documentation. by dan · 11 years ago
  71. b391b94 Add new test file e_blobopen.test, containing tests for sqlite3_blob_open(). by dan · 11 years ago
  72. e2f771b Add further tests. Fixes so that compilation without ENABLE_STMT_SCANSTATUS works. by dan · 11 years ago
  73. 78aad7c Merge all recent trunk changes. by drh · 11 years ago
  74. 3705ef6 Fix up test cases to account for the new SQLITE_LIMIT_WORKER_THREADS limit. by drh · 11 years ago
  75. 6b011d8 Merge all recent trunk changes into the sessions branch. by drh · 11 years ago
  76. 09e6054 Complete the implementation of the various APIs. Fix several problems. by drh · 11 years ago
  77. bf9ed6f Merge the latest trunk changes, including the multi-threaded sorter, into by drh · 11 years ago
  78. 2bd2c29 Merge all recent trunk changes into the threads branch. by drh · 11 years ago
  79. 35c3d8c Merge recent trunk changes into the sessions branch. by drh · 11 years ago
  80. 2eaf03d Change fts3/4 so that the "unicode61" is included in builds by default. It may now be excluded by defining SQLITE_DISABLE_FTS3_UNICODE. by dan · 11 years ago
  81. d963982 Merge recent trunk changes into the sessions branch. by drh · 11 years ago
  82. ae289fc Merge the latest trunk changes into the threads branch. by dan · 11 years ago
  83. 0d51def Fix a problem in the sorter causing it to return spurious SQLITE_NOMEM errors when configured to use memsys3 or memsys5. by dan · 11 years ago
  84. 578e1ca Even if compile time option SQLITE_MAX_WORKER_THREADS is set to one or greater, set the default number of worker threads to zero. Distribute data more evenly between threads in sqlite3VdbeSorterWrite() to improve performance when sorting large amounts of data. Add new test file sort2.test. by dan · 11 years ago
  85. 835c19b Merge updates from trunk. by mistachkin · 11 years ago
  86. c187698 Bring in all the latest trunk changes, including the Common Table by drh · 11 years ago
  87. eede6a5 Fixes so that SQLITE_OMIT_CTE builds work. by dan · 12 years ago
  88. 1b2ee4f Merge in performance enhancements from trunk. by drh · 12 years ago
  89. f74b9e0 Further work on Windows header file reform. by mistachkin · 12 years ago
  90. ac1f104 Add experimental sqlite3_config option to control the native Win32 heap size. by mistachkin · 12 years ago
  91. cbf1b8e Merge in the WITHOUT ROWID changes. A few tests are failing now. They will by drh · 12 years ago
  92. 99eef00 Enable some more tests on Windows. by mistachkin · 12 years ago
  93. 5f9742e Merge from trunk: (1) Recent bug fixes (2) STAT4 support (3) win32-longpath by drh · 12 years ago
  94. 8ad169a If ENABLE_STAT3 is defined but ENABLE_STAT4 is not, have ANALYZE create and populate the sqlite_stat3 table instead of sqlite_stat4. by dan · 12 years ago
  95. f52bb8d Begin adding experimental sqlite_stat4 table. This commit is buggy. by dan · 12 years ago
  96. 16fb176 Merge the latest trunk changes into the sessions branch. by drh · 12 years ago
  97. 50287f5 Remove the unused SQLITE_CURDIR macro. by drh · 12 years ago
  98. 9b4c59f Refactoring the mmap interface. The controlling pragma is now "mmap_size" by drh · 12 years ago
  99. 188d488 Disable the use of memory-mapped I/O if the SQLITE_DISABLE_MMAP macro is by drh · 12 years ago
  100. 8dd661a Merge the changes for the 3.7.16.1 release candidate into the sessions branch. by drh · 12 years ago