At present the version of the CockroachDB Dialect is not correctly determined as it obtains it from the database metadata’s getDatabaseVersion() method, which in the case of this dialect returns an incorrect version. The solution is the obtain it from a database query: select version() |