[hibernate-dev] Are the tests in the documentation module expected to run on MySQL only?
Mark Rotteveel
mark at lawinegevaar.nl
Fri Sep 8 15:13:54 EDT 2017
On 2017-09-08 20:23, Vlad Mihalcea wrote:
> I test Hibernate with the following DBs mostly:
>
> - H2
> - Oracle
> - SQL Server
> - PostgreSQL
> - MySQL and MariaDb
>
> For other databases, it's not guaranteed that all tests will run.
>
> Related to that function, we could other add a change, but it must
> work on the DBs above too.
> Or, you could just mark the test with @SkipForDialect.
In theory all JDBC drivers should support JDBC function escapes
(including the concat escape). I'll see if I can quickly verify this for
those databases, and otherwise I'll just add a skip for Firebird.
Mark
More information about the hibernate-dev
mailing list