Skip to content

Conversation

schauder
Copy link
Contributor

Moved the implementation from the DelimiterNamingStrategy into the NamingStrategy.
Dropped the support for different separators, since there is no good way to support it in the default implementations of an interface.
A getSeparator() method would bleed into the public API.
Also the added value of that flexibility seems limited.

During migration of the various test it became obvious that SqlGeneratorUnitTests was broken since test failures happend on a worker thread not on the main test thread.
This is fixed as well with this commit.

@schauder schauder force-pushed the issue/DATAJDBC-207 branch from 72cbe58 to 79518fe Compare May 22, 2018 09:32
schauder added 2 commits May 22, 2018 13:58
Moved the implementation from the DelimiterNamingStrategy into the NamingStrategy.
Dropped the support for different separators, since there is no good way to support it in the default implementations of an interface.
A getSeparator() method would bleed into the public API.
Also the added value of that flexibility seems limited.

During migration of the various test it became obvious that SqlGeneratorUnitTests was broken since test failures happend on a worker thread not on the main test thread.
This is fixed as well with this commit.
@schauder schauder force-pushed the issue/DATAJDBC-207 branch from 7d1f88f to 3b88a89 Compare May 22, 2018 12:05
@gregturn gregturn closed this May 23, 2018
@gregturn gregturn deleted the issue/DATAJDBC-207 branch May 23, 2018 20:25
@gregturn
Copy link
Contributor

Resolved via b4b6625

mp911de added a commit that referenced this pull request Feb 21, 2022
mp911de added a commit that referenced this pull request Feb 21, 2022
MappingR2dbcConverter now considers custom conversions for inbound and outbound conversion of top-level types (Row to Entity, Entity to OutboundRow) and on property level (e.g. convert an object to String and vice versa).

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