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
Type
/
to 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 }}
activeingredient
/
node-sqlite3
Public
forked from
TryGhost/node-sqlite3
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Nov 15, 2011
fixup wscript to ensure we link to all libraries needed for static sqlite3 internal build - closes #45
Dane Springmeyer
committed
e27750f
View commit details
Copy full SHA for e27750f
Browse repository at this point
Commits on Nov 8, 2011
bump to version v2.1.1
kkaefer
committed
5072f70
View commit details
Copy full SHA for 5072f70
Browse repository at this point
use correct include paths for node v0.6
kkaefer
committed
54875b1
View commit details
Copy full SHA for 54875b1
Browse repository at this point
clarify version numbers
kkaefer
committed
8b6808d
View commit details
Copy full SHA for 8b6808d
Browse repository at this point
remove last references to ev_
kkaefer
committed
9d4667f
View commit details
Copy full SHA for 9d4667f
Browse repository at this point
convert eio_custom to uv_work_requests
kkaefer
committed
c1b8cf3
View commit details
Copy full SHA for c1b8cf3
Browse repository at this point
Commits on Nov 7, 2011
update package.json and README
kkaefer
committed
8303094
View commit details
Copy full SHA for 8303094
Browse repository at this point
* ev_ref -> uv_ref
Show description for 873e91e
kkaefer
committed
873e91e
View commit details
Copy full SHA for 873e91e
Browse repository at this point
fix race condition when baton was deleted to early
kkaefer
committed
25388bc
View commit details
Copy full SHA for 25388bc
Browse repository at this point
fix uv_async usage
kkaefer
committed
1b0cf90
View commit details
Copy full SHA for 1b0cf90
Browse repository at this point
don't use <node/*> style includes
kkaefer
committed
229faca
View commit details
Copy full SHA for 229faca
Browse repository at this point
merge in springmeyer's build script fixes
kkaefer
committed
ca1b78c
View commit details
Copy full SHA for ca1b78c
Browse repository at this point
Merge branch 'master' into node-v6-old
Show description for c3e5f78
kkaefer
committed
c3e5f78
View commit details
Copy full SHA for c3e5f78
Browse repository at this point
Commits on Nov 2, 2011
bump to version 2.0.18
Dane Springmeyer
committed
a5fe5d0
View commit details
Copy full SHA for a5fe5d0
Browse repository at this point
Commits on Oct 17, 2011
update ignores
Dane Springmeyer
committed
0aac382
View commit details
Copy full SHA for 0aac382
Browse repository at this point
default to building against internal version of sqlite, and allow disabling by passing option to --with-sqlite3. Also update to latest sqlite version for internal copy - closes #43
Dane Springmeyer
committed
a7de57a
View commit details
Copy full SHA for a7de57a
Browse repository at this point
add waf lock to git ignores
Dane Springmeyer
committed
1145382
View commit details
Copy full SHA for 1145382
Browse repository at this point
Commits on Oct 13, 2011
Merge pull request #42 from dpaleino/patch-1
Show description for 6148b0b
Dane Springmeyer
committed
6148b0b
View commit details
Copy full SHA for 6148b0b
Browse repository at this point
Fix build with system-wide sqlite3 library
dpaleino
committed
813ecc1
View commit details
Copy full SHA for 813ecc1
Browse repository at this point
Commits on Sep 26, 2011
first stab at 0.5.x compatibility
kkaefer
committed
3b41060
View commit details
Copy full SHA for 3b41060
Browse repository at this point
Commits on Sep 14, 2011
also check Statement objects for IsConstructCall
Show description for 9f039e8
kkaefer
committed
9f039e8
View commit details
Copy full SHA for 9f039e8
Browse repository at this point
check for IsConstructCall
Show description for 16ac5dc
kkaefer
committed
16ac5dc
View commit details
Copy full SHA for 16ac5dc
Browse repository at this point
bump to version v2.0.17
kkaefer
committed
4c87119
View commit details
Copy full SHA for 4c87119
Browse repository at this point
remove memory leak from creating persistent strings
kkaefer
committed
1808a78
View commit details
Copy full SHA for 1808a78
Browse repository at this point
Commits on Aug 29, 2011
ony use the static linking helper flag on darwin
Dane Springmeyer
committed
4e18119
View commit details
Copy full SHA for 4e18119
Browse repository at this point
provide option to build and link against internal sqlite with --internal-sqlite - should consider making this default if needed - closes #13
Dane Springmeyer
committed
2793ca0
View commit details
Copy full SHA for 2793ca0
Browse repository at this point
Commits on Aug 27, 2011
only test loading spatialite extension if it actually exists
Dane Springmeyer
committed
6a7f5e5
View commit details
Copy full SHA for 6a7f5e5
Browse repository at this point
list step as dev dependency
Dane Springmeyer
committed
8ad3147
View commit details
Copy full SHA for 8ad3147
Browse repository at this point
Commits on Aug 9, 2011
bump to version v2.0.16
kkaefer
committed
ee4dc96
View commit details
Copy full SHA for ee4dc96
Browse repository at this point
exclude node 0.5
kkaefer
committed
afe8c93
View commit details
Copy full SHA for afe8c93
Browse repository at this point
Commits on Aug 4, 2011
bump to version v2.0.15
kkaefer
committed
0c0876e
View commit details
Copy full SHA for 0c0876e
Browse repository at this point
allow setting custom LINKFLAGS via env setting
Dane Springmeyer
committed
77a4410
View commit details
Copy full SHA for 77a4410
Browse repository at this point
Commits on Jul 26, 2011
substitute real name
kkaefer
committed
514b6a2
View commit details
Copy full SHA for 514b6a2
Browse repository at this point
bump to version v2.0.14
kkaefer
committed
72bde18
View commit details
Copy full SHA for 72bde18
Browse repository at this point
fix compilation on libeio provided by debian (fix by @pyneo)
kkaefer
committed
6127c75
View commit details
Copy full SHA for 6127c75
Browse repository at this point
Previous
Next
You can’t perform that action at this time.