Skip to content

Conversation

mhyeon-lee
Copy link
Contributor

DATAJDBC-438 Saving a record with an id that doesn't exist should return an error/warning to caller

When saving an Aggregate with an ID in the Repository, if the update row is 0, a TransientDataAccessResourceException is thrown.

schauder pushed a commit that referenced this pull request Nov 13, 2019
@schauder
Copy link
Contributor

That is polished and merged.

Thanks for your work.

@schauder schauder closed this Nov 13, 2019
mp911de added a commit that referenced this pull request Feb 21, 2022
…essing.

Named parameters can be provided by name and by index. Repository query methods bind parameters by name if a named parameter can be found.

If parameters are bound by index, then the parameter name is looked up by index (index corresponds with the order of parameter name discovery when parsing the query). and bound to the parameter.
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