-
Notifications
You must be signed in to change notification settings - Fork 12
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
database configurations fails #13
Comments
Thanks for the report I will take a look. |
Hi Jonathan
Yes I did
Best regards, Juha
…On Thu, Jul 6, 2017 at 11:50 AM, jonathan MERCIER ***@***.***> wrote:
Thanks for the report I will take a look.
Did you used the latest release?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQ1aQGE5pxrz1Fv8r5QoSWiNRAKZNAqks5sLJ_KgaJpZM4OLrMD>
.
--
Juha Muilu
|
This seems to be working for me:
I did have to do a clean first to delete the .cfg.xml file though as it was previously generated using a different driver and it doesn't notice when you change the config. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like it is not possible to change the driver and dialect from the defaults (mysql)
database {
driver = "com.ibm.db2.jcc.DB2Driver"
dialect = "org.hibernate.dialect.DB2Dialect"
}
cfg generation gives:
The text was updated successfully, but these errors were encountered: