Skip to content

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

Closed
wants to merge 4 commits into from

Conversation

schauder
Copy link
Contributor

@schauder schauder commented Oct 15, 2019

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

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.
Copy link
Member

@mp911de mp911de left a 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
Copy link
Member

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.

Copy link
Contributor Author

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.
mp911de pushed a commit that referenced this pull request Oct 25, 2019
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.
mp911de pushed a commit that referenced this pull request Oct 25, 2019
Improved and corrected nullability annotations. Fixed broken Javadoc.

Original pull request: #175.
mp911de pushed a commit that referenced this pull request Oct 25, 2019
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.
mp911de pushed a commit that referenced this pull request Oct 25, 2019
Improved and corrected nullability annotations. Fixed broken Javadoc.

Original pull request: #175.
@mp911de
Copy link
Member

mp911de commented Oct 25, 2019

That's merged, squashed, and backported now.

@mp911de mp911de closed this Oct 25, 2019
@mp911de mp911de deleted the issue/DATAJDBC-431 branch October 25, 2019 08:02
mp911de pushed a commit that referenced this pull request Feb 21, 2022
Edited the reference guide, checking for spelling, grammar, usage, punctuation, and corporate voice.
mp911de added a commit that referenced this pull request Feb 21, 2022
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