Skip to content

Conversation

bvarner
Copy link
Contributor

@bvarner bvarner commented Apr 17, 2012

The code was a bit non-obvious (assignment in a method call argument) where it was being done, and the local variable (lockOptions) assignment was missing in the find() method implementation.
I changed all instances of lockOptions assignment to assign before the method call where it's required as an argument, ensuring proper scope for exception mapping.

The code was a bit non-obvious (assignment in a method call argument) where it was being done, and the local variable (lockOptions) assignment was missing in the find() method implementation.
I changed all instances of lockOptions assignment to assign before the method call where it's required as an argument, ensuring proper scope for exception mapping.
@bvarner
Copy link
Contributor Author

bvarner commented Apr 18, 2012

Closing this pull request, pending a test case.

Creating the test case has exposed that the situation with HHH-7251 exists for more Dialects than just PostgreSQL...

@bvarner bvarner closed this Apr 18, 2012
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.

1 participant