Closed rmvaliev closed 5 years ago
I suppose #3565 would solve this, too?
Actually, this is for Microsoft's SQL Server, so we already have an implementation that can read these databases. The SQL Table widget has been updated to only allow downloading all data and working with in-memory numpy tables after that (except for PostgreSQL). So I don't think this issue is relevant anymore. If some problems are still present in the latest version of Orange, please reopen an issue.
Dear team
Orange version 3.5.0
I tried to connect to MS SQL server 2014, Database: AdventureWorksDW2014
I have found two problems:
SQL Widget does not display Views. Only tables available. AdventureWorksDW2014 have special views like vTargetMail for data mining examples.
When I have selected any table (for example FactInternetSales) or use custom SQL (select top 1000 * from vTargetMail) and then tried to use Data Table widget then Orange application frozed and does not response. If I tried to use Logistic Regression immediatly after SQL Table widget I got error (attached file)
Expected behavior
Actual behavior
Steps to reproduce the behavior
Additional info (worksheets, data, screenshots, ...)