aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIWrapper
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.14Pete Fritchman2001-09-142-2/+2
| | | | Notes: svn path=/head/; revision=47824
* Remove redundant USE_PERL5 statements.Anton Berezin2001-08-241-2/+0
| | | | Notes: svn path=/head/; revision=46821
* Change my email address to petef@FreeBSD.org for the ports I maintain.Pete Fritchman2001-08-221-1/+1
| | | | | | | Reviewed by: ade Notes: svn path=/head/; revision=46662
* Update databases/p5-DBIWrapper to 0.13.Anton Berezin2001-07-272-2/+2
| | | | | | | PR: 29251 Notes: svn path=/head/; revision=45525
* Update to 0.12David W. Chapman Jr.2001-07-223-7/+9
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=45347
* DBIWrapper is the generic database Object for accessingVanilla I. Shu2001-07-165-0/+48
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 Notes: svn path=/head/; revision=45159