Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mattn
/
go-sqlite3
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
9.2k
Code
Issues
102
Pull requests
49
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Actions: mattn/go-sqlite3
Actions
All workflows
Workflows
CIFuzz
CIFuzz
Copilot code review
Copilot code review
Dependency Graph
Dependency Graph
dockerfile
dockerfile
Go
Go
Release
Release
Show more workflows...
Management
Caches
Go
Go
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
go.yaml
will be ignored since log searching is not yet available
323 workflow runs
323 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Merge pull request #1455 from mattn/perf-fused-query-path
Go
#984:
Commit
55ddd5a
pushed by
mattn
5m 14s
master
master
5m 14s
View workflow file
Fuse bind and first step into one CGO crossing
Go
#983:
Pull request
#1455
synchronize by
mattn
6m 51s
perf-fused-query-path
perf-fused-query-path
6m 51s
View #1455
View workflow file
Allocate the shared row buffer under the statement lock
Go
#982:
Commit
fd78993
pushed by
mattn
4m 42s
perf-fused-query-path
perf-fused-query-path
4m 42s
View #1455
View workflow file
Fuse bind and first step into one CGO crossing
Go
#981:
Pull request
#1455
opened by
mattn
7m 9s
perf-fused-query-path
perf-fused-query-path
7m 9s
View #1455
View workflow file
Fuse bind and first step into one CGO crossing
Go
#980:
Commit
686bf7d
pushed by
mattn
5m 10s
perf-fused-query-path
perf-fused-query-path
5m 10s
View workflow file
Merge pull request #1454 from mattn/fix-stmt-cache-probe-cost
Go
#979:
Commit
b0be46f
pushed by
mattn
6m 48s
v1.14.52
v1.14.52
6m 48s
View workflow file
Merge pull request #1454 from mattn/fix-stmt-cache-probe-cost
Go
#978:
Commit
b0be46f
pushed by
mattn
4m 51s
master
master
4m 51s
View workflow file
Replace schema probe with eager first step for cached statements
Go
#977:
Pull request
#1454
opened by
mattn
8m 14s
fix-stmt-cache-probe-cost
fix-stmt-cache-probe-cost
8m 14s
View #1454
View workflow file
Replace schema probe with eager first step for cached statements
Go
#976:
Commit
c8212b8
pushed by
mattn
5m 8s
fix-stmt-cache-probe-cost
fix-stmt-cache-probe-cost
5m 8s
View #1454
View workflow file
Merge pull request #1452 from mattn/fix-stmt-cache-schema-change
Go
#975:
Commit
d7f5da7
pushed by
mattn
7m 44s
v1.14.51
v1.14.51
7m 44s
View workflow file
Merge pull request #1452 from mattn/fix-stmt-cache-schema-change
Go
#974:
Commit
d7f5da7
pushed by
mattn
6m 59s
master
master
6m 59s
View workflow file
Merge pull request #1444 from bradengroom/codex/efficient-query-cance…
Go
#973:
Commit
6428cad
pushed by
mattn
4m 57s
master
master
4m 57s
View workflow file
Merge pull request #1453 from mattn/fix-handle-map-quadratic
Go
#972:
Commit
be93f7a
pushed by
mattn
4m 41s
master
master
4m 41s
View workflow file
Avoid per-row goroutines for query cancellation
Go
#971:
Pull request
#1444
synchronize by
mattn
7m 12s
bradengroom:codex/efficient-query-cancellation
bradengroom:codex/efficient-query-cancellation
7m 12s
View #1444
View workflow file
Replace copy-on-write handle map with sync.Map
Go
#970:
Pull request
#1453
opened by
mattn
12m 58s
fix-handle-map-quadratic
fix-handle-map-quadratic
12m 58s
View #1453
View workflow file
Replace copy-on-write handle map with sync.Map
Go
#969:
Commit
2294cd9
pushed by
mattn
11m 10s
fix-handle-map-quadratic
fix-handle-map-quadratic
11m 10s
View #1453
View workflow file
Flush statement cache when the schema changes
Go
#968:
Pull request
#1452
synchronize by
mattn
9m 15s
fix-stmt-cache-schema-change
fix-stmt-cache-schema-change
9m 15s
View #1452
View workflow file
Gate cache on runtime version and skip probing in transactions
Go
#967:
Commit
5341cee
pushed by
mattn
6m 39s
fix-stmt-cache-schema-change
fix-stmt-cache-schema-change
6m 39s
View #1452
View workflow file
Flush statement cache when the schema changes
Go
#966:
Pull request
#1452
opened by
mattn
9m 28s
fix-stmt-cache-schema-change
fix-stmt-cache-schema-change
9m 28s
View #1452
View workflow file
Flush statement cache when the schema changes
Go
#965:
Commit
c7ed68d
pushed by
mattn
6m 2s
fix-stmt-cache-schema-change
fix-stmt-cache-schema-change
6m 2s
View workflow file
Merge pull request #1367 from kberov/typos
Go
#964:
Commit
6507893
pushed by
mattn
5m 25s
master
master
5m 25s
View workflow file
Merge pull request #1428 from zxysilent/refactor-build-tags
Go
#963:
Commit
9aa4bd3
pushed by
mattn
5m 28s
master
master
5m 28s
View workflow file
Merge pull request #1396 from semihbkgr/fix-exec-not-enough-args-message
Go
#962:
Commit
bf851dc
pushed by
mattn
9m 6s
master
master
9m 6s
View workflow file
refactor: Clean up deprecated // +build legacy build tags
Go
#961:
Pull request
#1428
synchronize by
mattn
9m 10s
zxysilent:refactor-build-tags
zxysilent:refactor-build-tags
9m 10s
View #1428
View workflow file
Fixed som typos and wrappings in sqlite3_func_crypt.go documentation.
Go
#960:
Pull request
#1367
synchronize by
mattn
9m 5s
kberov:typos
kberov:typos
9m 5s
View #1367
View workflow file
Previous
1
2
3
4
5
…
12
13
Next
You can’t perform that action at this time.