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

MS SQL issue #2573

Closed
rmvaliev opened this issue Sep 10, 2017 · 2 comments
Closed

MS SQL issue #2573

rmvaliev opened this issue Sep 10, 2017 · 2 comments

Comments

@rmvaliev
Copy link

Dear team

Orange version 3.5.0

I tried to connect to MS SQL server 2014, Database: AdventureWorksDW2014

I have found two problems:

  1. SQL Widget does not display Views. Only tables available. AdventureWorksDW2014 have special views like vTargetMail for data mining examples.

  2. 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
  1. Display all available tables and views
  2. Data Table should display data from SQL Table
Actual behavior
  1. Database views not visible in widget
  2. Orange3 application frozed and does not answer
    orange_error
Steps to reproduce the behavior
Additional info (worksheets, data, screenshots, ...)
@ajdapretnar
Copy link
Contributor

I suppose #3565 would solve this, too?

@lanzagar
Copy link
Contributor

lanzagar commented Feb 1, 2019

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.

@lanzagar lanzagar closed this as completed Feb 1, 2019
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

No branches or pull requests

3 participants