summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql/DESCR
diff options
context:
space:
mode:
authormartti <martti>2002-03-20 11:33:04 +0000
committermartti <martti>2002-03-20 11:33:04 +0000
commit0a8942ca545b7ba387e3102765a62ce8add0d252 (patch)
tree181d5862abe493d22935d404a4214c54f734799c /databases/p5-DBD-mysql/DESCR
parent602620e0cf8c103445d0f5ac9cec5c75318378f2 (diff)
downloadpkgsrc-0a8942ca545b7ba387e3102765a62ce8add0d252.tar.gz
Updated p5-DBD-mysql to 1.2219
Changes since 2.2216 are missing, here is the changes from 1.2215 to 1.2216 : * Portability changes for mSQL 3 and MySQL 4. * Added transaction support for MySQL. (Bob Lyons <lyons@nextrials.com>) * dbd/dbdimp.c: Fixed MAXLENGTH warning; used to hint for a not existing mysql_maxlength, which should read mysql_max_length. (Paul DuBois <paul@snake.net>) * Fixed installation problem when a directory was specified, but did not exist. (Will Partain <partain@dcs.gla.ac.uk>) * Fixed that mysql_errno wasn't used properly. (Chris Adams <cmadams@hiwaay.net>) * Fixed test suite problem, when user name and password have been interpolated. (Bruno Hivert (LMC) <lmcbrhi@lmc.ericsson.se>) * mysql_insertid and mysql_affectedrows are no longer treated as integers, but longs. Thanks to Michael G Schwern <schwern@pobox.com>.
Diffstat (limited to 'databases/p5-DBD-mysql/DESCR')
-rw-r--r--databases/p5-DBD-mysql/DESCR19
1 files changed, 10 insertions, 9 deletions
diff --git a/databases/p5-DBD-mysql/DESCR b/databases/p5-DBD-mysql/DESCR
index 72de65e8b24..d5e2b205770 100644
--- a/databases/p5-DBD-mysql/DESCR
+++ b/databases/p5-DBD-mysql/DESCR
@@ -1,10 +1,11 @@
Mysql.pm and DBD::mysql implement two different approaches to
-communicate with an mysql server. DBD::mysql is built
-upon the DBI, the generic Perl Database Interface. It brings you an
-identical interface to a broad variety of databases and is in this
-regard comparable to ODBC. The advantage of the DBI approach is
-portability and interoperability. Mysql.pm is the elder species.
-It was written before DBI was available but inspired by an early
-draft of the DBI specification. As has been been circulating longer
-it are more mature and pretty stable. It is also more complete
-than DBD::mysql.
+communicate with an mysql server. DBD::mysql is built upon the DBI,
+the generic Perl Database Interface. It brings you an identical
+interface to a broad variety of databases and is in this regard
+comparable to ODBC.
+
+The advantage of the DBI approach is portability and interoperability.
+Mysql.pm is the elder species. It was written before DBI was
+available but inspired by an early draft of the DBI specification.
+As has been been circulating longer it are more mature and pretty
+stable. It is also more complete than DBD::mysql.