-
Bug
-
Resolution: Done
-
Major
-
4.2.0.GA_CP07, 4.3.0.GA_CP06, EAP 5.0.0.CR3
-
None
-
PostgreSQL 8.3.7
-
Workaround Exists
-
Test testEJBQLFunctions fails when executing the following query on PostgreSQL:
from Animal a where bit_length(a.bodyWeight) = 24
Similar to JBPAPP-1036, but our target at that time was PostgreSQL 8.2.3 (on which, the test passes with no problems).
Log excerpt:
12:49:28,109 WARN JDBCExceptionReporter:100 - SQL Error: 0, SQLState: 42883
12:49:28,110 ERROR JDBCExceptionReporter:101 - ERROR: function bit_length(real) does not exist
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4114