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

  1. 14e250a Incorporate ..._DESERIALIZE revision. by larrybr · 4 years, 4 months ago compile_options
  2. 4f878f3 merge from trunk by larrybr · 4 years, 4 months ago
  3. 1f4f7c7 Add a comment with useful information about SHM locking. No changes to by drh · 4 years, 4 months ago
  4. 04f4b68 Fix a formatting error on the comment. by drh · 4 years, 4 months ago better-comment
  5. 187e2e4 Add a table of shared-memory lock offsets in a comment in the os_unix.c code. by drh · 4 years, 4 months ago
  6. 3d691fd Allow aggregate sub-selects within ORDER BY and PARTITION BY clauses of window frame definitions. by dan · 4 years, 4 months ago
  7. 9088186 Improved column name and column type determination for the RETURNING clause. by drh · 4 years, 4 months ago
  8. 99bd552 Cure some TCL test failures and narrow an object scope. by larrybr · 4 years, 4 months ago
  9. 93ffb50 In the MULTI-INDEX OR query plan, code for sub-expressions can sometimes be by drh · 4 years, 4 months ago
  10. e74ca51 Improved comments on the generated opcodes.h file. by drh · 4 years, 4 months ago
  11. 8ed1da1 Add a CORRUPT_DB term to an assert() added earlier today. by drh · 4 years, 5 months ago
  12. 904e48e Fix harmless compiler warnings. by drh · 4 years, 5 months ago
  13. 8546497 Enhance the integer-comparison optimization on the OP_Eq and similar by drh · 4 years, 5 months ago
  14. be12083 Fix problems with refering to CTEs from within sub-selects in PARTITION BY or ORDER BY clauses of window frame definitions. Also a problem with renaming a column when the schema contains a trigger containing a correlated sub-select within a window frames PARTITION BY or ORDER BY clause. by dan · 4 years, 5 months ago
  15. ba39ca4 When deleting an SQL function that does not exist, return without doing by drh · 4 years, 5 months ago
  16. 9430506 Performance improvement in sqlite3TableLock(). by drh · 4 years, 5 months ago
  17. 2454e4a Performance optimization in the memory allocation of allocateCursor. by drh · 4 years, 5 months ago
  18. 86c779f Performance optimization to the clearCell() routine inside of btree. by drh · 4 years, 5 months ago
  19. 49bb56e Small performance improvement for sqlite3BtreeInsert(). by drh · 4 years, 5 months ago
  20. 6a9595a Avoid adding superfluous virtual WHERE clause terms that might arise due by drh · 4 years, 5 months ago
  21. b775c97 Attempt the [/info/f4229707ac08d66c|constant propagation optimization] on any by drh · 4 years, 5 months ago
  22. 11c8789 Fix an over-length source code comment in whereexpr.c. No logic changes. by drh · 4 years, 5 months ago
  23. 31da7be Modify the sqlite3_stmt_readonly() interface so that it returns false for by drh · 4 years, 5 months ago
  24. 756748e The content columns of the index-btree that implements a WITHOUT ROWID by drh · 4 years, 5 months ago
  25. 7ffb16b Further simplification of the reverse-order scan logic of the previous check-in. by drh · 4 years, 5 months ago
  26. 0564cc2 Fix the query plan for an indexed lookup on a WITHOUT ROWID table with by drh · 4 years, 5 months ago
  27. 52d1407 Fix a race condition that can lead to deadlock in the memdb VFS if one by drh · 4 years, 5 months ago
  28. 85ffcae Add the new threadtest5 test program for stressing multiple database by drh · 4 years, 5 months ago
  29. 277ae64 Enhance the memdb VFS so that it is able to share databases among multiple by drh · 4 years, 5 months ago
  30. 2d344f9 Respond correctly to OOM during mutex allocation. by drh · 4 years, 5 months ago memdb-enhancement
  31. 483051c Mark an unreachable branch as NEVER(). by drh · 4 years, 5 months ago
  32. f71d6fa Fix a NEVER() that can sometimes be true. by drh · 4 years, 5 months ago
  33. ccb897c Fix a NEVER() that can sometimes be true. by drh · 4 years, 5 months ago
  34. 2f4d0ec Enhance the memdb VFS to provide the ability to share a single database by drh · 4 years, 5 months ago
  35. 8d889af Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by by drh · 4 years, 5 months ago
  36. d10c3ca Fix help-text typo in the CLI. by drh · 4 years, 5 months ago
  37. 4752bbd Detect misuse of aggregate functions in the ORDER BY clause of a query by drh · 4 years, 5 months ago
  38. 01ec691 Fixes for cksmvfs and rbu so that they work together. by dan · 4 years, 5 months ago
  39. e31cba5 Remove an assert() in FTS5 that can (rarely) be false in the event of an by drh · 4 years, 5 months ago
  40. c3c23f3 Improved detection of oversized cells in balance_nonroot(), especially in by drh · 4 years, 5 months ago
  41. 59df3e9 Provide the sqlite3PrintMem() routine on SQLITE_DEBUG builds, which can be by drh · 4 years, 5 months ago
  42. 4fd82a2 Fix an undefined-integer-overflow problem in fts3.c. by dan · 4 years, 5 months ago
  43. 67656ac When applying the optimization that disables WHERE clause terms that drive by drh · 4 years, 5 months ago
  44. 2363489 Also for the 0x20000 bit of ".wheretrace", show when WHERE clause terms are by drh · 4 years, 5 months ago
  45. 6068b6b Additional debugging output for whereScanNext() showing equivalence classes by drh · 4 years, 5 months ago
  46. 433a3e9 Back out the EXISTS-to-IN optimization. It slows things down rather than by drh · 4 years, 5 months ago
  47. f83d501 Fix minor coverity warnings in the CLI. by drh · 4 years, 5 months ago
  48. e103a8d Fix a potential memory leak following OOM in the decimal extension. by drh · 4 years, 5 months ago
  49. 736d11e Back out the NEVER() inserted by [c7309ed3c7588c7e] because it is reachable by drh · 4 years, 5 months ago
  50. 76baad9 Guard against a NULL-pointer dereference following OOM in the JSON extension. by drh · 4 years, 5 months ago
  51. 0449f65 Fix a harmless "unused variable" warning when compiling with by drh · 4 years, 5 months ago
  52. 5f5719b Reduce API lifetime requirement for objects passed to sqlite3_bind_...() with SQLITE_STATIC. by larrybr · 4 years, 5 months ago
  53. 5960724 Fix the operation of the "-" argument to --load-dbsql in the fuzzcheck program. by drh · 4 years, 5 months ago
  54. 81f5ef0 Fix the IN-early-out optimization so that it works even for the corner case by drh · 4 years, 5 months ago
  55. 7bfccfe Enhanced "PRAGMA vdbe_trace=on" output associated with the seekHit flag. by drh · 4 years, 5 months ago
  56. 5f086dd Fix harmless compiler warnings. by drh · 4 years, 5 months ago
  57. 5e26d07 Update test/fuzzdata8.db with recent dbsqlfuzz finds. by drh · 4 years, 5 months ago
  58. c645871 Ignore the TEMP or TEMPORARY keyword on CREATE statements which parsing by drh · 4 years, 5 months ago
  59. 79f313f Adjust a VDBE coverage macros due to the enhancement at [506333742103c1f4]. by drh · 4 years, 5 months ago
  60. 3765c03 Further improvements to the handling of RETURNING clauses on changes by drh · 4 years, 5 months ago
  61. a476768 RETURNING bug fix: Correctly deal with RETURNING statements on changes to by drh · 4 years, 5 months ago
  62. a4cd0bb Fix a segfault that could occur when querying a corrupt data structures with an fts5token table. by dan · 4 years, 5 months ago
  63. 3ec4861 merge latest trunk by larrybr · 4 years, 5 months ago
  64. 2f40dc9 Better error messages on showdb. by drh · 4 years, 5 months ago
  65. 19a7f72 Improved robustness of the "showdb" debugging program when it is parsing by drh · 4 years, 5 months ago
  66. d8bc250 New dbsqlfuzz cases added to test/fuzzdata8.db. by drh · 4 years, 5 months ago
  67. c7f5077 Fix the [/info/df1d6482f9e92daf|UNION ALL flattener optimization] so that it by drh · 4 years, 5 months ago
  68. feef447 Add ALWAYS() to branches that are no longer reachable due to recent by drh · 4 years, 5 months ago
  69. ada2323 refix altertab.test by larrybr · 4 years, 5 months ago
  70. f0ac290 Fix a problem that could cause a crash in sqlite3BtreeDelete() when operating on a corrupt database file. by dan · 4 years, 5 months ago
  71. 3c6edc8 More aggressive detection of OOM errors in resolveAlias(). by drh · 4 years, 5 months ago
  72. 8ed8ddf When doing the optimization that attempts to avoid sorting on a by drh · 4 years, 5 months ago
  73. bb0eec4 Do not initialize eponymous virtual tables when parsing the schema. This can happen if the db is corrupt. by dan · 4 years, 5 months ago
  74. 3ff6a5e Skip test when no JSON. by larrybr · 4 years, 5 months ago
  75. 113a33c Make window range queries more robust against corrupt database files. by drh · 4 years, 5 months ago
  76. ba9ebc2 Treat byte-order marks (BOMs) at the start of a token as whitespace. by drh · 4 years, 5 months ago
  77. 971ae9f Fix testcase altertab-25.1 due to check-in [c7909e8e0d0577c6] disallowing by drh · 4 years, 5 months ago
  78. 1521270 Fix harmless compiler warnings in fuzzcheck. by drh · 4 years, 5 months ago
  79. ba6619d Enhance the --load-dbsql and related options of fuzzcheck so that if the by drh · 4 years, 5 months ago
  80. 292ed6d Give a better final output line for the --spinner option on fuzzcheck. by drh · 4 years, 5 months ago
  81. d84f10e New dbsqlfuzz cases added to test/fuzzdata8.db. by drh · 4 years, 5 months ago
  82. f3d5a68 Fix an assert() in fts5_index.c that may fail if the database records are corrupt. by dan · 4 years, 5 months ago
  83. 7a04e29 Improved OOM detection in sqlite3ExprCheckIN(). by drh · 4 years, 5 months ago
  84. eca3c67 Change a memcpy() into a memmove() to prevent a warning about overlapping by drh · 4 years, 5 months ago
  85. 214b503 Fix harmless compiler warnings of unused function parameters in FTS5. by drh · 4 years, 5 months ago
  86. 743b5fd Further tweaks for comments in sqlite3session.h. by dan · 4 years, 5 months ago
  87. 9ad39a3 Change to comments in sqlite3session.h. No changes to code. by dan · 4 years, 5 months ago
  88. 3d8c92d Raise an error on an attempt to rename an eponymous virtual table. by drh · 4 years, 5 months ago
  89. a5b51b8 Add the experimental sqlite3session_changeset_size() API. by dan · 4 years, 5 months ago
  90. 6d29a4f Add the sqlite3session_object_config() API. Current used to enable/disable collecting data for sqlite3session_changeset_size(). by dan · 4 years, 5 months ago session-changeset-size
  91. 65b9305 Improved handling of errors in ALTER TABLE RENAME. by drh · 4 years, 5 months ago
  92. 68b63c0 Fix the date/time translation logic in the zipfile extension so that it by drh · 4 years, 5 months ago
  93. 1da9c97 Ensure that the typedefs for specific-length integers in zipfile.c are correct. by drh · 4 years, 5 months ago
  94. 8240431 In the whereLoopXfer() routine, ensure that the destination is fully by drh · 4 years, 5 months ago
  95. 3153630 The new OP_Null opcode from check-in [8b54102a00852b72] was not coded by drh · 4 years, 5 months ago
  96. a23a873 Add the experimental sqlite3session_changeset_size() API. by dan · 4 years, 5 months ago
  97. 7437c25 Add recent dbsqlfuzz test cases to test/fuzzdata8.db. by drh · 4 years, 5 months ago
  98. f02b5ad Initialize the key registers in the skip-scan optimization to NULL, in case by drh · 4 years, 5 months ago
  99. fe599b0 Fix a problem allowing SQL variables to be used expressions within the second and subsequent ON CONFLICT clauses of an UPSERT within a trigger. by dan · 4 years, 5 months ago
  100. 935ad98 Remove a testcase() that is no longer relevant due to the previous check-in. by drh · 4 years, 5 months ago