-
Notifications
You must be signed in to change notification settings - Fork 36
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
Compiling of example of MySQL fails with ghc 8.2.2 #56
Labels
Comments
Hi. This issue is NOT re-produced both in LTS-10.5 and in LTS-9.21
|
MySQL case sensitivity may concern this issue. Maybe you shoud try the http://khibino.github.io/haskell-relational-record/faq.html#mysql-table-does-not-exist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to build
examples/HDBC/MySQL
usingLTS Haskell 10.5 (ghc-8.2.2)
It fails with the following error when getting column information.
I installed following versions of packages.
However, I can build with
LTS 9.21 (GHC 8.0.2)
.mysql version is 5.7.
There was an error in executing columnsQuerySQL in getColumns', but columnsQuerySQL seems to be making the correct query.
The text was updated successfully, but these errors were encountered: