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
Accelerator
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 }}
httpsgithu
/
go-sqlite3
Public
forked from
mattn/go-sqlite3
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
systemlib
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 12, 2015
hack to use libsqlite3
Show description for ee9da48
mattn
committed
ee9da48
View commit details
Copy full SHA for ee9da48
Browse repository at this point
Commits on Apr 27, 2015
remove -lpthread. related issue #201
mattn
committed
542ae64
View commit details
Copy full SHA for 542ae64
Browse repository at this point
Commits on Apr 15, 2015
Remove debug code
mattn
committed
f136f0c
View commit details
Copy full SHA for f136f0c
Browse repository at this point
Z suffix should be no-op
mattn
committed
dee1a37
View commit details
Copy full SHA for dee1a37
Browse repository at this point
Commits on Apr 14, 2015
Merge pull request #194 from hallyn/tximm.2
Show description for 5f64400
mattn
committed
5f64400
View commit details
Copy full SHA for 5f64400
Browse repository at this point
Commits on Apr 13, 2015
Add a txlock option when opening databases (v2)
Show description for f91a09f
hallyn
committed
f91a09f
View commit details
Copy full SHA for f91a09f
Browse repository at this point
Merge pull request #196 from egonelbre/fix-nullstring
Show description for 13671e4
mattn
committed
13671e4
View commit details
Copy full SHA for 13671e4
Browse repository at this point
Commits on Apr 12, 2015
Fix NULs in text.
Show description for ac01296
egonelbre
committed
ac01296
View commit details
Copy full SHA for ac01296
Browse repository at this point
Commits on Mar 23, 2015
Merge pull request #188 from larsmans/optimize
Show description for e28cd44
mattn
committed
e28cd44
View commit details
Copy full SHA for e28cd44
Browse repository at this point
Change strlen(s) > 0 => *s != '\000'.
larsmans
committed
4dfb2ec
View commit details
Copy full SHA for 4dfb2ec
Browse repository at this point
Less C/Go border crossing to get database changes
Show description for 92b704c
larsmans
committed
92b704c
View commit details
Copy full SHA for 92b704c
Browse repository at this point
Implement number-named parameters. Close #187
mattn
committed
07f9c9c
View commit details
Copy full SHA for 07f9c9c
Browse repository at this point
Commits on Mar 21, 2015
Revert a6c208564eccf3c6743f608ef88398a4ca84c5eb
mattn
committed
ff38c8e
View commit details
Copy full SHA for ff38c8e
Browse repository at this point
Remove debug message
mattn
committed
e3990c3
View commit details
Copy full SHA for e3990c3
Browse repository at this point
Fix hang in test
mattn
committed
1354684
View commit details
Copy full SHA for 1354684
Browse repository at this point
Fix build
mattn
committed
c1abf95
View commit details
Copy full SHA for c1abf95
Browse repository at this point
Should use C.int()
mattn
committed
fcd4559
View commit details
Copy full SHA for fcd4559
Browse repository at this point
revert 5253daf8561a6ca5015fd5ce79e4367912146be9 and add _busy_timeout query parameter.
mattn
committed
d754d2d
View commit details
Copy full SHA for d754d2d
Browse repository at this point
Fix test
mattn
committed
d7dbb90
View commit details
Copy full SHA for d7dbb90
Browse repository at this point
Support $NNN-style named parameter. Close #187
mattn
committed
a6c2085
View commit details
Copy full SHA for a6c2085
Browse repository at this point
Commits on Mar 19, 2015
Next() should wait while BUSY or LOCKED because return value is bool
mattn
committed
5253daf
View commit details
Copy full SHA for 5253daf
Browse repository at this point
Commits on Mar 12, 2015
Apply -lpthread withou windows.
mattn
committed
3080677
View commit details
Copy full SHA for 3080677
Browse repository at this point
Merge pull request #183 from stgraber/master
Show description for 1b67b9f
mattn
committed
1b67b9f
View commit details
Copy full SHA for 1b67b9f
Browse repository at this point
Commits on Mar 11, 2015
Link against pthread
Show description for e688f0a
stgraber
committed
e688f0a
View commit details
Copy full SHA for e688f0a
Browse repository at this point
Rename sqlite3.{c,h} to sqlite3-binding.{c,h}
Show description for 3d6c6f9
stgraber
committed
3d6c6f9
View commit details
Copy full SHA for 3d6c6f9
Browse repository at this point
Commits on Mar 5, 2015
Merge pull request #178 from antoni/master
Show description for aa317ad
mattn
committed
aa317ad
View commit details
Copy full SHA for aa317ad
Browse repository at this point
Correct HasPrefix method name
antoni
committed
16f5b64
View commit details
Copy full SHA for 16f5b64
Browse repository at this point
Don't modify dsn when has prefix file:
mattn
committed
519a1d0
View commit details
Copy full SHA for 519a1d0
Browse repository at this point
Fix filename with loc parameter
mattn
committed
d86face
View commit details
Copy full SHA for d86face
Browse repository at this point
Fix test
mattn
committed
f40baee
View commit details
Copy full SHA for f40baee
Browse repository at this point
Remove test dup
mattn
committed
d463e8f
View commit details
Copy full SHA for d463e8f
Browse repository at this point
Fix loc parsing
mix3
authored and
mattn
committed
e48e059
View commit details
Copy full SHA for e48e059
Browse repository at this point
Add test
mix3
authored and
mattn
committed
71712f0
View commit details
Copy full SHA for 71712f0
Browse repository at this point
Add test
mattn
committed
02f54e0
View commit details
Copy full SHA for 02f54e0
Browse repository at this point
Commits on Mar 4, 2015
Update README.md
mattn
committed
1b2a556
View commit details
Copy full SHA for 1b2a556
Browse repository at this point
Previous
Next
You can’t perform that action at this time.