-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[ENH] SQL Server support in SQL widget #1674
Conversation
Current coverage is 88.68% (diff: 72.36%)@@ master #1674 diff @@
==========================================
Files 79 82 +3
Lines 8603 8779 +176
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 7691 7786 +95
- Misses 912 993 +81
Partials 0 0
|
9dd0e08
to
7ca9c54
Compare
71253d9
to
1082c6a
Compare
I have no idea how to test mssql on travis, since the database is not provided there, so I am merging this, even while it lowers the coverage. Ideas are welcome. |
@@ -1,2 +0,0 @@ | |||
import Orange.misc | |||
psycopg2 = Orange.misc.import_late_warning("psycopg2") |
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.
Since this change, import_late_warning
is used nowhere.
We could test if at least one of the backends is available and warn if none.
Backends moved to a separate package, moving backend-specific code from SqlTable/widgets to the appropriate backend