Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-20971

Support PostgreSQL 9.6

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 8.10

      Description

      If the JDBC driver currently in the platform (postgresql-9.4.1208.jar for 8.10, postgresql-9.2-1002.jdbc4.jar for 7.10) is used with PostgreSQL 9.6, hibernate initialization fails with:

      org.postgresql.util.PSQLException: ERROR: column am.amcanorder does not exist
              at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2284)
              at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2003)
              at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:200)
              at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:424)
              at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:321)
              at org.postgresql.jdbc.PgStatement.executeQuery(PgStatement.java:284)
              at org.postgresql.jdbc.PgDatabaseMetaData.getIndexInfo(PgDatabaseMetaData.java:2948)
      

      The fix is included in JDBC driver 9.4.1209:

      -> Upgrade to latest version (postgresql-9.4.1212.jar at this time).

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: