1. How do I avoid 'Could not determine Hibernate dialect for database name [H2]!'? stackoverflow.comI am getting this error when running |
2. Process for Updating Dialect? forum.hibernate.orgHi, What is the process to update a dialect for a specific database? Specifically: 1) If a new version of a DB is available that requires changes to the dialect, how are these changes submitted? 2) Does Hibernate provide a test suite/test harness to ensure that the dialect is compatible with all versions of Hibernate to prevent regressions? 3) What kind ... |