-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: mattn/go-sqlite3
base: v1.14.44
head repository: mattn/go-sqlite3
compare: v1.14.45
- 12 commits
- 8 files changed
- 3 contributors
Commits on May 9, 2026
-
add sqlite_dbstat tag for the DBSTAT virtual table
Used to gather statistics information about table disk usage.
Configuration menu - View commit details
-
Copy full SHA for 822b476 - Browse repository at this point
Copy the full SHA 822b476View commit details
Commits on May 19, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 904664d - Browse repository at this point
Copy the full SHA 904664dView commit details -
modernise reflect.SliceHeader to unsafe.Slice
Signed-off-by: Jakob Borg <jakob@kastelo.net>
Configuration menu - View commit details
-
Copy full SHA for fed9970 - Browse repository at this point
Copy the full SHA fed9970View commit details
Commits on May 23, 2026
-
Merge pull request #1338 from calmh/dbstat
add sqlite_dbstat tag for the DBSTAT virtual table
Configuration menu - View commit details
-
Copy full SHA for 9d6bf2c - Browse repository at this point
Copy the full SHA 9d6bf2cView commit details
Commits on Jun 2, 2026
-
Merge pull request #1399 from calmh/uintsize
avoid out of bounds write in unlock_notify_wait on 64 bit platforms
Configuration menu - View commit details
-
Copy full SHA for 9accb92 - Browse repository at this point
Copy the full SHA 9accb92View commit details -
Merge pull request #1400 from calmh/unsafereflect
modernise reflect.SliceHeader to unsafe.Slice
Configuration menu - View commit details
-
Copy full SHA for 1a7264c - Browse repository at this point
Copy the full SHA 1a7264cView commit details
Commits on Jun 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2af23f7 - Browse repository at this point
Copy the full SHA 2af23f7View commit details -
Merge pull request #1402 from dxbjavid/guard-resulttext-oversize
guard oversized string length in ResultText
Configuration menu - View commit details
-
Copy full SHA for b3b5216 - Browse repository at this point
Copy the full SHA b3b5216View commit details
Commits on Jun 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d1ab49c - Browse repository at this point
Copy the full SHA d1ab49cView commit details -
Merge pull request #1403 from dxbjavid/bind-text64-length
bind via sqlite3_bind_text64/blob64 to avoid 32-bit length truncation
Configuration menu - View commit details
-
Copy full SHA for 75d8c60 - Browse repository at this point
Copy the full SHA 75d8c60View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2ab931 - Browse repository at this point
Copy the full SHA e2ab931View commit details -
Merge pull request #1404 from mattn/sqlite-amalgamation-3053002
Upgrade SQLite to version 3053002
Configuration menu - View commit details
-
Copy full SHA for 7ca6a97 - Browse repository at this point
Copy the full SHA 7ca6a97View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.14.44...v1.14.45