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

  1. 65ffbcd Rework the fix to the problem described by by drh · 11 days ago
  2. 8bf6452 Fix a parsing error introduced by the addition of the ability to disable by drh · 12 days ago
  3. 993c1b4 When attempting to optimize "expr AND false" to "false" and by drh · 2 weeks ago
  4. 1142266 Minor API doc typo fixes from brickviking. by stephan · 3 weeks ago
  5. 972838f Minor API doc typo fixes from brickviking. by stephan · 3 weeks ago
  6. ffedaa7 Raise an error right away if the number of aggregate terms in a query by drh · 3 weeks ago
  7. d1b5b50 API doc typo fixes and closing DD element tags from brickviking. by drh · 3 weeks ago
  8. fb76a02 Minor API doc fixes sent off-list from brickviking. by drh · 3 weeks ago
  9. a231b5d Cherry-pick of documentation updates from trunk - no code changes. by drh · 4 weeks ago
  10. af3f922 Avoid writing frames with no checksums into the wal file if a by drh · 4 weeks ago
  11. 6460f4d Fix an issue going back to version 3.39.0 with transitive IS constraints by drh · 5 weeks ago
  12. 591d201 Have sqlite3_setlk_timeout() take the database handle mutex. This fixes an assert() failure that could occur if sqlite3_setlk_timeout() were called on a threadsafe handle. by drh · 5 weeks ago
  13. b586004 Fix the concat_ws() SQL function so that it includes empty strings in the by drh · 5 weeks ago
  14. 714426f Improved selection of the divisor when subdividing nested Bitvec objects. by drh · 5 weeks ago
  15. 36350af Fix harmless compiler warning introduced by the setlk-snapshot-fix merge. by drh · 6 weeks ago
  16. d7cb1ea Fixes to ensure SQLITE_ENABLE_SETLK_TIMEOUT builds use a blocking lock by drh · 6 weeks ago
  17. d95ba2f Relax query flattener constraint (3b) and thereby allow flattening the RHS of by drh · 6 weeks ago
  18. 1daead7 Fix JSONB edit so that when it is trying to reduce the size of an element by drh · 7 weeks ago
  19. 13efb2f Improve the accuracy of affinity and collating sequence analysis for by drh · 7 weeks ago
  20. 7c1d13b Fix an off-by-one error in the size computation of a vdbe-sorter. by drh · 7 weeks ago
  21. ce3887b Cherrypick obscure (fuzzer-generated) RIGHT JOIN bug fixes from trunk. by drh · 7 weeks ago
  22. 4cb03d1 Extend the fix for ticket 623eff57e76d45f6]so that it covers RIGHT JOIN by drh · 7 weeks ago
  23. b3bcf48 Do not use a partial index if the truth of the WHERE clause does not depend by drh · 7 weeks ago silly-partial-indexes
  24. 45fa234 tclsqlite.c doc typo fix. by stephan · 8 weeks ago
  25. a01b7ad Change json_group_object() so that it ignores entries where the label by drh · 8 weeks ago
  26. 4a0b7a3 Clarify some malloc size computations to simplify the proof that they by drh · 9 weeks ago
  27. 79c792d Make the new sqlite3_setlk_timeout() interface accessible to loadable by drh · 9 weeks ago
  28. 890de76 Remove stray tab characters from source files. by drh · 9 weeks ago
  29. a58208a Fix a harmless comment typo by drh · 9 weeks ago
  30. 972a0f5 Improved version of the previous check-in. by drh · 9 weeks ago
  31. cd64392 Fix the optimization of check-in [663f5dd32d9db832] that strives to avoid by drh · 9 weeks ago
  32. 4165fd8 Rework the showHelp() function in the CLI implementation so that its by drh · 9 weeks ago
  33. 691b44a Back out the "low-quality index" query planner hack of check-in by drh · 9 weeks ago
  34. 494830c First cut at enhancing the fsdir virtual table so that it works with by drh · 9 weeks ago
  35. 0df6c5b Omit the unused readdir_r() routine from test_windirent.c by drh · 9 weeks ago
  36. 94e22bc Provide the SQLITE_BUG_COMPATIBLE_20250510 compile-time option that restores by drh · 10 weeks ago
  37. 844b457 Add enforcement of the obscure JSON5 syntax rule that the \0 escape by drh · 10 weeks ago
  38. 733aff3 Fix PRAGMA trusted_schema=OFF and similar so that it restricts the kinds by drh · 2 months ago
  39. cc28137 Internal doc typo fix. No code changes. by stephan · 2 months ago
  40. f087b6a Fix a harmless warning about and oversize shift operation on malformed JSONB by drh · 2 months ago
  41. 288f356 Fix a bug in the NOT NULL/IS NULL optimization of check-in [cb94350185f555c3] by drh · 2 months ago
  42. ad39fa8 Fix the sqlite3VdbeTypeofColumn() function so that it works correctly by drh · 2 months ago
  43. f23a612 Fix a harmless problem in the CLI in which SQL errors that occur during by drh · 3 months ago
  44. 88ed180 Fix an issue in Bloom filters on RHS subsqueries to IN operators. by drh · 3 months ago
  45. 0f0450e Fix an off-by-one error in an assert(), discovered by oss-fuzz. This is a by drh · 3 months ago
  46. d2fd099 Remove an extra conditional that was inserted earlier today and which by drh · 3 months ago
  47. 81cde80 Further improvements to the decision of whether or not a BLOB input is JSONB. by drh · 3 months ago
  48. cbe4a26 Do a better job of providing bug compatibility with SQLite 3.44.0. See by drh · 3 months ago
  49. 10744c6 When logging errors using sqlite3_log() and the error text includes the by drh · 3 months ago
  50. 56747d1 Increase the size of the output buffer for sqlite3_log(). by drh · 3 months ago
  51. 6fe2a9a Attempt to provide EBCDIC translations to the tables in the JSON by drh · 3 months ago
  52. 0243ca8 Correctly handle the case of a multi-column UNIQUE constraint that contains by drh · 3 months ago
  53. 8488789 Fix a minor typo in a code comment. by drh · 3 months ago
  54. 483e118 Improved estimate on the number of output rows in a recursive common table expression by drh · 3 months ago
  55. 2d1c71a Fix an obscure problem allowing the propagate-constants optimization to improperly substitute a column of a sub-query with NONE affinity. by dan · 3 months ago forum-0109bca824
  56. 8a6f89c Remove unnecessary "www." prefixes on domain names in URLs. by drh · 3 months ago
  57. fda6e50 Remove an incorrect ALWAYS() macro. [forum:/forumpost/23875495059357a2|Forum post 2025-04-08T19:16:42Z]. by drh · 3 months ago
  58. 29c7c8b Fix a harmless code typo introduced by [b57e3c3db00a6bc6] and reported by by drh · 3 months ago
  59. 82d05b7 The win32lock and win32longpath tests don't work on Cygwin by jan.nijtmans · 4 months ago
  60. 76076d4 Fix a typo accidently added to the prior check-in. by drh · 4 months ago json-opt
  61. 3a7042e This is an experimental optimization that attempts to keep a JSONB value by drh · 4 months ago
  62. 4d9384c Fix a harmless typo in a code comment. by drh · 4 months ago
  63. 39d14d4 Minor shell-internal doc addition. No functional changes. by stephan · 4 months ago
  64. cd1cbd6 CLI shell: make (.output off) an alias for (.output /dev/null) or (.output nul), depending on the platform. Discussed in [forum:633979ce307f1cc6|forum post 633979ce307f1cc6]. by stephan · 4 months ago
  65. 257e026 Merge cygwin and tclsqlite fixes into trunk. by drh · 4 months ago
  66. 1f3207a Fix for forum-post [/forum/forumpost/b5fde3596c|b5fde3596c]. Also fix encoding issue for non-ASCII characters. by jan.nijtmans · 4 months ago tclsqlite-db-copy-fix
  67. eb26440 Merge trunk. Some additional test-fixes for Cygwin by jan.nijtmans · 4 months ago
  68. 7b3477c Fix an off-by-one bug in the ".dbtotxt" command from the shell that results by drh · 4 months ago
  69. a6f6fa8 On winOpen(), redo the read-only test on every retry attempt. Just by drh · 4 months ago winopen-retry
  70. 4a6de7f Further attempted improvements at fast-fail for an inaccessible database file. by drh · 4 months ago
  71. 517a0e0 Attempt to reduce the amount of retry time when trying to open by drh · 4 months ago
  72. 22d502e Merge trunk into cygwin-fixes branch. Add .fossil-settings/binary-glob to squelch warnings about *.db files on Cygwin. by stephan · 4 months ago
  73. b0c3118 Clarify and reduce redundancy in an assert() in walChecksumBytes(). by drh · 4 months ago
  74. 7f4efdc Teach the CLI that VT100-escape codes that do things like change font by drh · 4 months ago
  75. 4c13878 Fix a problem in the sqlite_dbpage() table-valued function when it is by drh · 4 months ago
  76. 6e059d9 Merge trunk into the cygwin-fixes branch. by stephan · 4 months ago
  77. 31fd886 Fix a problem that could occur when the RHS of an IN operator was a compound SELECT featuring an ORDER BY on a subquery that was flattened into one of the component SELECTs introduced by [baa83b460c677c21]. Forum post [/forumpost/1e17219c88]. by dan · 4 months ago
  78. 7bd72d4 Fix alignment problems on Linux with -m32 and on Mac PPC. by drh · 4 months ago
  79. 01ef1df Use flexible arrays for RTREE. by drh · 4 months ago
  80. b6e8f65 KeyInfo is now an indeterminate size, so we cannot declare a variable of that by drh · 4 months ago
  81. cebf06c Make use of the flexible-array feature of C99, when available, to try to by drh · 4 months ago
  82. dae87df Fix an internal doc typo reported in [forum:e25e581f917|forum post e25e581f917]. by stephan · 4 months ago
  83. 1560045 Cherrypick the [2b582c0097e33] doc addition, which was initially committed to the wrong branch. by stephan · 4 months ago
  84. 62d9d70 The --echo flag on the CLI also echos dot-commands provided on the command-line. by drh · 4 months ago
  85. ff3c451 Document that sqlite_update_hook() can unset the current hook by passing a NULL callback, to address [forum:652aef4747|forum post 652aef4747]. by stephan · 4 months ago
  86. 642479d Ensure that the TEMP database has been initialized at the beginning of by drh · 4 months ago
  87. e0fa420 Merge trunk into the cygwin-fixes branch. by stephan · 4 months ago
  88. b37f8b9 Patch an unnecessary size_t-to-int conversion which warns on some compilers. by stephan · 4 months ago
  89. 42e5ceb Reimplement pathname conversion on Cygwin. MSC test passes/failures are on par with trunk and 'make test' running on cygwin is down to a single failure. by stephan · 4 months ago
  90. eed4e1d Disable the [d1ba200234f40b84|count-of-view optimization] if any subquery by drh · 4 months ago
  91. 065c0a6 Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more sentinel arguments for TCL variadic functions which specifically need a NULL trailing argument. With this, 'make test' on cygwin runs to completion for me, with 134 of 329227 tests failing. MSC build fails the same 13 tests which fail for me in trunk. by stephan · 4 months ago
  92. 7b9407a os_win.c patches for Cygwin (described in the cygwin-fixes branch wiki page). Makefile.msc's test target on trunk fails the same 13 tests as this branch. by stephan · 4 months ago
  93. 908c030 Merge trunk into the cygwin-fixes branch (which was inadvertently branched too early). by stephan · 4 months ago
  94. b6503f1 Cygwin-centric fixes from Jan Nijtmans. by stephan · 4 months ago
  95. 47991d9 Various typo fixes reported by Daniel Dumitriu. No functional changes. by stephan · 4 months ago
  96. ba6510a Additional 'array index is signed char' warning cleanups for the shell and its embedded extensions, analog to [44bd44532d]. by stephan · 4 months ago
  97. fc9b5d2 Have the recover module add "PRAGMA foreign_keys = off" to SQL output. Have the shell tool add ".dbconfig defensive off". by dan · 5 months ago
  98. bee4fb4 Always ignore comments in the schema of a database, even if by drh · 5 months ago
  99. 427e007 Use AtomicRead() and AtomicWrite() to access the pcache1_g.bUnderPressure by drh · 5 months ago
  100. 9f19ea8 Improvement output for ".schema --indent" in the CLI when the schema contains by drh · 5 months ago