-
Notifications
You must be signed in to change notification settings - Fork 110
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
SQL Server dbExists temporary table fix #724
Conversation
Thanks for working on this! Would you mind adding a test too? The odbc testing infrastructure is currently a bit idiosyncratic, so feel free to write a test that works for you, and then I can get it working more generally. |
Sure thing, added. |
I guess we'll find out together soon! |
Failures should be fixed by #722. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Thank you!
On SQL Server, dbExists does not take into account coexisting sessions.
See #719