-
Notifications
You must be signed in to change notification settings - Fork 23
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
TEXT
type for MySQL dialect
#320
Labels
bug
Unwanted / harmful behavior
Comments
Looking at the code the See: |
AnastasiiaSergienko
added a commit
that referenced
this issue
Mar 27, 2020
…an return an incorrect value.
AnastasiiaSergienko
added a commit
that referenced
this issue
Mar 30, 2020
AnastasiiaSergienko
added a commit
that referenced
this issue
Mar 30, 2020
AnastasiiaSergienko
added a commit
that referenced
this issue
Mar 30, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Situation
MySQL knows the type
TEXT
which can hold large amounts of text. Exasol's closest match isVARCHAR
. At least documents up to 2 million characters should be usable through the MySQL dialect for Exasol Virtual Schema.Acceptance Criteria
TEXT
columns visible asVARCHAR
in VS (up to maximum ExasolVARCHAR
size).The text was updated successfully, but these errors were encountered: