1. 99abba9 Added note to README.md to indicate unofficial repository. by Chris Mumford · 5 years ago chromium chromium-version-3.38.1 chromium-version-3.39.1
  2. 92a27f7 Extend the OP_Copy-coalesce optimization fix of check-in [b36126c1889e323c] by drh · 5 years ago
  3. 40d1db8 Fix a problem with the byte-code decompiler that was inserted by the by drh · 5 years ago
  4. 51f37b2 Cosmetic change to the xfer-optimization to put the OP_RowData opcode closer by drh · 5 years ago
  5. 081ce20 Increase the version number to 3.32.0. by drh · 5 years ago
  6. 9dce0ef On an INSERT or UPDATE, perform affinity conversions on new data prior to by drh · 5 years ago
  7. d7b10d7 Fix the comment display for the OP_Function opcode. And at the same time, by drh · 5 years ago
  8. 745befd Merge the sqlite3CodecQueryParameters() fix into trunk. by drh · 5 years ago
  9. 1eac966 Fix a problem in sqlite3CodecQueryParameters() that was introduced by the by drh · 5 years ago
  10. 7aedd5d Fix a minor typo in a comment in the btreeinfo extension. by drh · 5 years ago
  11. d03f77a Fix a problem with the processing of IN(...) constraints handled by virtual table implementations that do not set the "omit" flag when the virtual table column contains at least one NULL value. by dan · 5 years ago
  12. 759e9cc Add a test case for commit [ffd8bb93]. by dan · 5 years ago
  13. 48118e4 Remove a NEVER() that is in fact reachable. Test cases in dbsqlfuzz and TH3. by drh · 5 years ago
  14. ffd3fd0 Add new memory barriers during initialization. by drh · 5 years ago
  15. 9ca9a53 Modify a couple of FTS test cases so that they work on big-endian platforms. by drh · 5 years ago
  16. 02a95eb Faster decoding of 32-bit variable-length integers in cases were we do not by drh · 5 years ago
  17. 925ab5c Small performance improvement to the key-comparision routine for strings. by drh · 5 years ago
  18. fbfd113 Reinstate the optimization of converting "a IN (C)" into "a=C" but only by drh · 5 years ago
  19. 4b2f45b Fix a 4 byte OOB read in test_multiplex.c. by dan · 5 years ago
  20. b9f2e5f Minor change for compatibility with the s390 architecture. by drh · 5 years ago
  21. 562fd18 Version 3.31.1 by drh · 5 years ago upstream/version-3.31.1
  22. f54f105 Update the version number to 3.31.1. by drh · 5 years ago
  23. 532b0d2 Revise the layout of filenames in the Pager object so that it is unchanged by drh · 5 years ago
  24. 9a3bdeb Fix typos in the sqlite3ext.h header file that prevent some newer APIs from by drh · 5 years ago
  25. 8122c6e Fix variable declaration issue seen with MSVC. by mistachkin · 5 years ago
  26. 78b5220 Fix a NEVER() macro that can be true if compiled with by drh · 5 years ago
  27. 1a3220a Version 3.31.0 by drh · 5 years ago upstream/version-3.31.0
  28. d0add94 Update test file exclusive.test so that it works with the "journaltest" permutation. by dan · 5 years ago
  29. 8c812f9 Fix a problem with using views in SQLITE_OMIT_VIRTUAL_TABLE builds. Also some test case fixes required for the same builds. by dan · 5 years ago
  30. 7d2a1be Fix a case in fts3auto.test that fails for SQLITE_DISABLE_FTS4_DEFERRED builds. by dan · 5 years ago
  31. 70a3270 Fix an assert() that could fail in SQLITE_MUTATION_TEST builds following an error in a query that uses CTEs. by dan · 5 years ago
  32. 39ef8b3 Fix a problem in the userauth extension causing it to occasionally set "PRAGMA count_changes" (and some others) to true. by dan · 5 years ago
  33. 988af25 Fix the series.c and spellfix.c extensions to use SQLITE_VTAB_INNOCUOUS by drh · 5 years ago
  34. cbf1c8c Improvements to the autoconf TEA Makefile for MSVC. by mistachkin · 5 years ago
  35. be03cc9 In the fuzzcheck test program, reduce the default expression depth limit by drh · 5 years ago
  36. 4b86e20 Enhancement to the CLI to allow the ".parameter init" command to work by drh · 5 years ago
  37. 38e14fb Documentation improvements. by drh · 5 years ago
  38. 76a1fce In the TCL interface, add the ability to change the by drh · 5 years ago
  39. fe70460 Allow non-deterministic function in CHECK constraints. It turns out that by drh · 5 years ago
  40. f71eb20 Do not use memcpy() of zero bytes when initializing a pager. This avoids by drh · 5 years ago
  41. a01fda7 Disable a redundant test case that uses a very large stack, and hence by drh · 5 years ago
  42. 5917117 Fix harmless compiler warning seen with MSVC. by mistachkin · 5 years ago
  43. cea7b5d Add extra front margin to the fake empty filename returned by by drh · 5 years ago
  44. 1ee02a1 Fix the VDBE so that it correctly handles the sequence of operations by drh · 5 years ago
  45. 2d58b7f Fix a typo in a comment. No code changes. by drh · 5 years ago
  46. 929a940 The compress() function should not be deterministic since the same input can by drh · 5 years ago
  47. ef9f719 Fix #ifdefs so it compiles cleanly with all SQLITE_OMIT compile-time options. by drh · 6 years ago
  48. 915530d Improved rounding in the 'unixepoch' feature of the date and time functions. by drh · 6 years ago
  49. a369d98 Update test script instrfault.test to account for the fact that bound blob values cast to text values are now intepreted using the text encoding of the database, instead of always as utf-8. by dan · 6 years ago
  50. d1eb23c Fix a case in "fuzz.test" that could fail, as non-deterministic functions may no longer appear in CHECK constraints. by dan · 6 years ago
  51. be0330e New testcase() macros in select.c, for coverage of the change from two by drh · 6 years ago
  52. 1d7d8c8 Add the SQLITE_FCNTL_CKPT_DONE file-control for the use of custom VFSs. by dan · 6 years ago
  53. 39df24a Do not allow the constant-propagation optimization to apple to ON/USING clause by drh · 6 years ago
  54. 7db212a Fix an SQL syntax error in the comment on the omit-left-join optimization. by drh · 6 years ago
  55. 7d07a5f Clean up the definitions of the TERM_ constants in the code generator. by drh · 6 years ago
  56. b5f0e40 Do not allow the "PRAGMA encoding" statement to change the database by drh · 6 years ago
  57. be22a85 Fix the urifuncs.c extension (used for testing and debugging only) so that by drh · 6 years ago
  58. 05e8c54 Remove an ALWAYS on a branch for improved database corruption detection by drh · 6 years ago
  59. 299b102 Add the new noop_nd() debugging function to the noop.c extension. by drh · 6 years ago
  60. c1f73e2 For the showdb utility program, more accurate detection of when the database by drh · 6 years ago
  61. 76c1206 Fix a minor typo on a comment in the CLI implementation. by drh · 6 years ago
  62. a14de91 Improvements to sqlite3_open_v2() documentation. by drh · 6 years ago
  63. c6b2f9e More documentation updates. No code changes. by drh · 6 years ago
  64. 3c86702 Documentation updates. No changes to code. by drh · 6 years ago
  65. 3b8eb08 Better than removing the incorrect assert() is to change it into a by drh · 6 years ago
  66. d8df36b Change the zipfile virtual table so that the xBestIndex method gives a by drh · 6 years ago
  67. ca7d3e1 Remove an incorrect assert(). Fix for ticket [614b25314c766238] by drh · 6 years ago
  68. ffe4d4a New apis: sqlite3_filename_database(), sqlite3_filename_journal(), and by drh · 6 years ago
  69. cdfadc7 Minor changes for consistency between sqlite3_filename_wal() and by drh · 6 years ago upstream/enhanced-uri
  70. 8080403 Redesign for better legacy compatibility. Add the sqlite3_uri_key() interface. by drh · 6 years ago
  71. 8875b9e Rearchitect the way in which filenames are stored in the Pager object so that by drh · 6 years ago
  72. b2fe5a7 Fix to the register validity tracking logic in debug builds. No impact by drh · 6 years ago
  73. e5f8801 Documentation updates on newer APIs. No changes to code. by drh · 6 years ago
  74. 2e22579 Fix the fossildelta.c extension so that it will compile on mingw. by drh · 6 years ago
  75. bebce86 Merge in the untrusted-schema enhancements. by drh · 6 years ago
  76. 32d184e Only register the fts3_tokenizer() function using a single text encoding. by drh · 6 years ago
  77. 7be5e3d Fix a harmless compiler warning. by drh · 6 years ago
  78. fbb6e9f Fix an assert() in window.c that could fail with some obscure SELECT statements that use window functions. by dan · 6 years ago
  79. b84fda3 Fix a problem in the encoding display in the updated PRAGMA function_list. by drh · 6 years ago upstream/new-security-options
  80. 51ebd5f Fix minor typos in the trusted-schema.md document. by drh · 6 years ago
  81. 3858be3 Minor formatting changes in the trusted-schema.md document. by drh · 6 years ago
  82. b0c4ef7 Design notes for the new-security-options branch. by drh · 6 years ago
  83. 32266a1 Simplified error message for the unsafe use of a virtual table. by drh · 6 years ago
  84. 05b32ee Fix a problem that restricted edgy functions in TEMP tables. by drh · 6 years ago
  85. 014fff2 Block edgy functions used in DEFAULT constraints. by drh · 6 years ago
  86. 2eeca20 Performance improvements and test cases added. Allow "PRAGMA trusted_schema=ON" by drh · 6 years ago
  87. 0dfa525 Check for whether or not it is safe to use non-innocuous functions as the by drh · 6 years ago
  88. 15f3eac Provide the -innocuous option to the "db func" method in the TCL interface. by drh · 6 years ago
  89. 6d35956 Fix the rot13.c extension to be deterministic. Add the noop.c extension. by drh · 6 years ago
  90. b7e5199 In the TreeView debugging output, show a "DDL" mark on SrcList and Expr nodes by drh · 6 years ago
  91. 19ca76a Merge recent changes from trunk. by drh · 6 years ago
  92. 87969b2 When doing a test-to-double conversion on a BLOB with an odd number of bytes by drh · 6 years ago
  93. ded33cc Fix a minor formatting error in the display of BLOB values during VDBE tracing. by drh · 6 years ago
  94. 4a62581 Improvements to the documentation of sqlite3_create_collation(). by drh · 6 years ago
  95. f8f76d6 Simplification of the logic in the constant-propagation optimization. by drh · 6 years ago
  96. c9301e6 Fix the constant propagation optimization so that it does not try to by drh · 6 years ago
  97. 97bffe6 Fix a misworded comment. No code changes. by drh · 6 years ago
  98. 2b1c2aa Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set by drh · 6 years ago
  99. 3f68142 Enforce SQLITE_VTABRISK restrictions. by drh · 6 years ago
  100. 406dfcb Fix a performance regression caused by the previous check-in. by drh · 6 years ago