Skip to content

Passed

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

Took 4 ms.

Standard Output

[EL Warning]: 2024.06.12 11:46:12.060--UnitOfWork(1879190852)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202406121140): 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 = ?)")