How can I create a custom link between driver and Dialect ?
Brought to you by:
manningr
Hello,
I read this in the TODO.txt : "Right now, classname of the driver class is hard-linked to the Hibernate dialect class"
Could you please add a way to specify that link in a property file or something else ? It's quite a quick change but it can help us waiting for a best solution.
( btw, our problem is that the source database is RDB, so DBCopy doesn't find the dialect for RDB hence we have to use Oracle9Dialect.
My proposed solution 'll allows me to specify the Oracle9 Dialect for the RDBDriver )
Many Thanks