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

describeDatabase hangs #17

Open
spencerdcarlson opened this issue Nov 14, 2017 · 2 comments
Open

describeDatabase hangs #17

spencerdcarlson opened this issue Nov 14, 2017 · 2 comments

Comments

@spencerdcarlson
Copy link
Contributor

dbdiff.describeDatabase(conn1) .then((schema) => { console.log(schema) })

prints the schema, but hangs in the terminal

@gimenete
Copy link
Owner

That's because the connection is still alive. I'll check how the connection is handled and if necessary provide a way to close it or close it automatically.

@spencerdcarlson
Copy link
Contributor Author

Submitted another PR to address the hanging issue. #18

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

No branches or pull requests

2 participants