-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.42
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mattn/go-sqlite3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.43
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 6 files changed
- 1 contributor
Commits on Apr 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1627011 - Browse repository at this point
Copy the full SHA 1627011View commit details
Commits on Apr 10, 2026
-
Revise SECURITY.md for version support and reporting
Updated security policy to reflect supported versions and reporting guidelines.
Configuration menu - View commit details
-
Copy full SHA for 58e032d - Browse repository at this point
Copy the full SHA 58e032dView commit details
Commits on Apr 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7716c20 - Browse repository at this point
Copy the full SHA 7716c20View commit details
Commits on Apr 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2badb4c - Browse repository at this point
Copy the full SHA 2badb4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e8e75 - Browse repository at this point
Copy the full SHA 59e8e75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6690238 - Browse repository at this point
Copy the full SHA 6690238View commit details
Commits on Apr 29, 2026
-
fix panic when querying input with no SQL (only comments/whitespace)
sqlite3_prepare_v2 returns SQLITE_OK with a NULL statement handle when the input contains no SQL. exec() already handled this; query() forwarded the NULL handle to bind(), which crashed in sqlite3_clear_bindings(NULL). Make query() skip NULL statements like exec() does, and make SQLiteRows safe against a nil underlying statement so the empty-rows return value does not crash. Closes #1390
Configuration menu - View commit details
-
Copy full SHA for 869e516 - Browse repository at this point
Copy the full SHA 869e516View commit details -
Merge pull request #1392 from mattn/fix-issue-1390-query-comment-panic
Fix panic when querying input with no SQL (only comments/whitespace)
Configuration menu - View commit details
-
Copy full SHA for c719e20 - Browse repository at this point
Copy the full SHA c719e20View commit details -
Merge pull request #1388 from mattn/stmt-cache-lru
evict least-recently-used stmt when cache is full
Configuration menu - View commit details
-
Copy full SHA for 1aa7317 - Browse repository at this point
Copy the full SHA 1aa7317View commit details
Loading
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.42...v1.14.43