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: mattn/go-sqlite3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.44
Choose a base ref
...
head repository: mattn/go-sqlite3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.45
Choose a head ref
  • 12 commits
  • 8 files changed
  • 3 contributors

Commits on May 9, 2026

  1. add sqlite_dbstat tag for the DBSTAT virtual table

    Used to gather statistics information about table disk usage.
    calmh committed May 9, 2026
    Configuration menu
    Copy the full SHA
    822b476 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. avoid out of bounds write in unlock_notify_wait on 64 bit platforms

    While `C.sizeof_unit` is 4, we convert to a Go uint and write it to the
    pointer. The Go uint is eight bytes on 64 bit platforms.
    
    Signed-off-by: Jakob Borg <jakob@kastelo.net>
    calmh committed May 19, 2026
    Configuration menu
    Copy the full SHA
    904664d View commit details
    Browse the repository at this point in the history
  2. modernise reflect.SliceHeader to unsafe.Slice

    Signed-off-by: Jakob Borg <jakob@kastelo.net>
    calmh committed May 19, 2026
    Configuration menu
    Copy the full SHA
    fed9970 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2026

  1. Merge pull request #1338 from calmh/dbstat

    add sqlite_dbstat tag for the DBSTAT virtual table
    mattn authored May 23, 2026
    Configuration menu
    Copy the full SHA
    9d6bf2c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2026

  1. Merge pull request #1399 from calmh/uintsize

    avoid out of bounds write in unlock_notify_wait on 64 bit platforms
    mattn authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    9accb92 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1400 from calmh/unsafereflect

    modernise reflect.SliceHeader to unsafe.Slice
    mattn authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    1a7264c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2026

  1. Configuration menu
    Copy the full SHA
    2af23f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1402 from dxbjavid/guard-resulttext-oversize

    guard oversized string length in ResultText
    mattn authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    b3b5216 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2026

  1. Configuration menu
    Copy the full SHA
    d1ab49c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1403 from dxbjavid/bind-text64-length

    bind via sqlite3_bind_text64/blob64 to avoid 32-bit length truncation
    mattn authored Jun 5, 2026
    Configuration menu
    Copy the full SHA
    75d8c60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2ab931 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1404 from mattn/sqlite-amalgamation-3053002

    Upgrade SQLite to version 3053002
    mattn authored Jun 5, 2026
    Configuration menu
    Copy the full SHA
    7ca6a97 View commit details
    Browse the repository at this point in the history
Loading