-
Type: Broken build
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Continuous Integration
-
Environment:Windows
-
Tags:
-
Upgrade notes:
-
Sprint:DevTools-06
-
Story Points:2
In Drive tests, we are having those errors that are blockers for us:
org.postgresql.util.PSQLException: ERROR: syntax error at or near "ON"
Quoting Florent Guillaume:
It's a syntax error on a statement like INSERT INTO sometable (...) VALUES (...) ON CONFLICT ... where ON CONFLICT is not understood. Which means that the PostgreSQL version is < 9.5, so too old.
Installing the lastest or 9.6+ version would solve our issues.
- is related to
-
NXBT-2707 Test against PostgreSQL 11 by default on 10.10+ (drop 9.6)
- Open