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

  1. e8b2c92 Remove all code that makes use of the C-language "long double" datatype. by drh · 10 months ago
  2. 4b42b52 When compiled with SQLITE_ALLOW_ROWID_IN_VIEW, rowid-in-view is on by default by drh · 1 year, 4 months ago
  3. ba55056 Rename the new test-control to SQLITE_TESTCTRL_JSON_SELFCHECK. Make it so by drh · 1 year, 7 months ago
  4. 7d2eaae Add SQLITE_TESTCTRL_VALIDATE_JSONB, which if enabled under SQLITE_DEBUG causes by drh · 1 year, 7 months ago
  5. bae9108 Add option 2 to SQLITE_TESTCTRL_USELONGDOUBLE to move the setting to its by drh · 2 years ago
  6. 1b3c6e7 Whether or not to use the long-double floating point conversion technique by drh · 2 years, 1 month ago
  7. dae7ae3 Accept the full ECMAScript 5.1 IdentifyName syntax for keys in objects. by drh · 2 years, 3 months ago
  8. 45163fc Add an sqlite3_db_config() option - SQLITE_DBCONFIG_STMT_SCANSTATS - for enabling and disabling the collection of sqlite3_stmt_scanstats() statistics in SQLITE_ENABLE_STMT_SCANSTATUS builds. Collection of statistics is disabled by default. by dan · 2 years, 5 months ago
  9. 705d7be Remove the sqlite3StdTypeMap global constant that was made by drh · 2 years, 9 months ago
  10. 5e431be Rename debugging defines and variables from SELECTTRACE to TREETRACE (and by drh · 3 years, 4 months ago
  11. e684ac6 Fix compiler warnings. by drh · 3 years, 4 months ago
  12. d7e185c Enhance SQLITE_TESTCTRL_LOCALTIME_FAULT so that is able to install an by drh · 3 years, 5 months ago
  13. dcf10a1 Fix harmless compiler warnings. Improve the independence of some TCL tests. by drh · 3 years, 9 months ago
  14. 9fdd66e Enabled the testcase() macros under SQLITE_DEBUG. by drh · 3 years, 9 months ago
  15. b9fd010 Back out the change that allows typeless columns in strict tables. Replace by drh · 4 years ago
  16. 71c770f Improved comments. Fewer opcodes for integrity_check on strict tables. by drh · 4 years ago
  17. 9e1209d Enhance PRAGMA integrity_check so that it verifies the datatype of by drh · 4 years ago
  18. c2df4d6 Recognize certain standard datatypes ("INT", "INTEGER", "REAL", "TEXT", and by drh · 4 years ago
  19. 8d889af Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by by drh · 4 years, 2 months ago
  20. 1af3fd5 Alternative implementation of the comparison opcode speed-up of by drh · 4 years, 4 months ago
  21. c0622a4 Alternative implementation of ".selecttrace" and ".wheretrace" that uses by drh · 4 years, 8 months ago
  22. a6c13b2 Change the name of sqlite3SelectTrace to sqlite3_unsupported_selecttrace. by dan · 5 years ago
  23. 9216de8 Provide the ability to use the SELECTTRACE() debugging macro outside of the by drh · 5 years ago
  24. b48c0d5 Simplify the code by removing the unsupported and undocumented by drh · 5 years ago
  25. cbae3f8 In the typeof() optimization in OP_Column, expand the size of the bogus buffer by drh · 6 years ago
  26. 378ca1e Merge the latest enhancements from trunk. by drh · 6 years ago
  27. 171c50e New test-only SQL functions: implies_nonnull_row(), expr_compare(), and by drh · 6 years ago
  28. cf014f6 Refactor names. Use "small" instead of "mini" to describe the smaller by drh · 6 years ago mini-lookaside-take-2
  29. d335bc4 Change the default lookaside configuration to 40 slots of 1200-bytes each. by drh · 6 years ago
  30. 5776ee5 Omit the sqlite3IntTokens array constant for a code simplification. by drh · 6 years ago
  31. 3084299 Add a TESTCTRL that disables the verification of type, name, and tbl_name by drh · 6 years ago
  32. ade54d6 Add the SQLITE_TESTCTRL_PRNG_SEED test control. by drh · 6 years ago
  33. c164cc9 Deprecate the SQLITE_ALLOW_COVERING_INDEX_SCAN compile-time option when it is by drh · 6 years ago
  34. 23a8859 Add the SQLITE_CONFIG_MEMDB_MAXSIZE configuration option for configuring by drh · 6 years ago
  35. eea8eb6 Do not allow direct access to internal-use SQL functions such as by drh · 7 years ago
  36. 2e3a5a8 Add SQLITE_CONFIG_SORTERREF_SIZE configuration option. by dan · 7 years ago
  37. 35043cc When compiling with VDBE_PROFILE, add the sqlite3NProfileCnt global variable by drh · 7 years ago
  38. b2a0f75 Remove the rarely-used scratch memory allocator. This makes the code smaller, by drh · 8 years ago
  39. ad012d0 Always enable URI filenames when compiling with SQLITE_HAS_CODEC. Also allow by drh · 8 years ago
  40. 56d65cd Provide the SQLITE_DEFAULT_LOOKASIDE compile-time option and make it's default by drh · 9 years ago
  41. cdfffed Change the default lookaside configuration from 500 slots of 128 bytes each to 125 slots of 512 bytes each. This uses the same amount of memory (64,000 bytes) but seems to perform much better in test applications. by drh · 9 years ago
  42. d12602a Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE. by drh · 9 years ago
  43. 22fa36d Clarification and typo-fixes in comments. No changes to code. by drh · 9 years ago
  44. 9e5eb9c Revise the implementation of OP_Once so that it is smaller, faster, and uses by drh · 9 years ago
  45. 244b9d6 Performance optimization to sqlite3Dequote() and its callers. by drh · 9 years ago
  46. 8c71a98 Add the SQLITE_CONFIG_STMTJRNL_SPILL option for sqlite3_config(). by drh · 9 years ago
  47. 80738d9 Improvements to the application-defined function mechanism so that it is by drh · 9 years ago many-app-functions
  48. f19aa5f Changes to the way that the default BINARY collating sequence is recorded by drh · 10 years ago
  49. 4297c7c Add a compile-time constant for configuring the default pagecache setup. by drh · 10 years ago
  50. ee70a84 Enhance separate pcache1 to allocate a block of pages from heap on startup, by drh · 10 years ago
  51. db222ad Fix errors in the EBCDIC upper-case to lower-case translation table. by drh · 10 years ago
  52. 3bd1791 Add the SQLITE_CONFIG_PMASZ start-time option. by drh · 11 years ago
  53. 86a11b8 Fix harmless typos in comments. by drh · 11 years ago
  54. 4d9f188 Add various requirements evidence marks for sqlite3_config() options. by drh · 11 years ago
  55. 00729cb Updates to documentation and requirements marks. No code changes. by drh · 11 years ago
  56. 60ec914 Fix typos in comments. No code changes. by peter.d.reid · 11 years ago
  57. c007f61 Repurpose the SQLITE_TESTCTRL_FAULT_INSTALL test-control to register a by drh · 11 years ago
  58. 09fe614 Add a new sqlite3_test_control() that indicates that database files are by drh · 12 years ago
  59. 9b4c59f Refactoring the mmap interface. The controlling pragma is now "mmap_size" by drh · 12 years ago
  60. a1f42c7 Add the SQLITE_CONFIG_MMAP_LIMIT configuration option for overriding the by drh · 12 years ago
  61. ac45593 Add an option to register global hooks used for logging all SQL executed by an application. by dan · 13 years ago
  62. de9a7b8 Add the ability to disable the covering-index-scan optimization at compile-time, by drh · 13 years ago
  63. 13e0ea9 Fix harmless compiler warnings. by drh · 14 years ago
  64. 22e21ff Experimental change to the pcache interface to allow page buffers to be allocated separately from their associated container structures. by dan · 14 years ago
  65. 432e0bc Increase the default lookaside cache line size from 100 to 128 bytes. by drh · 14 years ago
  66. dec6f79 Add a missing initializer for sqlite3GlobalConfig.bLocaltimeFault. by dan · 14 years ago
  67. cd74b61 Add the start of the "uri-filenames" feature. by dan · 14 years ago
  68. 094430e Make the result of an IN or NOT IN expression with an empty set on the by drh · 15 years ago
  69. f83dc1e Remove global variables when compiled with SQLITE_OMIT_WSD by drh · 15 years ago
  70. 3f28070 Add a new, experimental logging interface designed to aid in debugging of by drh · 15 years ago
  71. af2b572 Use the sqlite3CtypeMap[] to improve the speed and reduce the size of the by drh · 16 years ago
  72. a6c2ed9 Optimizations to the main loop inside sqlite3VdbeExec() to help VDBE byte code by drh · 16 years ago
  73. e1ab219 Add tests to check that sqlite recovers from an error in sqlite3_initialize() correctly. by dan · 16 years ago
  74. 9ac0650 Enhanced documentation and minor code tweaks in preparation for hardening by drh · 16 years ago
  75. c7a3bb9 Make the pending byte adjustable via sqlite3_test_control() on all builds, by drh · 16 years ago
  76. dc86e2b Fix some minor compiler warnings. Added sqlite3Isalpha() for use in by drh · 16 years ago
  77. 78ca0e7 When not compiling for an EBCDIC system, use built-in alternatives to the tolowe by danielk1977 · 17 years ago
  78. 1875f7a The amalgamation now compiles cleanly on GCC with options by drh · 17 years ago
  79. 0a732f5 Add support for the SQLITE_THREADSAFE=2 and SQLITE_DEFAULT_MEMSTATUS compilation options. (CVS 5676) by danielk1977 · 17 years ago
  80. 075c23a Begin adding support for the SQLITE_OMIT_WSD macro. Some (many) WSD variables still need wrappers added to them. (CVS 5652) by danielk1977 · 17 years ago
  81. 777c538 Move date+time functions to start-time initialization. Additional by drh · 17 years ago
  82. 70a8ca3 Initialize the global built-in function table at start-time by drh · 17 years ago
  83. 633e6d5 Implement the "lookaside" memory allocation cache. Use of this cache makes by drh · 17 years ago
  84. 0a687d1 Improved enforcement of the SQLITE_LIMIT_LENGTH limit. (CVS 5368) by drh · 17 years ago
  85. fec00ea Continuing progress on the new memory allocation subsystem. Added the by drh · 17 years ago
  86. 40257ff Progress toward implementation of sqlite3_config() and a rework of the by drh · 17 years ago