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

  1. e0837d5 Version 3.44.5 by drh · 9 weeks ago branch-3.44 release version-3.44.5
  2. 78145e1 Increase the version number to 3.44.5 by drh · 10 weeks ago
  3. 710858b Raise an error right away if the number of aggregate terms in a query by drh · 10 weeks ago
  4. cb6105b Version 3.44.4 by drh · 7 months ago patch-release version-3.44.4
  5. 090e39c Cherry pick recent fixes into branch-3.44. by drh · 7 months ago
  6. 2688bc3 Mark the BTree cell overflow cache as invalid whenever the rowid goes invalid. by drh · 1 year, 6 months ago
  7. 6f5ebb2 Ignore CHECK constraints when by drh · 1 year, 6 months ago
  8. 3f00c1b Check-in a9657c87c53c1922 is wrong: the IndexedExpr.bMaybeNullRow flag is by drh · 1 year, 6 months ago
  9. 67276c6 When compiling with SQLITE_ALLOW_ROWID_IN_VIEW, if the RETURNING clause of by drh · 1 year, 6 months ago version-3.44.3
  10. ff549b1 Fix the xBestIndex method of the pragma virtual table so that it correctly by drh · 1 year, 6 months ago
  11. 5b9ba67 Do not automatically assume that ROWID is NOT NULL when compiled with by drh · 1 year, 6 months ago
  12. c2526e2 Fix a assert() that is incorrect, though harmless. Also add a test case. by drh · 1 year, 6 months ago
  13. 29ef48a Fix test cases for rtree and fts5. No changes to code. by drh · 1 year, 6 months ago
  14. 47f478c Have rtree avoid keeping a blob handle open following an error. by drh · 1 year, 6 months ago
  15. a933442 Following a ROLLBACK that reverts changes to an RTREE, any pending queries by drh · 1 year, 6 months ago
  16. b2bc4c9 Back port various minor patches by drh · 1 year, 6 months ago
  17. d079083 Automatically disable the DISTINCT optimization during query planning if the by drh · 1 year, 6 months ago
  18. 76214b6 Ignore COLLATE operators when determining whether the result of a subexpression by drh · 1 year, 6 months ago
  19. c5c26d7 Fix a harmless compiler warning in the randomjson.c extension. by drh · 1 year, 6 months ago
  20. 27039a3 If a term of an ORDER BY or GROUP BY contains an aggregate function or column, by drh · 1 year, 6 months ago
  21. 8276a5f Fix the SQLITE_ALLOW_ROWID_IN_VIEW bug-compatibility option so that it works by drh · 1 year, 6 months ago
  22. 0febad8 Fix a problem involving infinities int the Kahan-Babushka-Neumaier summation algorithm. by drh · 1 year, 6 months ago
  23. 8d6a941 Silently ignore redundant ON CONFLICT clauses in an UPSERT. by drh · 1 year, 7 months ago
  24. da3c2bb In os_unix.c and os_win.c, do not allow xFetch() to return a pointer to a page buffer that is right at the end of the mapped region - if the database is corrupted in a specific way such a page buffer might be overread by several bytes. by drh · 1 year, 8 months ago
  25. 2295e72 Update #ifdef checks in pager.c and util.c to account for [0462a2612d1fc1d0] to resolve the build problem reported in [forum:9819032aac|forum post 9819032aac]. by stephan · 1 year, 9 months ago
  26. 7722f9a When unable to resolve an identifier, change the Expr node into TK_NULL by drh · 1 year, 9 months ago
  27. 1088fc8 Avoid invoking sqlite3ExprColUsage() on an unresolve column reference. by drh · 1 year, 10 months ago
  28. fe8d9f4 Worker1 Promiser API: when multiple db connections are active then use the requested connection instead of always the first-opened connection. Bug reported in [forum:894c330e7f23b177|forum post 894c330e7f23b177]. by stephan · 1 year, 10 months ago
  29. 1c6b0e5 Different fix for the fts5 COMMIT-following-OOM problem first fixed by [fba3129d]. This one does not cause problems if an fts5 table is renamed and then dropped within the same transaction. by dan · 1 year, 10 months ago
  30. e467488 Increase the patch level to 3.44.3. by drh · 1 year, 10 months ago
  31. 0495cf0 Reference count the Table passed into the OP_VCheck opcode. by drh · 1 year, 10 months ago
  32. c8f9803 Version 3.44.2 by drh · 1 year, 10 months ago version-3.44.2
  33. b4b2be9 Another assertion fault fix, similar to [a9443dbfbe25e588]. by drh · 1 year, 10 months ago
  34. 6292bb4 Fix harmless compiler warnings in debugging code. by drh · 1 year, 10 months ago
  35. 90d7893 Fix an fts5 problem that could occur when mixing regular and secure delete operations on a single table. by drh · 1 year, 10 months ago
  36. efba33e Increase the version number to 3.44.2. by drh · 1 year, 10 months ago
  37. e6fa99a Fix output redirect bug reported in [forum:/forumposts/cbf4933cfeee74bb|the forum]. by larrybr · 1 year, 10 months ago
  38. c028221 Correct the URL for loading sqlite3-worker1-bundler-friendly.mjs from sqlite3-worker1-promiser-bundler-friendly.js, so that the promiser can be used in bundler-using environments. Problem reported via email. by stephan · 1 year, 10 months ago
  39. fef8c0b Version 3.44.1 by drh · 1 year, 10 months ago version-3.44.1
  40. 1c83877 Pickup minor stylistic changes related to console I/O and, for Windows builds, get fact of UTF-16 translation into the sign-on banner. (a straight cherry-pick) by larrybr · 1 year, 10 months ago
  41. 1dda1e2 Back out an incorrect change to the sqlite3ExprCompareSkip() function from by drh · 1 year, 10 months ago
  42. 84548fb Arrange to not compile unused console I/O function. by larrybr · 1 year, 10 months ago
  43. 8fa99e9 Convert an assert in OP_VCheck into a branch that aborts the opcode, as this by drh · 1 year, 10 months ago
  44. 02726b1 Cherry pick additional assert() fixes from trunk into the branch-3.44 branch. by drh · 1 year, 10 months ago
  45. 61d0a37 Fix an assert() in fts5 that could be true following an OOM or IO error in contentless-delete mode. by drh · 1 year, 10 months ago
  46. 4ba9f44 Fix test 5.0 in shell1.test for Windows. (A double-quote wrapped single-quote needs no further treatment to be recognized as a single single-quote.) by larrybr · 1 year, 10 months ago
  47. bd0d38f Merge changes to do Windows console I/O with UTF-16. by larrybr · 1 year, 11 months ago
  48. eedca24 Correct conditional compilation issue seen with MSVC in the Win32 mutex subsystem. by drh · 1 year, 11 months ago
  49. 2416775 Cherrypick changes to simplify and make more rational how console I/O package features are selected. by larrybr · 1 year, 11 months ago consio-3.44
  50. 22402d7 Get Fiddle build to succeed. (It runs, too, but not from changes here.) by larrybr · 1 year, 11 months ago
  51. c283f96 Changes to console I/O for Fiddle build, to always defer to C library (as before.) A WIP, pending testing with Fiddle build. by larrybr · 1 year, 11 months ago
  52. 26b57aa Cherry-pick some assert()s to cover misuse of *Put*() from 500+ shell.c callers. by larrybr · 1 year, 11 months ago
  53. 6edc7ab Manual merge of branch-3.44 with 3 sources affected/created by console-io-lib changes. by larrybr · 1 year, 11 months ago
  54. 937ea25 Remove an incorrect ALWAYS() and NEVER(). by drh · 1 year, 11 months ago
  55. 2f51f78 Fix another problem with mixed join types and the RIGHT JOIN strength-reduction optimization. by drh · 1 year, 11 months ago
  56. a048396 Fix an obscure problem with the join-strength-reduction optimization that could occur when mixing LEFT and RIGHT joins in the same query. by drh · 1 year, 11 months ago
  57. f78c986 Expose the missing SQLITE_SUBTYPE to wasm. by stephan · 1 year, 11 months ago
  58. 3414ff4 Ensure 8-byte alignment of data structues in sqlite3_database_file_object(). by drh · 1 year, 11 months ago
  59. 5f61fa6 Expose SQLITE_RESULT_SUBTYPE to wasm. by stephan · 1 year, 11 months ago
  60. 599e56a Add the SQLITE_RESULT_SUBTYPE flag for application-defined functions. Add by drh · 1 year, 11 months ago
  61. 5e34405 JSON5 bug fix: Escape double-quotes that occur inside of single-quoted strings. by drh · 1 year, 11 months ago
  62. 6d12b9f Update the documentation to the sqlite3_set_auxdata() and sqlite3_get_auxdata() by drh · 1 year, 11 months ago
  63. a7dc704 Update the srctree-check.tcl script and child script so that they can be run by drh · 1 year, 11 months ago
  64. 9d8ad69 Fix an fts5 problem where a transaction consisting of (a) a DELETE on rowid X, (b) a prefix query, and (c) an INSERT on rowid X, could corrupt the index. by drh · 1 year, 11 months ago
  65. 11379c0 Update the version number to 3.44.1 by drh · 1 year, 11 months ago
  66. d936997 CLI to compile with older MSVC compiler. by drh · 1 year, 11 months ago
  67. 6647677 Version 3.44.0 by drh · 1 year, 11 months ago version-3.44.0
  68. 5ba99da Fix harmless compiler warnings in test code. by drh · 1 year, 11 months ago
  69. ddd1c97 Fix a problem with SQLITE_ENABLE_FTS5 builds of the non-amalgamation testfixture.exe in Makefile.msc. by dan · 1 year, 11 months ago
  70. 739edb9 Remedy CLI non-UTF8 handling detection flaw [forum:/forumpost/fa0e00d36db5fe0a|noted in a forum post]. by larrybr · 1 year, 11 months ago
  71. 7545b0e Remedy CLI non-UTF8 handling detection flaw [forum:/forumpost/fa0e00d36db5fe0a|noted in a forum post]. by larrybr · 1 year, 11 months ago win-utf8-io-split
  72. 23f5f62 Update the autoconf/Makefile.msc so that it aligns with Makefile.msc. by drh · 1 year, 11 months ago
  73. cc2af7e Dodge a nuisance warning from MSVC in CLI use of Prepared Statement Scan Status. (Yes, C rules are fine.) by larrybr · 1 year, 11 months ago
  74. f3f0bd2 Add a cast to i64 for an integer in an sqlite3OsWrite() offset by drh · 1 year, 11 months ago
  75. 383295e Fix another comment typo. No code changes. by drh · 1 year, 11 months ago
  76. 2d0dd57 Add FTS5 to default Makefile.msc builds. And UNKNOWN_SQL_FUNCTION and STMT_SCANSTATUS to default Makefile.msc shell builds. by dan · 1 year, 11 months ago
  77. aa36dcf Make the new sqlite3_get_clientdata() and sqlite3_set_clientdata() interfaces by drh · 1 year, 11 months ago
  78. a238c57 Fix problems with previous commit on Makefile.msc. Also some win32-specific test failures in fts5misc.test. by dan · 1 year, 11 months ago shell-build-changes
  79. 30c9aca Fix typo in a comment. No code changes. by drh · 1 year, 11 months ago
  80. 23e8f97 Add FTS5 to default Makefile.msc builds. And UNKNOWN_SQL_FUNCTION and STMT_SCANSTATUS to default Makefile.msc shell builds. by dan · 1 year, 11 months ago
  81. 88d3c14 Predicate Windows CLI UTF-8 console I/O on a runtime capability check rather than an OS version check. by larrybr · 1 year, 11 months ago
  82. 8a95e92 Predicate Windows CLI UTF-8 console I/O on a runtime capability check rather than an OS version check. by larrybr · 1 year, 11 months ago
  83. d2147bd With SQLITE_ENABLE_BLOCK_ATOMIC_WRITE enabled, if a transaction is committing by drh · 1 year, 11 months ago
  84. 7c2d3e8 For Windows CLI, institute a version check to determine default MBCS or UTF-8 translation on console I/O. (Default to UTF-8 where known possible.) by larrybr · 1 year, 11 months ago
  85. 84eab13 Simplify code slightly. Improve comments on added code and its use. by larrybr · 1 year, 11 months ago
  86. 060c097 Properly close a handle. Use a putatively effective runtime test for UTF-8 console I/O capability. (This makes the version test useful mainly for avoiding a warning that UTF-8 console I/O could not be setup.) by larrybr · 1 year, 11 months ago
  87. 3017a68 Condition default UTF-8 console I/O for Windows builds on OS version 10 or more. This is to accomodate an IsValidCodePage() API which may happily report CP_UTF8 as a valid code page when the stock console cannot, in fact, do UTF-8 I/O. by larrybr · 1 year, 11 months ago
  88. 5269e84 Limit the range of integer unix timestamps in date4.test, since some systems by drh · 1 year, 11 months ago
  89. 5086211 Update documentation for sqlite3_errmsg() to try to make it clear that if by drh · 1 year, 11 months ago
  90. 1b772ca Since SQLite considers NaN to be like NULL and NULL sorts before any integer, by drh · 1 year, 11 months ago
  91. a9fea28 Remove the SQLITE_MAX_ALLOCATION_SIZE flag (set to 536mb) from the WASM and JNI builds because it can unduly limit db exports via sqlite3_serialize(), as reported in [forum:75524f7342c1ba45|forum post 75524f7342c1ba45]. It now defaults to whatever sqlite3.c uses, which is currently just shy of 2gb. by stephan · 1 year, 11 months ago
  92. 4b8010a Fix cosmetic flaw in SQLITE_TXN_* doc. (no code change) by larrybr · 1 year, 11 months ago
  93. 6572f77 Disable two rtree test cases for Linux-i686. We do not have that platform by drh · 1 year, 11 months ago
  94. 2e0d7b2 Add makefile targets for fuzzcheck-asan and fuzzcheck-ubsan. by drh · 1 year, 11 months ago
  95. a03932a Fix to Makefile.in so that the "tool-zip" target can be run from outside the source tree. by dan · 1 year, 11 months ago
  96. 1b2a93e Cleanup shell.c comments. Hide -utf8 option, as it is undocumented and accepted only for backward compatibility. No functional changes except for -help content. by larrybr · 1 year, 11 months ago
  97. c42276f Back out [2904fcbeebba9189], mostly. The page bitmap is needed even for a by drh · 1 year, 11 months ago
  98. 1ecf531 In CLI for Windows builds, do MBCS/UTF-8 translation independently for input and output. (And cure an MSVC warning.) by larrybr · 1 year, 11 months ago
  99. d7969e5 Handle utf8 mode restore better for redirected input or output. Move utf8 mode setup to before any invocation command processing. Sync w/trunk. by larrybr · 1 year, 11 months ago
  100. 2473180 Enhance the "tool-zip" makefile target on Windows so that it uses more by drh · 1 year, 11 months ago