Menu

#46 Support JDBC 4.0 spec

open
nobody
None
5
2015-11-20
2007-02-01
No

I'm not familiar with the details of the JDBC 4.0 spec, this is a reminder item.

Discussion

  • Anonymous

    Anonymous - 2012-08-31

    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?

     
  • Anonymous

    Anonymous - 2012-12-17

    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

     
  • Anonymous

    Anonymous - 2015-01-23

    Is there any plan to support jdbc 4.0 in the near future?

     
  • Anonymous

    Anonymous - 2015-06-08

    Is there any plan to support jdbc 4.0 in the near future?

    +1 for this feature. Are there any plans? JDBC 4.1 is out already.

     
  • Anonymous

    Anonymous - 2015-10-21

    I agree. facing AbstractMethodError as jTDS driver does not implement the PreparedStatement.setCharacterStream(...) method. Any plans for future release for those fixes?

     
  • Anonymous

    Anonymous - 2015-11-20

    +1 for this
    implement the PreparedStatement.setCharacterStream(...) method!
    THX

     

    Last edit: Anonymous 2015-11-20

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.