domaframework / doma

DAO oriented database mapping framework for Java
https://doma.readthedocs.io/
Apache License 2.0
438 stars 69 forks source link

Reverse the supportsAutoGeneratedKeys flag in PostgresDialect #1133

Closed nakamura-to closed 1 month ago

nakamura-to commented 1 month ago

By reversing the supportsAutoGeneratedKeys flag, it will become possible to efficiently retrieve server-generated values.

The PostgreSQL JDBC driver did not support Statement.RETURN_GENERATED_KEYS prior to version 42. However, this has been supported in the newer JDBC drivers over the past few years, so there should be no applications affected by this change.