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 }}
iosdevzone
/
node-sqlite3
Public
forked from
antonycourtney/node-sqlite3
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
node-sqlite3
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 4, 2020
rebase against upstream master, fix a ton of resulting breakage.
antonycourtney
committed
1ec81f7
View commit details
Copy full SHA for 1ec81f7
View code at this point
Browse repository at this point
avoid static allocation of regex objects
antonycourtney
committed
5203d16
View commit details
Copy full SHA for 5203d16
View code at this point
Browse repository at this point
change error check to avoid newer sqlite3_strglob for CI
antonycourtney
committed
d155973
View commit details
Copy full SHA for d155973
View code at this point
Browse repository at this point
drop 64 suffix sqlite3_*alloc calls to support non-64 bit platforms
antonycourtney
committed
78a9dff
View commit details
Copy full SHA for 78a9dff
View code at this point
Browse repository at this point
Add option to allow no header row.
antonycourtney
committed
eab6d70
View commit details
Copy full SHA for eab6d70
View code at this point
Browse repository at this point
more error message propagation
antonycourtney
committed
9595edc
View commit details
Copy full SHA for 9595edc
View code at this point
Browse repository at this point
Propagate string error from sqlite when CREATE TABLE fails.
antonycourtney
committed
18d5400
View commit details
Copy full SHA for 18d5400
View code at this point
Browse repository at this point
just try printf for win32; we shouldn’t be doing that anyway….
antonycourtney
committed
884c882
View commit details
Copy full SHA for 884c882
View code at this point
Browse repository at this point
more tweaks to compile on Win32
antonycourtney
committed
1ef6274
View commit details
Copy full SHA for 1ef6274
View code at this point
Browse repository at this point
Include some more WIN32 stuff from shell.c for Windows build.
antonycourtney
committed
92adfea
View commit details
Copy full SHA for 92adfea
View code at this point
Browse repository at this point
Better handling of nulls in CSVs during import.
antonycourtney
committed
5acd6f7
View commit details
Copy full SHA for 5acd6f7
View code at this point
Browse repository at this point
Add delimiter character to import options to support TSVs as well as CSVs
antonycourtney
committed
94736b5
View commit details
Copy full SHA for 94736b5
View code at this point
Browse repository at this point
Return “text” as column name for CT_NONE from metascan
antonycourtney
committed
00b51e9
View commit details
Copy full SHA for 00b51e9
View code at this point
Browse repository at this point
Error signaling from sqlite_import
antonycourtney
committed
d62b6e1
View commit details
Copy full SHA for d62b6e1
View code at this point
Browse repository at this point
add rowCount, get rid of extraneous debug prints
antonycourtney
committed
b1a8372
View commit details
Copy full SHA for b1a8372
View code at this point
Browse repository at this point
accept column Ids as options and construct JS object for import result (including inferred types).
antonycourtney
committed
66a2e20
View commit details
Copy full SHA for 66a2e20
View code at this point
Browse repository at this point
move metascan into separate function, more code cleanup.
antonycourtney
committed
b362d79
View commit details
Copy full SHA for b362d79
View code at this point
Browse repository at this point
Added Import ported from sqlite’s shell.c, callable from JS as Database#Import
antonycourtney
committed
028f4e5
View commit details
Copy full SHA for 028f4e5
View code at this point
Browse repository at this point
Commits on Feb 21, 2019
add backup api that can be run incrementally (#1116)
Show description for 2bd051d
paulfitz
authored and
kewde
committed
2bd051d
View commit details
Copy full SHA for 2bd051d
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
make compatible with V8 7.1 (#1093)
Show description for 723de4c
refack
authored and
kewde
committed
723de4c
View commit details
Copy full SHA for 723de4c
View code at this point
Browse repository at this point
Commits on Nov 10, 2018
add constants for file open
gms1
committed
1132332
View commit details
Copy full SHA for 1132332
View code at this point
Browse repository at this point
Commits on Jun 25, 2018
Revert "Add support for running inside a node 10.5 worker_thread"
springmeyer
authored
ffc1c21
View commit details
Copy full SHA for ffc1c21
View code at this point
Browse repository at this point
Commits on Jun 23, 2018
Use the default loop when running on node 9 or earlier
rpetrich
committed
f91b4fe
View commit details
Copy full SHA for f91b4fe
View code at this point
Browse repository at this point
Add support for node 10.5's --experimental-worker threading support
rpetrich
committed
1b5aa3a
View commit details
Copy full SHA for 1b5aa3a
View code at this point
Browse repository at this point
Commits on Dec 26, 2017
add OPEN_FULLMUTEX constant
wmertens
authored
3a2a823
View commit details
Copy full SHA for 3a2a823
View code at this point
Browse repository at this point
Commits on Sep 22, 2017
use Nan::ForceSet to avoid v8 deprecation issue
Dane Springmeyer
committed
e3f5002
View commit details
Copy full SHA for e3f5002
View code at this point
Browse repository at this point
Commits on Jul 7, 2017
Fix dead link :skull:
motet-a
authored
0ce2aec
View commit details
Copy full SHA for 0ce2aec
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
async: remove racey `uv_ref()`/`uv_unref()`
Show description for 553c6ea
indutny
committed
553c6ea
View commit details
Copy full SHA for 553c6ea
View code at this point
Browse repository at this point
Commits on Apr 22, 2016
Add support for sqlite3_interrupt (with fixed test)
briangreenery
committed
434d0da
View commit details
Copy full SHA for 434d0da
View code at this point
Browse repository at this point
Commits on Apr 21, 2016
Revert "Add support for sqlite3_interrupt"
Dane Springmeyer
committed
fe53cfe
View commit details
Copy full SHA for fe53cfe
View code at this point
Browse repository at this point
Commits on Sep 26, 2015
Add support for sqlite3_interrupt
briangreenery
committed
8b0bb91
View commit details
Copy full SHA for 8b0bb91
View code at this point
Browse repository at this point
Commits on Aug 16, 2015
Update for NAN 2.0
kkoopa
committed
d5b59c3
View commit details
Copy full SHA for d5b59c3
View code at this point
Browse repository at this point
Commits on Aug 6, 2015
Revert "fix compile for alpine linux / musl c library - closes #459"
Show description for 4955b79
Dane Springmeyer
committed
4955b79
View commit details
Copy full SHA for 4955b79
View code at this point
Browse repository at this point
Commits on Jul 14, 2015
fix compile for alpine linux / musl c library - closes #459
Dane Springmeyer
committed
5efbf42
View commit details
Copy full SHA for 5efbf42
View code at this point
Browse repository at this point
Commits on May 7, 2015
Fix non-Linux build failure.
Show description for c3b0fb2
bnoordhuis
committed
c3b0fb2
View commit details
Copy full SHA for c3b0fb2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.