Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.1
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
Description
Currently the hibernate dialect class to use is autodetected and forced, this could lead to some problems with db such as oracle that have 2 different dialects : oracle 9i and 10g dialects
currently the 10g dialect is forced.. what if running on a 9i database ? add a system property to select the dialect impl to use