mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-12 06:04:49 +00:00
cf2e723d6f
To properly support the idea of wrapping the Dialect, we need to take this into account whenever an `instanceof` is used to check for Dialect capabilities. Also some code is casting to the expected Dialect.