Unit Test is failing with PostgreSQL 15

Description

iDempiere unit testing is failing with PostgreSQL 15 due to some construct that’s accepted by PostgreSQL 14 is now rejected by PostgreSQL 15.

For e.g:

  • WHERE A <> 0ORDER BY B, PostgreSQL 15 flag “0ORDER BY B” as syntax error

  • WHERE A <>0AND B > 1, PostgreSQL 15 flag “0AND B” as syntax error

Environment

None

relates to

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created April 19, 2023 at 4:35 AM
Updated June 1, 2023 at 12:17 PM
Resolved April 19, 2023 at 11:57 AM

Flag notifications