Skip to content

SPR-16556 - Incorrect isGetGeneratedKeysSimulated() return value logic in PostgresTableMetaDataProvider.java #1717

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

anguslee
Copy link

@anguslee anguslee commented Mar 6, 2018

Do a comparison by major and minor numbers instead of lexically

…imulated() method in PostgresTableMetaDataProvider when PostgreSQL server is upgraded to 10.x
@anguslee anguslee changed the title Spr 16556 SPR-16556 Incorrect isGetGeneratedKeysSimulated() return value logic in PostgresTableMetaDataProvider.java Mar 6, 2018
@snicoll snicoll changed the title SPR-16556 Incorrect isGetGeneratedKeysSimulated() return value logic in PostgresTableMetaDataProvider.java SPR-16556 - Incorrect isGetGeneratedKeysSimulated() return value logic in PostgresTableMetaDataProvider.java Mar 6, 2018
@jhoeller
Copy link
Contributor

jhoeller commented Mar 6, 2018

As mentioned on JIRA, we can streamline this towards always returning true from isGetGeneratedKeysSimulated since we don't support any Postgres version older than 8.2 to begin with...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants