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 }}
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
import.cc
on
master
User selector
All users
All time
Commit history
Commits on Apr 4, 2020
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
Loading
You can’t perform that action at this time.