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

[FIX] SqlTable: Cast to text for unknown and string types #1430

Merged
merged 2 commits into from
Jul 12, 2016

Conversation

lanzagar
Copy link
Contributor

@lanzagar lanzagar commented Jul 8, 2016

Unknown SQL field types are mapped to Orange StringVariables.
Before, if they were e.g. used in filters they could be compared to string constants etc. which might not be supported for that type.
Now if we read the data into StringVariables, cast them to text type first in the database.

@codecov-io
Copy link

codecov-io commented Jul 8, 2016

Current coverage is 87.94%

Merging #1430 into master will decrease coverage by 0.04%

@@             master      #1430   diff @@
==========================================
  Files            77         77          
  Lines          7582       7580     -2   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           6671       6666     -5   
- Misses          911        914     +3   
  Partials          0          0          

Sunburst

Powered by Codecov. Last updated by b77c021...7582857

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