Skip to content

added database-specific data type condition check #628

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 1 commit into from

Conversation

milgarubanjuk
Copy link

Before this commit, when using SimpleJdbcInsert for insert into
nvarchar2 it throws java.sql.SQLException(Invalid column type),
because nvarchar2 is oracle-specific data type.

So I added Types.OTHER condition check On setValue and setNull methods.

Issue: SPR-8571

Before this commit, when using SimpleJdbcInsert for insert into
nvarchar2 it throws java.sql.SQLException(Invalid column type),
because nvarchar2 is oracle-specific data type.

So I added Types.OTHER condition check On setValue and setNull methods.

Issue: SPR-8571
@milgarubanjuk
Copy link
Author

I have signed and agree to the terms of the SpringSource Individual Contributor License Agreement.

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