Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.0 #68

Open
wants to merge 18 commits into
base: v2.0
Choose a base branch
from
Open

V2.0 #68

wants to merge 18 commits into from

Conversation

markdirish
Copy link
Collaborator

Final push before releasing odbc v2.0.

  • Changed the method of creating new Connections and Pools. Instead of calling new with a constructor, use odbc.connect and odbc.pool instead:
    • Old: const connection = new Connection(connectionString)
    • New: const connection = await odbc.connect/pool(connectionString) or odbc.connect/pool((error, connection) =>
  • Continued to add configuration options to pools and connections
  • Used valgrind to do tests for memory leaks. All memory leaks fixed.

markdirish and others added 18 commits April 5, 2019 14:37
Advertising the v2.0.0 beta
…hat it is a new version (separate issues, new start)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant