config fix
This commit is contained in:
parent
c3dd5900dc
commit
174f3fcc3e
|
@ -69,6 +69,8 @@ public class PersistenceConfig {
|
||||||
return new Properties() {
|
return new Properties() {
|
||||||
{
|
{
|
||||||
setProperty("hibernate.hbm2ddl.auto", env.getProperty("hibernate.hbm2ddl.auto"));
|
setProperty("hibernate.hbm2ddl.auto", env.getProperty("hibernate.hbm2ddl.auto"));
|
||||||
|
setProperty("hibernate.dialect", env.getProperty("hibernate.dialect"));
|
||||||
|
|
||||||
// setProperty("hibernate.globally_quoted_identifiers", "true");
|
// setProperty("hibernate.globally_quoted_identifiers", "true");
|
||||||
// note: necessary in launchpad-storage, but causing problems here
|
// note: necessary in launchpad-storage, but causing problems here
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue