[JDBC] [pgjdbc/pgjdbc] beca16: test: fix StringTypeParameterTest to skippreferQu... - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject [JDBC] [pgjdbc/pgjdbc] beca16: test: fix StringTypeParameterTest to skippreferQu...
Date
Msg-id 5974dc2e2db31_1fac33fadd5123c3030019@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail
Whole thread Raw
List pgsql-jdbc
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: beca16922b455a6a00c655df8a3b701d008aad6e
      https://github.com/pgjdbc/pgjdbc/commit/beca16922b455a6a00c655df8a3b701d008aad6e
  Author: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
  Date:   2017-07-23 (Sun, 23 Jul 2017)

  Changed paths:
    M pgjdbc/src/test/java/org/postgresql/test/jdbc3/StringTypeParameterTest.java

  Log Message:
  -----------
  test: fix StringTypeParameterTest to skip preferQueryMode=simple

Simple query mode does not send data type over the wire, so errors like
"column \"m\" is of type mood but expression is of type character varying" never happen



pgsql-jdbc by date:

Previous
From: Michael Glaesemann
Date:
Subject: [JDBC] [pgjdbc/pgjdbc] ff2717: test: assume minimum server version 8.3 whentesti...
Next
From: Vladimir Sitnikov
Date:
Subject: [JDBC] [pgjdbc/pgjdbc] e960f2: chore: install PostgreSQL 9.1 to Trustybuilds via...