Skip to content

NCHAR Test Fix #80

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

Merged
merged 2 commits into from
Sep 3, 2022
Merged

NCHAR Test Fix #80

merged 2 commits into from
Sep 3, 2022

Conversation

Michael-A-McMahon
Copy link
Member

This branch updates the bind type mapping tests to make use of R2dbcTypes NCHAR and NVARCHAR. These N types need to be configured if a String bind contains non-ascii characters. Otherwise, the driver binds the String as CHAR/VARCHAR, which use the database character. If the database character set is not one that supports non-ascii characters, then these tests would fail.

I also removed an .iml file from IntelliJ which should not have been included in our repo.

@jeandelavarene jeandelavarene merged commit 5fae717 into main Sep 3, 2022
@jeandelavarene jeandelavarene deleted the nchar-test-fix branch September 3, 2022 14:56
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