-
Notifications
You must be signed in to change notification settings - Fork 358
DATAJDBC-431 - ReadOnlyProperty now gets properly handled. #175
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
Conversation
The problem was that the SqlGenerator honored the annotation but they were included as query parameters and therefore automatically added back again. Also: * Simplified the relevant filter in the SqlGenerator. * Introduced a meta annotation for running tests only agains HsqlDb.
Improved and corrected nullability annotations.
fa0607a
to
f9700bf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a bit of truncated Javadoc. Can we safely drop that comment line?
/** | ||
* Run the annotated test only against a HsqlDb database. | ||
* | ||
* Requires the use of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Something is missing here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added another commit completing the comment.
Fixed broken Javadoc.
The problem was that the SqlGenerator honored the annotation but they were included as query parameters and therefore automatically added back again. Also: * Simplified the relevant filter in the SqlGenerator. * Introduced a meta annotation for running tests only agains HsqlDb. Original pull request: #175.
Improved and corrected nullability annotations. Fixed broken Javadoc. Original pull request: #175.
The problem was that the SqlGenerator honored the annotation but they were included as query parameters and therefore automatically added back again. Also: * Simplified the relevant filter in the SqlGenerator. * Introduced a meta annotation for running tests only agains HsqlDb. Original pull request: #175.
Improved and corrected nullability annotations. Fixed broken Javadoc. Original pull request: #175.
That's merged, squashed, and backported now. |
Edited the reference guide, checking for spelling, grammar, usage, punctuation, and corporate voice.
The problem was that the SqlGenerator honoured the annotation but they were included as query parameters and therefore automatically added back again.
Also simplified the relevant filter in the SqlGenerator.
Issue: https://jira.spring.io/browse/DATAJDBC-431