Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqlite/sqlite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: sqlite/sqlite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on Apr 27, 2026

  1. Feature detection fix for uint128 on RISCV 32-bit, reported in [forum…

    …:f8d1417ce8eb2f22|forum post 2026-04-26T11:41:01Z] and validated by the OP.
    
    FossilOrigin-Name: c4a2c20839ef75534d71d928a03ad276bdc488b0baa76c1505f48dc1ff0bcdd1
    stephan committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    70d1e3e View commit details
    Browse the repository at this point in the history
  2. Refactor the uint128 type check to consolidate duplicated rules.

    FossilOrigin-Name: 362ef7bc00eea180fb3458bd8887021aed54e321901483edc00ad6b23a33d8e5
    stephan committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    6af10b0 View commit details
    Browse the repository at this point in the history
  3. Fix a crash that could occur if sqlite3_deserialize() was used to ove…

    …rwrite a database with an open transaction on it. Bug introduced by [fc42d31d6fca21ab] on 2018-03-07 and first released in version 3.23.0. This is not a vulnerability as an attacker that can exploit this already has the ability to execute arbitrary code. Forum post [forum:39134ba029 | 39134ba029].
    
    FossilOrigin-Name: 77662cce9aa452ba5820e5f1a864a802763bd83b937cdb16e7025219eff7bd08
    dan authored and dan committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    1fc7341 View commit details
    Browse the repository at this point in the history
  4. Increase a stack-local buffer size to resolve a test regression intro…

    …duced in [ff084ae341eab5c], in which some tests fail a pattern match check if their absolute file names are too long. Resolves [forum:205f73db1b2806f5|forum post 205f73db1b2806f5].
    
    FossilOrigin-Name: 286fc22c7ca882b0b09de2f1b2a7e0b382af6c498f2f8ad237fe064feaa70d7f
    stephan committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    7471b5d View commit details
    Browse the repository at this point in the history
  5. Relax arbitrary length restrictions on some error messages in the CLI.

    FossilOrigin-Name: 52f5531ded8e0d3da3dc4d5c9b3d14573041b9446e2c45b5093c958b6c74e0de
    drh committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    6176034 View commit details
    Browse the repository at this point in the history
  6. Improved detection of when the alternative windows-compatible main() is

    needed in the sqldiff.exe utility.
    
    FossilOrigin-Name: e25b849a603cb08ab888641ff324e9aa129391c4792de86a62c55e9caf84c16e
    drh committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    6b4eb67 View commit details
    Browse the repository at this point in the history
Loading