Announce: DBD-ODBC 1.07
[email protected] ("Jeff Urlwin") Sun, 22 Feb 2004 15:21:06 -0500
| Newsgroups | perl.dbi.users,perl.dbi.announce |
|---|---|
| Message-ID | <[email protected]> |
Added to Subversion version control hosted by perl.org. Thanks Robert!
See ODBC.pm POD for more information.
Added contributing section to ODBC.pm POD -- see more details there!
Added parameter to odbc_errhandler for the NativeError -- thanks to Martin
Busek.
Fix for Makefile.PL not having tab in front of $(NOOP) (Finally).
Fix for SQLForeignKeys thanks to Kevin Shepherd.
Changed the behavior of $sth->{NAME} to not croak when you can't describe
the query (non-select, bad query, etc).
- Excerpt from DBD::ODBC.pm section on
I have recently placed all of the DBD::ODBC source code
under version control at svn.perl.org. If you would like
to use the "bleeding" edge version, you can get the latest
from svn.perl.org via Subversion version control. Note that I
don't guarantee that this version is any different than what
you get from the tarball from CPAN, but hey, it might be :)
You may read about Subversion from:
http://subversion.tigris.org
You can get a subversion client from there and check dbd-odbc out via:
svn checkout http://svn.perl.org/modules/dbd-odbc/trunk <your directory
name here>
Which will, after a short bit a of work, grab all the files into your
local directory tree that you name.
=item B<Contributing>
I am usually very open to contributions, but I have tended
to get behind. That's one strong reason why I've put everything
in a shared version control environment.
Please use Subversion (see above) to appropriately get the latest
versions.
Please, before submitting a patch:
svn update
<test your patch>
svn diff > describe_my_diffs.patch
and send the resuting file to me...
It's probably best to send to [email protected], as I monitor that group.
Regards,
Jeff