PostgresTableMetaDataProvider.isGetGeneratedKeysSimulated() does not detect Postgres 10 [SPR-16556] #21099
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Uh oh!
There was an error while loading. Please reload this page.
LI Geng opened SPR-16556 and commented
After postgresql server upgraded to version 10+, string comparison fails to return correct value.
In PostgresTableMetaDataProvider.java:
"10".compareTo("8.2.0") < 0
Affects: 3.2.18, 4.3.10, 5.0.4
Issue Links:
Referenced from: pull request #1717, and commits 4a4f2c2, b643f78
Backported to: 4.3.15
The text was updated successfully, but these errors were encountered: