Обсуждение: [JDBC] [pgjdbc/pgjdbc] beca16: test: fix StringTypeParameterTest to skippreferQu...

Поиск
Список
Период
Сортировка

[JDBC] [pgjdbc/pgjdbc] beca16: test: fix StringTypeParameterTest to skippreferQu...

От
Vladimir Sitnikov
Дата:
  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