Skip to content
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

Handle get/set/updateNString/NClob/NCharacterStream as get/set/updateString/Clob/CharacterStream [JDBC429] #470

Closed
firebird-automations opened this issue Apr 8, 2016 · 3 comments

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

Handle get/set/updateNString/NClob/NCharacterStream as get/set/updateString/Clob/CharacterStream in PreparedStatement, CallableStatement and ResultSet by calling the equivalent non-N method.

It is not a goal to provide formal support for the NVARCHAR/NCHAR/NCLOB requirements in JDBC. The methods will simply behave as their non-N counterparts for compatibility purposes (ie: clients calling get/set/updateNString etc). This is technically not JDBCcompliant, but on the other hand as Firebird has NVARCHAR/NCHAR (which is an alias for (VAR)CHAR(n) CHARACTER SET ISO8859_1), we may need to support it.

Commits: 4a0fe2f 959c8f4

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

FBClob and FBCachedClob now also implement java.sql.NClob.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: Jaybird 3.0 [ 10440 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants