Commit Graph

7 Commits

Author SHA1 Message Date
Pete Fritchman
8026900b57 Update to 0.15 2001-11-02 14:16:27 +00:00
Pete Fritchman
4add2be2d5 Update to 0.14 2001-09-14 08:15:36 +00:00
Anton Berezin
2835757114 Remove redundant USE_PERL5 statements. 2001-08-24 21:32:55 +00:00
Pete Fritchman
35db8cc37d Change my email address to petef@FreeBSD.org for the ports I maintain.
Reviewed by:	ade
2001-08-22 23:07:23 +00:00
Anton Berezin
a55a566cc4 Update databases/p5-DBIWrapper to 0.13.
PR:	29251
2001-07-27 12:25:36 +00:00
David W. Chapman Jr.
823e9eade6 Update to 0.12
update pkg-descr to point out this is a Perl module (suggested by mi@)
rename port to p5-DBIWrapper (also suggested by mi@)

PR:		29130
Submitted by:	maintainer
2001-07-22 03:46:53 +00:00
Vanilla I. Shu
fc652a2fca DBIWrapper is the generic database Object for accessing
the DBI database interface.  It provides the lowest level
of functionality needed by any program wanting to access
databases via the DBI.  Currently, DBIWrapper is only
aware of Pg (PostgreSQL), mysql (MySQL) and ODBC DBD
modules and how to work with them correctly.

Support for transactions on MySQL is now checked for and
if found to be available, the AutoCommit flag is turned
off so that transactions will be used.

PR:		ports/28563
Submitted by:	Pete Fritchman
2001-07-16 07:22:50 +00:00