dkpro / dkpro-uby

Framework for creating and accessing UBY resources – sense-linked lexical resources in standard UBY-LMF format
https://dkpro.github.io/dkpro-uby
Other
22 stars 3 forks source link

Cannot set hibernate dialect via DBConfig #90

Closed judithek closed 9 years ago

judithek commented 9 years ago
Cannot set hibernate dialect via DBConfig. There is a "db_vendor" parameter,
but it only accepts "mysql" and "h2". It would be nice to change
this so that the parameter can be used to configure arbitrary dialects, e.g. if the
db_vendor string does not equal "mysql" or "h2" then pass it verbatim
as dialect to Hibernate.

Original issue reported on code.google.com by richard.eckart on 2014-06-21 13:38:50

judithek commented 9 years ago
This issue was closed by revision r611.

Original issue reported on code.google.com by richard.eckart on 2014-06-21 13:44:26