You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Display all available tables and views
Data Table should display data from SQL Table
Actual behavior
Database views not visible in widget
Orange3 application frozed and does not answer
Steps to reproduce the behavior
Additional info (worksheets, data, screenshots, ...)
The text was updated successfully, but these errors were encountered:
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, ...)
The text was updated successfully, but these errors were encountered: