Skip to content

DATAJDBC-157 - Replaced dots int mybatis statement ids with dashes. #30

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

@schauder schauder commented Jan 8, 2018

No description provided.

@gregturn gregturn closed this Jan 26, 2018
@gregturn gregturn deleted the issue/DATAJDBC-157 branch January 26, 2018 15:33
@gregturn
Copy link
Contributor

Resolved via 2163a26

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.
mp911de added a commit that referenced this pull request Feb 21, 2022
Fix custom converter documentation. Accept custom converters in DefaultReactiveDataAccessStrategy constructor.
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