Skip to content

V2.0#68

Open
markirish wants to merge 18 commits intowankdanker:v2.0from
IBM:v2.0
Open

V2.0#68
markirish wants to merge 18 commits intowankdanker:v2.0from
IBM:v2.0

Conversation

@markirish
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.

markirish 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