I am using hibernate 3.5.2. I was using jtds drivers 1.3.0 with sql server(2008, 2012). Hibernate dialect was getting corretcly auto detected with jtds drivers. but now after upgrading to microsoft jdbc driver 4.0, the hibernate dialect is not getting set. I have to excpliclty specify the hibernate dialect. Is there any issue with microsoft jdbc driver since hibernate dialect is not getting auto detected.
|