HHH-13554 QueryAndSQLTest.testNativeQueryWithFormulaAttributeWithoutAlias() fails on MariaDB

This commit is contained in:
Andrea Boriero 2019-08-13 16:08:36 +01:00 committed by Gail Badner
parent 2aee5a930d
commit 1a5b401d09
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class QueryAndSQLTest extends BaseCoreFunctionalTestCase {
sessionFactory()
);
String sql = String.format(
"select TABLE_NAME , %s from all_tables where TABLE_NAME = 'AUDIT_ACTIONS' ",
"select TABLE_NAME , %s from ALL_TABLES where TABLE_NAME = 'AUDIT_ACTIONS' ",
dateFunctionRendered
);
Session s = openSession();