Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] JDBCConnection Behavior Change

Hey all,

I've changed the behavior of the JDBCConnection class so that it no longer
invokes open() in the constructor.  This allows extenders to override
aspects of the class (e.g. acquiring version information).  This was a fix
for BZ 150590.

If you are using JDBCConnection, or a derivative, you will need to
explicitly invoke open() after creating the object.

Have a great day,
Rob



Back to the top