HHH-13554 QueryAndSQLTest.testNativeQueryWithFormulaAttributeWithoutAlias() fails on MariaDB
(cherry picked from commit 1a5b401d09
)
This commit is contained in:
parent
a95bbddd57
commit
68e89ba0dd
|
@ -101,7 +101,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();
|
||||
|
|
Loading…
Reference in New Issue