Subject: CVS commit: pkgsrc/databases
From: Filip Hajny
Date: 2016-08-21 21:16:58
Message id: 20160821191658.77570FBC3@cvs.NetBSD.org

Log Message:
Update databases/libdbi-drivers-* to 0.9.0.

- some of the drivers now export client library functions to the
  programmer via the dbi_driver_specific_function() interface
- if necessary, the drivers now support libdbi instances
- a segfault in the oracle driver caused by INSERT statements was
  fixed
- the pgsql driver now supports features specific to PostgreSQL 9
  and later
- drivers now support transactions and savepoints if the
  underlying database engines do
- additional libdbi hint about position in a result set allows
  tremendous speedup of sequential reads from MySQL result sets
- various memory leaks were plugged
- database specific test scripts allow tests without affecting
  existing database clusters
- completely rewritten test kit increases coverage and improves
  error reporting

Files:
RevisionActionfile
1.6modifypkgsrc/databases/libdbi-driver-mysql/Makefile
1.5modifypkgsrc/databases/libdbi-driver-pgsql/Makefile
1.3modifypkgsrc/databases/libdbi-driver-sqlite/Makefile
1.13modifypkgsrc/databases/libdbi-driver-sqlite3/Makefile
1.4modifypkgsrc/databases/libdbi-driver-sqlite3/Makefile_drivers
1.3modifypkgsrc/databases/libdbi-driver-sqlite3/distinfo
1.2modifypkgsrc/databases/libdbi-driver-sqlite3/patches/patch-configure