summaryrefslogtreecommitdiff
path: root/databases/libdbi-driver-pgsql
AgeCommit message (Collapse)AuthorFilesLines
2016-10-09Recursive bump for all users of pgsql now that the default is 95.wiz1-1/+2
2016-08-21Update databases/libdbi-drivers-* to 0.9.0.fhajny1-3/+2
- 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
2012-08-05Bump PKGREVISION for change of PostgreSQL default version to 9.1.obache1-2/+2
2011-09-15Files related to libdbi DB drivers have been moved tocheusov1-2/+2
databases/libdbi-driver-sqlite3 directory. This fixes pkglint warnings for databases/libdbi.
2010-10-13postgresql82 had been gone away from pkgsrc,obache1-5/+5
so switch to use default postgresql instead. Bump PKGREVISION.
2010-03-10Initial import of libdbi and its drivers for mysql, postgresql and sqlitewiz3-0/+30
(2 versions); packaged for wip by Aleksey Cheusov. libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework.