Bugs fixed:
        Added useServerPrepStmts property (default
        false). The driver will use server-side
        prepared statements when the server version supports them (4.1
        and newer) when this property is set to true.
        It is currently set to false by default until
        all bind/fetch functionality has been implemented. Currently
        only DML prepared statements are implemented for 4.1 server-side
        prepared statements.
      
        Added requireSSL property.
      
        Track open Statements, close all when
        Connection.close() is called (JDBC
        compliance).
      

User Comments
Add your own comment.