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

  1. 48fa01e Version 3.39.4 by drh · 3 years ago version-3.39.4
  2. e182461 Fix misuse of the sqlite3_set_auxdata() interface in the ICU extension. by drh · 3 years ago
  3. 76167f9 Remove a NEVER macro in defragmentPage() that dbsqlfuzz discovered can be by drh · 3 years ago
  4. 3ec786a Enhance defensive mode so that it disallows CREATE TRIGGER statements if by drh · 3 years ago
  5. 8cf7bed Enhance the b-tree page sorting code to ensure that sqlite3PagerRekey() never by dan · 3 years, 1 month ago
  6. 77aa809 Enhance an assert() to impose for tighter constraints on the operation of pcache. by drh · 3 years, 1 month ago
  7. 1b7e5d2 Fix the windows build so that it works with -DSQLITE_OMIT_AUTOINIT. by drh · 3 years, 1 month ago
  8. 3943571 Ensure that the Rekey() operation does not overwrite an existing page number. by drh · 3 years, 1 month ago
  9. 3ec39b0 Increase the version number to 3.39.4 by drh · 3 years, 1 month ago
  10. 230ad45 Version 3.39.3 by drh · 3 years, 1 month ago version-3.39.3
  11. 98e5775 Ensure the Pager.journalOff variable is zeroed if an error occurs while writing the initial header to the journal file. by dan · 3 years, 1 month ago
  12. e8b45c3 Remove a NEVER() that is sometimes true. by drh · 3 years, 1 month ago
  13. 4740564 Fix an assert() associated with the dbsqlfuzz error at [8372468bb5d8922c]. by drh · 3 years, 1 month ago
  14. 16938fc When an OOM occurs and sets the Parse.nErr value, also set the Parse.nErr by drh · 3 years, 1 month ago
  15. cdce08b Mutex protect access to the sqlite3_test_directory and sqlite3_data_directory by drh · 3 years, 1 month ago
  16. 254c5ad Defer deleting a transient SELECT statement associated with a flattening by drh · 3 years, 1 month ago
  17. 87cef5e Do not attempt the OP_Count optimization on queries with HAVING clauses. by drh · 3 years, 1 month ago
  18. 9eb67ef Any function call can abort. Take this into account when deciding if a DML by drh · 3 years, 1 month ago
  19. 7ef2cf8 Avoid having fts3 read uninitialized values when processing deferred tokens. by drh · 3 years, 2 months ago
  20. 0b316cb Fix a problem with the query optimizer for LIMIT/OFFSET queries when by drh · 3 years, 2 months ago
  21. 71dc5f8 Improvement on the previous check-in. by drh · 3 years, 2 months ago
  22. 7dde866 For an IN operator used with a RIGHT JOIN, use the number of terms in the by drh · 3 years, 2 months ago
  23. 65f517d Bump the version number up to 3.39.3. by drh · 3 years, 2 months ago
  24. 96e3015 In the xUpdate method of the GeoPoly virtual table, make sure that the by drh · 3 years, 2 months ago
  25. 202b2a7 Version 3.39.2 by drh · 3 years, 2 months ago version-3.39.2
  26. b0ddbf7 In the query planner, restore the former aggressiveness in reordering of by drh · 3 years, 2 months ago
  27. fd34e75 Simplify the logic that converts the "1" expression in "ORDER BY 1" into a by drh · 3 years, 2 months ago
  28. 6eb7354 Increase the size of loop variables in the printf() implementation to avoid by drh · 3 years, 2 months ago
  29. afb21dc Fix harmless compiler warnings seen with MSVC. by mistachkin · 3 years, 3 months ago
  30. b1c4457 Fix a memory leak in fts3 that could occur when processing a corrupt database. by dan · 3 years, 3 months ago
  31. effc07e Fix the whereKeyStats() routine (part of STAT4 processing only) so that it by drh · 3 years, 3 months ago
  32. 8d65601 Update some faulty assert() statements in fts3. by dan · 3 years, 3 months ago
  33. c892515 Bump the version number up to 3.39.2. by drh · 3 years, 3 months ago
  34. 9dde91f When applying the omit-ORDER-BY optimization, defer deleting the AST of by drh · 3 years, 3 months ago
  35. 11dbd0b Version 3.39.1 by drh · 3 years, 3 months ago version-3.39.1
  36. b3f7a5d The query flattener should not run if the subquery is a compound that contains by drh · 3 years, 3 months ago
  37. 14030cc Fix test case error messages so that they work with after the removal of by drh · 3 years, 3 months ago
  38. 9d905ce Update makefiles to fix building the non-amalgamation testfixture with SQLITE_DEBUG. by dan · 3 years, 3 months ago
  39. 9dfd155 Use 64-bit memory allocation APIs in the sqlite_stmt virtual table, to avoid by drh · 3 years, 3 months ago
  40. 31114a3 Fix harmless compiler warnings. by drh · 3 years, 3 months ago
  41. 4292973 Increase the version number to 3.39.1. by drh · 3 years, 3 months ago
  42. 8d7ffd2 Ensure that the Parse.nErr flag is set following an SQLITE_TOOBIG error on by drh · 3 years, 3 months ago
  43. 6447722 Fix a problem in fts3 to do with deferred tokens and OR expressions. by drh · 3 years, 3 months ago
  44. d120a50 Fix for builds with both SQLITE_DEBUG and SQLITE_OMIT_WINDOWFUNC defined. by dan · 3 years, 3 months ago
  45. f14c4c9 Fix the initial-prefix optimization for the REGEXP extension such that it by drh · 3 years, 3 months ago
  46. 98c336c Fix documentation and test-script typos and a dependency problem on a Makefile. Fix the sqlite_stmt extension virtual table so that it shows the state of all by drh · 3 years, 3 months ago
  47. 47d8c40 Version 3.39.0 by drh · 3 years, 3 months ago version-3.39.0
  48. a36fedb Change a harmless assert() into a testcase(). The actually test case code by drh · 3 years, 3 months ago
  49. 86bc5e4 Fix a harmless UBSAN warning associated with PRAGMA schema_version by drh · 3 years, 3 months ago
  50. a5ec23a In sqlite3WhereBegin, do not proceed with coding the loop if an error is detected as part of WHERE expression analysis. by dan · 3 years, 3 months ago
  51. 2a40a88 A minor fix to test/fuzzinvariants.c so that it works even with column names by drh · 3 years, 3 months ago
  52. 9efc618 Minor correction to a comment. No code changes. by drh · 3 years, 3 months ago
  53. 2b0ea02 Enhance the TCL scrip that generates sqlite3-all.c so that it outputs all by drh · 3 years, 3 months ago
  54. f221e4b Fix requirements marks that changed due to typo fixes in the documentation. by drh · 3 years, 3 months ago
  55. cf5cab0 More comment fixes. No changes to code. by drh · 3 years, 3 months ago
  56. 0751fc3 Allow more line with on the debugging output for SrcItem elements in the by drh · 3 years, 3 months ago
  57. 2591cfb Additional enhancements to comments. No changes to code. by drh · 3 years, 3 months ago
  58. b885744 Give dbtotxt an option to prepend .open --hexdb by larrybr · 3 years, 3 months ago
  59. 861ac67 Fix a typo in a comment. No changes to code. by drh · 3 years, 3 months ago
  60. 8c44962 Disable the short-cut query planner if the NOT INDEXED modifier is used. by drh · 3 years, 3 months ago
  61. b9294de Allow a HAVING clause on any aggregate query, even if there is no GROUP BY by drh · 3 years, 3 months ago
  62. 4af6462 Add an ALWAYS() macro to an always-true branch. by drh · 3 years, 3 months ago
  63. 436c28a Do not allow FROM-clause terms on the left side of a RIGHT or FULL JOIN to by drh · 3 years, 3 months ago
  64. d748040 Do not allow an ON clause to references tables to its right if there is a by drh · 3 years, 3 months ago
  65. ae8776e The fix at [cab9b4cccd13bf0a] was incomplete, as demonstrated by by drh · 3 years, 3 months ago
  66. 1d49768 Follow-up to check-in [0057bbb508e7662b] - ensure that the database page by drh · 3 years, 3 months ago
  67. 1373699 Enable query invariant checking in fuzzcheck by default. There is no way by drh · 3 years, 3 months ago
  68. d0d21f5 Abandon a query-invariant check in fuzzcheck if the call to by drh · 3 years, 3 months ago
  69. 8fa6206 In the --query-invariants option of fuzzcheck, correctly deal with OOMs by drh · 3 years, 3 months ago
  70. 01156ec Fix the OP_Concat operator such that when concatenating a BLOB with an by drh · 3 years, 3 months ago
  71. c2beb0d Omit the --query-invariants processing in fuzzcheck for queries that contain by drh · 3 years, 3 months ago
  72. f26e451 Do not run --query-invariants on statements that make use of sqlite_offset(). by drh · 3 years, 3 months ago
  73. b103c57 Various fixes and improvements to the --query-invariants option of fuzzcheck. by drh · 3 years, 3 months ago
  74. ea64cb3 Allow integers and floating point numbers to compare equal. by drh · 3 years, 3 months ago query-invariants
  75. 6388036 Improve query-invariants to the point that it would have discovered the by drh · 3 years, 3 months ago
  76. c68fb84 Only run query-invariant checks after the original query has run to completion, by drh · 3 years, 3 months ago
  77. 36f904f Fix the virtual table detection mechanism to avoid false-positives that were by drh · 3 years, 3 months ago
  78. 6efabd6 Fix the new --query-invariants option on fuzzcheck so that it does not by drh · 3 years, 3 months ago
  79. 2a7aff9 Avoid omitting the rhs of FULL JOINs in cases where it is only correct to omit the rhs of a LEFT JOIN. by dan · 3 years, 3 months ago
  80. 3e245bc Minor fix to the query invariant testing logic of fuzzcheck. by drh · 3 years, 4 months ago
  81. 8f9261a Improvements to query invariants in fuzzcheck. by drh · 3 years, 4 months ago
  82. e3bf2c8 Improvements to query invariant checking in fuzzcheck. by drh · 3 years, 4 months ago
  83. dba3a5a When running an incremental vacuum, detect growth in the size of the database by drh · 3 years, 4 months ago
  84. 516c850 Add the --query-invariants option to fuzzcheck. No changes to the SQLite core. by drh · 3 years, 4 months ago
  85. 10c5341 Dbsqlfuzz discovered a case where a bytecode branch is in fact taken, so change by drh · 3 years, 4 months ago
  86. 0c278c3 Add the --query-invariants flag to fuzzcheck. The query invariant checks are by drh · 3 years, 4 months ago query-invariant-tests
  87. a913f9b Improvements to query invariant testing. Almost working now. by drh · 3 years, 4 months ago
  88. 27a242c Fix the OP_NullRow opcode so that it works even if it applied to an by drh · 3 years, 4 months ago
  89. bbf7113 Add missing SQLITE_FCNTL_SIZE_HINT call to a path taken during transaction rollback. by dan · 3 years, 4 months ago
  90. a1f79da Attempt to enhance fuzzcheck to do some simple invariant testing on queries. by drh · 3 years, 4 months ago
  91. 92d1afb Do not remove the EP_CanBeNull flag from expressions during a LEFT JOIN by drh · 3 years, 4 months ago
  92. 1cc5c4a The same restrictions on the use of WHERE clause terms to drive indexes by drh · 3 years, 4 months ago
  93. e45b87a fiddle: minor style tweaks, including using swapped colors for the input/output fields to help (hopefully) reduce the "which field is which?" dissonance. by stephan · 3 years, 4 months ago
  94. 958fcd4 Do not allow constant propagation between WHERE-clause terms and ON-clause terms by drh · 3 years, 4 months ago
  95. a27e350 Fix a faulty assert() statement identified by by drh · 3 years, 4 months ago
  96. 0c2b00b fiddle: modernized the UI based on related code in fossil's /pikchrshow. Changed the color scheme to match sqlite.org. by stephan · 3 years, 4 months ago
  97. 65458dc Do not allow the subtype of a value to cross a subquery boundary. This by drh · 3 years, 4 months ago
  98. e5dea28 Prevent subtype values from slipping across a subquery boundry when the by drh · 3 years, 4 months ago subtype-subquery
  99. 8878f8a The subtype of a value should not propagate across a subquery boundary. by drh · 3 years, 4 months ago
  100. 0483668 Move an #ifdef in shell.c to avoid a harmless "unused function" by drh · 3 years, 4 months ago