Skip to content

Passed

org.eclipse.persistence.jpa.test.query.TestMathFunctions(test-jpa-jse).testLnMethodWithNegative

Took 5 ms.

Standard Output

[EL Warning]: 2024.06.10 07:36:20.245--UnitOfWork(266374831)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202406100731): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLDataException: The resulting value is outside the range for the data type DOUBLE.
Error Code: 30000
Call: SELECT LN(DOUBLEVALUE) FROM NUMBERENTITY WHERE (ID = ?)
	bind => [1 parameter bound]
Query: ReportQuery(referenceClass=NumberEntity sql="SELECT LN(DOUBLEVALUE) FROM NUMBERENTITY WHERE (ID = ?)")