[pgjdbc/pgjdbc] d10ab8: Stored procedure with transaction control test cas...

draderaws <[email protected]> Thu, 12 Dec 2019 12:48:25 -0800
Newsgroups gmane.comp.db.postgresql.jdbc
Message-ID <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: d10ab8d68229b691d9492c942d2cb9183ee9fe32
      https://github.com/pgjdbc/pgjdbc/commit/d10ab8d68229b691d9492c942d2cb9183ee9fe32
  Author: draderaws <[email protected]>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M docs/documentation/head/binary-data.md
    M docs/documentation/head/callproc.md
    M docs/documentation/head/index.html
    M pgjdbc/src/main/java/org/postgresql/util/PSQLState.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc3/Jdbc3TestSuite.java
    A pgjdbc/src/test/java/org/postgresql/test/jdbc3/ProcedureTransactionTest.java

  Log Message:
  -----------
  Stored procedure with transaction control test case and doc. (#1645)