Hibernate on version 4.1.8 and after are now using some JDBC4 methods, like void setCharacterStream(int parameterIndex,
Reader reader,
long length)
throws SQLException
Since jtds does not support this (and possible other stream methods) jdbc4, an java.lang.AbstractMethodError is thrown
It would be nice if jtds have these implemented
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I agree. facing AbstractMethodError as jTDS driver does not implement the PreparedStatement.setCharacterStream(...) method. Any plans for future release for those fixes?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
The isValid(int timeout) on the Connection class would be particularly helpful if it were implemented.
Also, is there any support for the Sql Server nchar and nvarchar types?
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
Hibernate on version 4.1.8 and after are now using some JDBC4 methods, like void setCharacterStream(int parameterIndex,
Reader reader,
long length)
throws SQLException
Since jtds does not support this (and possible other stream methods) jdbc4, an java.lang.AbstractMethodError is thrown
It would be nice if jtds have these implemented
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
I concur
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
Is there any plan to support jdbc 4.0 in the near future?
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
+1 for this feature. Are there any plans? JDBC 4.1 is out already.
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
I agree. facing AbstractMethodError as jTDS driver does not implement the PreparedStatement.setCharacterStream(...) method. Any plans for future release for those fixes?
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
+1 for this
implement the PreparedStatement.setCharacterStream(...) method!
THX
Last edit: Anonymous 2015-11-20