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
Breadcrumbs
History for
go-sqlite3
sqlite3.go
on
csv
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 5, 2017
refactoring
mattn
committed
32ab0d8
View commit details
Copy full SHA for 32ab0d8
View code at this point
Browse repository at this point
Commits on Mar 4, 2017
Add Go API for virtual tables
Show description for bba4809
conorbranagan
committed
bba4809
View commit details
Copy full SHA for bba4809
View code at this point
Browse repository at this point
rename function
mattn
committed
253bbf4
View commit details
Copy full SHA for 253bbf4
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
workaround for a compiler
Show description for a7b54c9
mattn
committed
a7b54c9
View commit details
Copy full SHA for a7b54c9
View code at this point
Browse repository at this point
Commits on Feb 16, 2017
use variable db
mattn
committed
2acfafa
View commit details
Copy full SHA for 2acfafa
View code at this point
Browse repository at this point
Commits on Feb 11, 2017
fixes race
mattn
committed
588cd32
View commit details
Copy full SHA for 588cd32
View code at this point
Browse repository at this point
Commits on Jan 7, 2017
close statement
mattn
committed
a554cf1
View commit details
Copy full SHA for a554cf1
View code at this point
Browse repository at this point
Commits on Jan 3, 2017
fix race condition
mattn
committed
6f2749a
View commit details
Copy full SHA for 6f2749a
View code at this point
Browse repository at this point
Commits on Dec 9, 2016
fix named args
mattn
committed
056f235
View commit details
Copy full SHA for 056f235
View code at this point
Browse repository at this point
Commits on Nov 8, 2016
use prepare instead of Prepare
mattn
committed
f043f80
View commit details
Copy full SHA for f043f80
View code at this point
Browse repository at this point
fix build
mattn
committed
d1009b4
View commit details
Copy full SHA for d1009b4
View code at this point
Browse repository at this point
fix build
mattn
committed
bfeda3f
View commit details
Copy full SHA for bfeda3f
View code at this point
Browse repository at this point
revert Multiple Result Set
mattn
committed
ea2afbe
View commit details
Copy full SHA for ea2afbe
View code at this point
Browse repository at this point
fix trace callback.
mattn
committed
dc448a0
View commit details
Copy full SHA for dc448a0
View code at this point
Browse repository at this point
fix trace callback.
Show description for dd2c822
mattn
committed
dd2c822
View commit details
Copy full SHA for dd2c822
View code at this point
Browse repository at this point
Commits on Nov 7, 2016
Fix data race introduced on 605d9d08
Show description for 6c0a6bb
andrefsp
committed
6c0a6bb
View commit details
Copy full SHA for 6c0a6bb
View code at this point
Browse repository at this point
Commits on Nov 6, 2016
cancel
mattn
committed
deed33a
View commit details
Copy full SHA for deed33a
View code at this point
Browse repository at this point
cancel
mattn
committed
605d9d0
View commit details
Copy full SHA for 605d9d0
View code at this point
Browse repository at this point
Commits on Nov 4, 2016
go vet && golint
mattn
committed
0d1d1a6
View commit details
Copy full SHA for 0d1d1a6
View code at this point
Browse repository at this point
add BeginContext
mattn
committed
755d5be
View commit details
Copy full SHA for 755d5be
View code at this point
Browse repository at this point
add PrepareContext
mattn
committed
025b917
View commit details
Copy full SHA for 025b917
View code at this point
Browse repository at this point
support named params
mattn
committed
b23526f
View commit details
Copy full SHA for b23526f
View code at this point
Browse repository at this point
context features
mattn
committed
c95a779
View commit details
Copy full SHA for c95a779
View code at this point
Browse repository at this point
Commits on Oct 28, 2016
remove -Wno-c99-extension
Show description for 86681de
mattn
committed
86681de
View commit details
Copy full SHA for 86681de
View code at this point
Browse repository at this point
Commits on Oct 4, 2016
Added CFLAG config to ignore deprecations
nyarly
committed
61c9552
View commit details
Copy full SHA for 61c9552
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
fix build
mattn
committed
bf2cfc3
View commit details
Copy full SHA for bf2cfc3
View code at this point
Browse repository at this point
fix build
mattn
committed
467e372
View commit details
Copy full SHA for 467e372
View code at this point
Browse repository at this point
Provide access to sqlite3_trace_v2().
gimpldo
authored and
mattn
committed
0a2fcd2
View commit details
Copy full SHA for 0a2fcd2
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
Merge pull request #300 from sqweek/issue184
Show description for e118d44
mattn
authored
e118d44
View commit details
Copy full SHA for e118d44
View code at this point
Browse repository at this point
Commits on Apr 22, 2016
Set SQLITE_DETERMINISTIC if undefined
shaxbee
committed
3ebb821
View commit details
Copy full SHA for 3ebb821
View code at this point
Browse repository at this point
Commits on Apr 18, 2016
Fix inconsistent tx state with database/sql.
Show description for 727ad20
sqweek
committed
727ad20
View commit details
Copy full SHA for 727ad20
View code at this point
Browse repository at this point
Commits on Apr 2, 2016
Move sqlite3 amalgation files a directory up.
Show description for 3a55553
dgsb
committed
3a55553
View commit details
Copy full SHA for 3a55553
View code at this point
Browse repository at this point
Commits on Mar 6, 2016
Add SQLiteRows.DeclTypes() method
zmedico
committed
f544db9
View commit details
Copy full SHA for f544db9
View code at this point
Browse repository at this point
Commits on Feb 23, 2016
Fix minor typos in comments
otoolep
committed
1e28055
View commit details
Copy full SHA for 1e28055
View code at this point
Browse repository at this point
Commits on Feb 1, 2016
Merge pull request #267 from ianlancetaylor/go16
Show description for c5aee96
mattn
committed
c5aee96
View commit details
Copy full SHA for c5aee96
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.