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
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 }}
wankdanker
/
node-odbc
Public
forked from
w1nk/node-odbc
Notifications
You must be signed in to change notification settings
Fork
78
Star
176
Code
Issues
22
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
V2.0
- #68
#68
Open
markirish
wants to merge 18 commits into
wankdanker:v2.0
wankdanker/node-odbc:v2.0
from
IBM:v2.0
IBM/node-odbc:v2.0
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Open
V2.0
#68
markirish
wants to merge 18 commits into
wankdanker:v2.0
wankdanker/node-odbc:v2.0
from
IBM:v2.0
IBM/node-odbc:v2.0
Copy head branch name to clipboard
Commits
Commits on Apr 5, 2019
Adding files to .gitignore and advertising the v2.0.0-beta.0 release
Mark Irish
committed
b21a45f
View commit details
Copy full SHA for b21a45f
Browse repository at this point
Updating version number so that it can be npm published
Mark Irish
committed
6f30c05
View commit details
Copy full SHA for 6f30c05
Browse repository at this point
Merge pull request #55 from markdirish/master
Show description for 75e0648
markirish
authored
75e0648
View commit details
Copy full SHA for 75e0648
Browse repository at this point
Commits on Apr 19, 2019
Fixing UNICODE build issues, JavaScript type checking, updating package.json versions for npm audit
Mark Irish
committed
d3c9ada
View commit details
Copy full SHA for d3c9ada
Browse repository at this point
Commits on Apr 29, 2019
Fixing issues when building with DEBUG define (printing pointers and out of date property calls)
Mark Irish
committed
56d3af3
View commit details
Copy full SHA for 56d3af3
Browse repository at this point
Commits on Apr 30, 2019
Free the hSTMT handle after Connection.query
Mark Irish
committed
f0c0a27
View commit details
Copy full SHA for f0c0a27
Browse repository at this point
Commits on May 28, 2019
Quick fix to pool
Mark Irish
committed
64e3986
View commit details
Copy full SHA for 64e3986
Browse repository at this point
Commits on May 29, 2019
Merge remote-tracking branch 'upstream/v2.0' into v2.0
Mark Irish
committed
f0066e4
View commit details
Copy full SHA for f0066e4
Browse repository at this point
Commits on Jun 4, 2019
Changing connection and pool initializations to make them fully async. Adding some pool tests
Mark Irish
committed
d9d5400
View commit details
Copy full SHA for d9d5400
Browse repository at this point
Commits on Jun 5, 2019
Writing Pool tests, debugging issues with new odbc.connect and odbc.pool functions
Mark Irish
committed
80dcc5b
View commit details
Copy full SHA for 80dcc5b
Browse repository at this point
Fixing merge conflicts with merging from upstream (wankdanker/v2.0)
Mark Irish
committed
0ae9e99
View commit details
Copy full SHA for 0ae9e99
Browse repository at this point
Adding .npmignore to ignore tests (but not on github)
Mark Irish
committed
a55ce7e
View commit details
Copy full SHA for a55ce7e
Browse repository at this point
Commits on Jun 8, 2019
Tracking down memory leak errors. Only a few more to go
Mark Irish
committed
4f0941b
View commit details
Copy full SHA for 4f0941b
Browse repository at this point
All memory leaks fixed, 0 bytes definitely or indirectly lost during tests
Mark Irish
committed
9054451
View commit details
Copy full SHA for 9054451
Browse repository at this point
Commits on Jun 10, 2019
SQL_DECIMAL bound to SQL_C_CHAR, but tried to convert directly from SQL_C_DOUBLE when converted for N-API. Fixes #67
Mark Irish
committed
96d1b79
View commit details
Copy full SHA for 96d1b79
Browse repository at this point
Ooops, removing my test javascript file
Mark Irish
committed
b82bbf3
View commit details
Copy full SHA for b82bbf3
Browse repository at this point
Adding license for 2.0.0, changing the official GitHub location now that it is a new version (separate issues, new start)
Mark Irish
committed
1d80095
View commit details
Copy full SHA for 1d80095
Browse repository at this point
Fixing merge conflicts with master branch
Mark Irish
committed
be9e3d6
View commit details
Copy full SHA for be9e3d6
Browse repository at this point
You can’t perform that action at this time.