[pgjdbc/pgjdbc] 989b4d: fix: revert ExpressionProperties toProperties in ...

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема [pgjdbc/pgjdbc] 989b4d: fix: revert ExpressionProperties toProperties in ...
Дата
Msg-id 58a0a19aa0d4f_10603f7f7188fc2c105142@hookshot-fe3-cp1-prd.iad.github.net.mail
обсуждение исходный текст
Ответы Re: [pgjdbc/pgjdbc] 989b4d: fix: revert ExpressionPropertiesto Properties in ...  (John R Pierce <pierce@hogranch.com>)
Список pgsql-jdbc
Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 989b4d235ec6776f31284d15618195cf7f8a7a79
      https://github.com/pgjdbc/pgjdbc/commit/989b4d235ec6776f31284d15618195cf7f8a7a79
  Author: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
  Date:   2017-02-12 (Sun, 12 Feb 2017)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/ds/common/BaseDataSource.java

  Log Message:
  -----------
  fix: revert ExpressionProperties to Properties in BaseDataSource

ExpressionProperties is used for a specific property to avoid unexpected behaviors for already existing properties
(e.g.passwords with ${...}) 


  Commit: f1190d8c2eb1c506616e2298aabad211ba3bdb0a
      https://github.com/pgjdbc/pgjdbc/commit/f1190d8c2eb1c506616e2298aabad211ba3bdb0a
  Author: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
  Date:   2017-02-12 (Sun, 12 Feb 2017)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/util/ReaderInputStream.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc2/Jdbc2TestSuite.java

  Log Message:
  -----------
  fix: correct edge cases for setCharacterStream(int, Reader)

ReaderInputStream behaved wrong (e.g. might return 0 instead of -1) at the end of the input in certain cases.


  Commit: b3553276ad48cbb47cd4849d3a08b7ee61be8ace
      https://github.com/pgjdbc/pgjdbc/commit/b3553276ad48cbb47cd4849d3a08b7ee61be8ace
  Author: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
  Date:   2017-02-12 (Sun, 12 Feb 2017)

  Changed paths:
    M pgjdbc/src/test/java/org/postgresql/test/jdbc4/jdbc41/Jdbc41TestSuite.java
    A pgjdbc/src/test/java/org/postgresql/test/jdbc4/jdbc41/SharedTimerClassLoaderLeakTest.java
    R pgjdbc/src/test/java/org/postgresql/test/util/SharedTimerClassLoaderLeakTest.java

  Log Message:
  -----------
  test: add SharedTimerClassLoaderLeakTest to the regular test suite


Compare: https://github.com/pgjdbc/pgjdbc/compare/e69e4a1d5502...b3553276ad48

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Jorge Solorzano
Дата:
Сообщение: [pgjdbc/pgjdbc] e69e4a: perf: short circuit Oid.BOOL in getBoolean(#745)
Следующее
От: John R Pierce
Дата:
Сообщение: Re: [pgjdbc/pgjdbc] 989b4d: fix: revert ExpressionPropertiesto Properties in ...