[pgjdbc/pgjdbc] beca16: test: fix StringTypeParameterTest to skip preferQu...

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] beca16: test: fix StringTypeParameterTest to skip preferQu...
Date: 2017-07-23 17:26:06
Message-ID: 5974dc2e2db31_1fac33fadd5123c3030019@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vladimir(at)gmail(dot)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

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2017-07-23 19:36:15 [pgjdbc/pgjdbc] e960f2: chore: install PostgreSQL 9.1 to Trusty builds via...
Previous Message Michael Glaesemann 2017-07-23 14:12:58 [pgjdbc/pgjdbc] ff2717: test: assume minimum server version 8.3 when testi...