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

[ENH] SQL Server support in SQL widget #1674

Merged
merged 13 commits into from
Oct 22, 2016
Merged

Conversation

astaric
Copy link
Member

@astaric astaric commented Oct 19, 2016

Backends moved to a separate package, moving backend-specific code from SqlTable/widgets to the appropriate backend

@codecov-io
Copy link

codecov-io commented Oct 19, 2016

Current coverage is 88.68% (diff: 72.36%)

Merging #1674 into master will decrease coverage by 0.71%

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

Sunburst

Powered by Codecov. Last update 7dca993...a078fe7

@astaric astaric force-pushed the refactor-sql branch 7 times, most recently from 9dd0e08 to 7ca9c54 Compare October 21, 2016 14:15
@astaric astaric force-pushed the refactor-sql branch 2 times, most recently from 71253d9 to 1082c6a Compare October 21, 2016 14:49
@astaric astaric changed the title [RFC] Refactor sql (Part 2) [ENH] SQL Server support in SQL widget Oct 21, 2016
@astaric
Copy link
Member Author

astaric commented Oct 22, 2016

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.

@astaric astaric merged commit 3f9686d into biolab:master Oct 22, 2016
@@ -1,2 +0,0 @@
import Orange.misc
psycopg2 = Orange.misc.import_late_warning("psycopg2")
Copy link
Contributor

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.

@astaric astaric modified the milestone: 3.3.9 Nov 28, 2016
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.

3 participants