Skip to content

Commit

Permalink
Import of VIZDOM/DBD-JDBC-0.62 from CPAN.
Browse files Browse the repository at this point in the history
gitpan-cpan-distribution: DBD-JDBC
gitpan-cpan-version:      0.62
gitpan-cpan-path:         VIZDOM/DBD-JDBC-0.62.tar.gz
gitpan-cpan-author:       VIZDOM
gitpan-cpan-maturity:     released
  • Loading branch information
aptls authored and Gitpan committed Oct 23, 2014
0 parents commit 0e339a8
Show file tree
Hide file tree
Showing 16 changed files with 2,898 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Changes for DBD::JDBC.

May 2000
Version 0.62.

Changed required version of Convert::BER to 1.31 and
removed Convert::BER 1.265 from the driver distribution.

Changed connect implementation to delay creation of $dbh
until server connection has succeeded. This allows
checking of $DBI::{err,errstr,state} in a separate
statement after the call to connect.


January 2000
Added ability to create a single Server with a
pre-existing Java connection within a Java
application. See the example in the example directory.


Added $! to socket error reporting; why'd I leave that
out?


October 1999
Initial version.


Loading

0 comments on commit 0e339a8

Please sign in to comment.