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

  1. 2626b22 Store 64-bit offset values in osinst log files. by dan · 6 years ago osinst
  2. de941c8 Avoid attempting to read 0 bytes from a file in the osinst vtab code. by dan · 6 years ago
  3. 665987c Fix a problem in Makefile.msc on this branch. by dan · 6 years ago
  4. 2b9c55e Add a timestamp to each osinst log entry, to facilitate merging multiple log files. by dan · 6 years ago
  5. 68bddc6 Have sqlite3.c automatically turn on osinst logging for all connections. by dan · 6 years ago
  6. 228a52d Version 3.30.0 by drh · 6 years ago version-3.30.0
  7. 6117a17 Avoid running a couple of tests in affinity2.test as part of the valgrind permutations, as the way floating point computations are simulated by valgrind causes them to fail. by dan · 6 years ago
  8. d1c472d Increase the precision of floating point value display in VDBE debugging by drh · 6 years ago
  9. b008e4d Fix some test script issues that come up with SQLITE_OMIT_VIRTUALTABLE builds. by dan · 6 years ago
  10. 367b8d7 Fix issues with command line invocation of wapptest.tcl. by dan · 6 years ago
  11. 9a50f4c Update error detection logic in releasetest.tcl to account for new by drh · 6 years ago
  12. f057882 Update corruptM.test to account for the fact that the database schema may be loaded from within the "sqlite3" command for some test permutations. by dan · 6 years ago
  13. 23d3f5d Fix a long-standing problem in fts4 incrmental merge. by dan · 6 years ago
  14. e2b7a76 Disable sqlite3_drop_module() tests when virtual tables are omitted from by drh · 6 years ago
  15. cfee884 Remove references to test scripts analyzeA.test and analyzeB.test from by drh · 6 years ago
  16. 5e81e9f The nodeReaderInit() function in FTS3 may not assume that the node is non-empty. by drh · 6 years ago
  17. 905d472 Add missing comment to constant definitions. by drh · 6 years ago
  18. 018dbb1 Improvements to a comment. No code changes. by drh · 6 years ago
  19. 5c0666d In FTS3/4, the poslist end marker must be larger than any other possible by drh · 6 years ago
  20. 5f419b3 Update requirement marks due to changes in documentation wording. by drh · 6 years ago
  21. e4079e1 Allow compile-time options -DHAVE_GETHOSTUUID=0 and -DHAVE_GETHOSTUUID=1. by drh · 6 years ago
  22. ebc6408 Alternative implementation of the previous check-in which is testable. by drh · 6 years ago
  23. 818a3b5 Fix sqlite3ExprCompare() so that it ignores differences in the Expr.iTable by drh · 6 years ago
  24. 7971b7f More minor test file fixes. by dan · 6 years ago
  25. 91f34ea Allow DROP TABLE to work on tables name "sqlite_parameters" just as it by drh · 6 years ago
  26. 9d30c8f Minor fix for test file indexexpr1.test. by dan · 6 years ago
  27. ec39707 New dbsqlfuzz cases added to test/fuzzdata8.db. by drh · 6 years ago
  28. d79cd92 Test for an OOM condition in resolveAlias(). by drh · 6 years ago
  29. a51ddb1 Fix a window-functions problem that could occur if an ORDER BY clause contains an alias for a window-function that is not a top-level expression. by dan · 6 years ago
  30. b19131a Add a missing VdbeCoverage() macro. by drh · 6 years ago
  31. 2829df0 Remove an unused variable. by drh · 6 years ago
  32. e7579a5 Further simplifications to window-function code. by dan · 6 years ago
  33. edf8a7b In the previous check-in, the variable should be openMode, not openFlags. by drh · 6 years ago
  34. 1116b17 In the unix VFS layer, do not attempt to chown() the journal to be the same by drh · 6 years ago
  35. c5b35ae Simplifications to the window-function code. by drh · 6 years ago
  36. 37d296a Bug fixes for window frames of the form (... RANGE BETWEEN b PRECEDING AND a PRECEDING) or (... RANGE a FOLLOWING AND b FOLLOWING) where (a > b). by dan · 6 years ago
  37. 5776ee5 Omit the sqlite3IntTokens array constant for a code simplification. by drh · 6 years ago
  38. 7ca1347 When a scalar subquery has a pre-existing "LIMIT X" then change it to by drh · 6 years ago
  39. b7fc7c8 Fix a harmless unused variable warning in the test logic. by drh · 6 years ago
  40. e39f388 Fix harmless compiler warnings. by drh · 6 years ago
  41. 8c9bcb2 Allow SQLite to omit redundant ORDER BY sorts in the case where a SELECT statement has GROUP BY and ORDER BY clauses that use the same expressions, even when the ORDER BY expressions are marked "DESC". by dan · 6 years ago
  42. e47d5ca Add --multithread, --serialized, and --singlethread options to the by drh · 6 years ago
  43. af9b58b Simplify the fix in the previous commit. by dan · 6 years ago
  44. ed09ddd Fix a problem with queries containing a min() or max() function for which the FILTER clause excludes all rows. by dan · 6 years ago
  45. 14e3e22 Fix an assert() in fts3 that could fail when accessing a corrupt database. by dan · 6 years ago
  46. 6d2566d Always clear the temporary register cache after coding a subroutine. by drh · 6 years ago
  47. 572b0dd Add extra tests for the handling of corrupt records in fts3. by dan · 6 years ago
  48. aa16c60 Fix another potential "jump depends on uninitialized value" warning. by drh · 6 years ago
  49. 4b48c727 Fix a "jump depends on unititialized value" valgrind error in fts5 triggered by corrupt database records. by dan · 6 years ago
  50. 9d70284 Fix an OOB read in the INSTR() function introduced yesterday by check-in by drh · 6 years ago
  51. ec722c1 Do not change the OP_String8 opcode into OP_String until *after* any necessary by drh · 6 years ago
  52. e691dcb Test cases for ticket [587791f92620090e] by drh · 6 years ago
  53. 97b0250 Fix the instr() SQL function so that it makes a copy of its argument by drh · 6 years ago
  54. 7073871 Improved type information display when tracing VDBE execution. by drh · 6 years ago
  55. 91f473b Do not attempt the LIKE optimization for non-text columns and a pattern by drh · 6 years ago
  56. 130dbc3 Add recent interesting cases from dbsqlfuzz. by drh · 6 years ago
  57. 2ad35d9 Documentation updates for the SQLITE_DIRECTONLY flag. by drh · 6 years ago
  58. b42eb35 Fix a problem with processing CTEs that use a WINDOW clause. by dan · 6 years ago
  59. 8cce6b8 Add the --no-rowids option to the ".recover" command. by dan · 6 years ago
  60. d44c617 Extra comments on fields of the Window object. by drh · 6 years ago
  61. fab5b07 Fix the windows inverse function on the JSON aggregates. by drh · 6 years ago
  62. 51a75aa Fix a problem with using json1 window functions with an EXCLUDE clause. by dan · 6 years ago
  63. e087a7c Fix the windowB test module so that it works even if SQLite is built without by drh · 6 years ago
  64. cd9cb85 Add the SQLITE_SUBTYPE flag, which may be passed to sqlite3_create_window_function() to indicate that the window function uses sqlite3_value_subtype() to check the sub-type of its arguments. by dan · 6 years ago
  65. 477f1f1 Fix a typo in the carray extension header comment - the comment that serves by drh · 6 years ago
  66. 01a3b6b Change the meaning of the SQLITE_SUBTYPE flag so that it indicates that the user-defined function cares about the subtypes of its arguments. by dan · 6 years ago window-functions-subtype-fix2
  67. 945a352 Merge latest trunk changes with this branch. by dan · 6 years ago
  68. 3f3f2c7 Ensure that the idxStr for FTS5 is always zero-terminated. by drh · 6 years ago
  69. fbb9a5b Fix harmless compiler warnings. by drh · 6 years ago
  70. 685b2ee Allow fts5 to filter on multiple MATCH clauses in a single scan. by dan · 6 years ago
  71. acf6e08 Fix typo for one instance of line number handling in the Lemon tool. by mistachkin · 6 years ago
  72. c204d81 Enhance treeview to show SOFT-COLLATE for TK_COLLATE operators that omit by drh · 6 years ago
  73. fa50834 Ensure the columns of views and sub-queries maintain their implicit collation sequences when the "push-down" optimization is applied. Fix for [18458b1a]. by dan · 6 years ago
  74. d5deb6b Ensure the columns of views and sub-selects in the FROM clause of a select are always assigned implicit collation sequences, just as table columns are. Fix for [a7debbe0]. by dan · 6 years ago
  75. e086639 Ensure the columns of views and sub-selects in the FROM clause of a select are always assigned implicit collation sequences, just as table columns are. Possible fix for [a7debbe0]. by dan · 6 years ago tkt-a7debbe0_
  76. e2ba6df Add the SQLITE_SUBTYPE flag, which can be passed to sqlite3_create_function() and similar to indicate to the core that a user function is likely to use sqlite3_result_subtype(). by dan · 6 years ago
  77. 1a97c41 Fix handling of NULL, text and blob values in window queries that use "RANGE BETWEEN A FOLLOWING AND B FOLLOWING", or "B PRECEDING AND A PRECEDING", where A>B. by dan · 6 years ago
  78. 7dc3547 Updates to the default settings in Makefile.linux-gcc. by drh · 6 years ago
  79. c7d12f4 When we play games with COLLATE in order to commute an operator in the by drh · 6 years ago
  80. 4fc8365 Fix a bug introduced earlier today by check-in [88833a9c2849c959]. by drh · 6 years ago
  81. 229ae1a Fix a potential crash in fts5 caused by using an auxiliary function on a "special" query like '*id' or '*reads'. by dan · 6 years ago
  82. dd668c2 When applying the IN_INDEX_NOOP optimization and the LHS has REAL affinity, by drh · 6 years ago
  83. 0167ef2 Fix an obsolete comment that defines the meaning of one of the parameters by drh · 6 years ago
  84. bffdd63 When computing an expression value for an index-on-expression or a CHECK by drh · 6 years ago
  85. cc80db6 Remove an obsolete paragraph from the OP_Column documentation. No code changes. by drh · 6 years ago
  86. 35a38e0 Fix a harmless compiler warning. by drh · 6 years ago
  87. 81d25cf Mark new VDBE branches never taken. by drh · 6 years ago
  88. 80f6bfc Improvements to the algorithm that determines which SELECT in a sequence by drh · 6 years ago
  89. f66bfcb If a DELETE trigger fired by an UPDATE OR REPLACE statement deletes the row being updated, do not attempt to proceed with the original UPDATE operation. Fix for [d6a0fbc1]. by dan · 6 years ago
  90. 6a19865 Remove some affinity tests that became unreachable due to the prior change. by drh · 6 years ago
  91. 7314495 When the affinity of a table column is INT or REAL, make the affinity of by drh · 6 years ago
  92. a7ce167 Make sure OP_RealAffinity has been applied to all columns of type REAL by drh · 6 years ago
  93. efb5f9a Improvements to VDBE tracing. No changes to code in normal deliverables. by drh · 6 years ago
  94. 9889ede Add test case to window8.test. Also fix an error in a comment in window.c. by dan · 6 years ago
  95. db3a32e Back out the change at [47cd634c98b502d4] which was incorrect. Add a test by drh · 6 years ago
  96. 1cac176 Add further comments to window.c. by dan · 6 years ago
  97. ac66273 New test cases for window functions with RANGE BETWEEN and DESC NULLS FIRST. by drh · 6 years ago
  98. 8b47f52 Fix a bug in RANGE window functions that use "ORDER BY <expr> DESC NULLS FIRST" as the window-frame ORDER BY clause. by dan · 6 years ago
  99. ae144a1 The expression "(X IS FALSE) IN (FALSE)" does not imply that X is NOT NULL. by drh · 6 years ago
  100. 7a231b4 The expression "(X IS FALSE) BETWEEN FALSE AND TRUE" does not implie that by drh · 6 years ago