[pgjdbc/pgjdbc] 750486: fix: support generated keys for WITH queries - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject [pgjdbc/pgjdbc] 750486: fix: support generated keys for WITH queries
Date
Msg-id 5aa3a7385190d_4a372ae04a267c1c892b2@hookshot-fe-265448d.cp1-iad.github.net.mail
Whole thread Raw
List pgsql-jdbc
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 7504867cac7358c7e7ef3ea6bfbb71d4e8a32ac6
      https://github.com/pgjdbc/pgjdbc/commit/7504867cac7358c7e7ef3ea6bfbb71d4e8a32ac6
  Author: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/core/Parser.java
    M pgjdbc/src/test/java/org/postgresql/core/ParserTest.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc3/GeneratedKeysTest.java

  Log Message:
  -----------
  fix: support generated keys for WITH queries

pgjdbc ignored to add RETURNING to WITH queries even though it makes sense.

fixes #1104


  Commit: 9af299dfb3789d92e822af745ecbfcd3af93aa36
      https://github.com/pgjdbc/pgjdbc/commit/9af299dfb3789d92e822af745ecbfcd3af93aa36
  Author: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
  Date:   2018-03-10 (Sat, 10 Mar 2018)

  Changed paths:
    M pgjdbc/src/test/java/org/postgresql/test/jdbc4/UUIDTest.java

  Log Message:
  -----------
  fix: UUID test for preferQueryMode=simple


Compare: https://github.com/pgjdbc/pgjdbc/compare/5827858ba5b7...9af299dfb378

pgsql-jdbc by date:

Previous
From: Vladimir Sitnikov
Date:
Subject: [pgjdbc/pgjdbc] 582785: tests: UUID vs setString test
Next
From: Vladimir Sitnikov
Date:
Subject: [pgjdbc/pgjdbc] 44bb7f: fix: UUID test for preferQueryMode=simple