Skip to content

DATAJDBC-164 - Added support of basic @Query annotation. #31

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

schauder
Copy link
Contributor

No description provided.

@gregturn
Copy link
Contributor

Resolved via bc209b1

@gregturn
Copy link
Contributor

gregturn commented Jan 26, 2018

@schauder You might want to inspect the final README to ensure I didn't mess anything up during the rebase. If you find anything, I imagine another "polishing" commit against this JIRA issue on the master branch would be fine. When you've completed your inspection, I'll close the JIRA issue.

mp911de added a commit that referenced this pull request Feb 21, 2022
Add author tag. Add unit test for EntityRowMapper.

Original pull request: #31.
mp911de added a commit that referenced this pull request Feb 21, 2022
We now support custom conversions via R2dbcCustomConversions.
Custom conversions introduces simple types that depend on the used dialect.
Custom conversions and simple types are held in RelationalConverter and MappingContext.

Simple types and conversions are used by DatabaseClient and repository support to properly apply registered converters and support native types such as array-columns.

Related tickets: #22, #26.
Original pull request: #31.
mp911de pushed a commit that referenced this pull request Feb 21, 2022
Minor formatting. Add suggestions.

Update src/test/java/org/springframework/data/r2dbc/dialect/PostgresDialectUnitTests.java

Co-Authored-By: mp911de <mpaluch@paluch.biz>

Original pull request: #31.
mp911de added a commit that referenced this pull request Feb 21, 2022
Introduce ArrayColumns type to encapsulate Dialect-specific array support.
Apply array conversion for properties that do not match the native array type.
Add integration tests for Postgres array columns.

Original pull request: #31.
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