summaryrefslogtreecommitdiff
path: root/databases/libdbi-driver-sqlite3
AgeCommit message (Collapse)AuthorFilesLines
2017-04-22Revbump after icu updateadam1-2/+2
2016-12-12Revert "Specify readline requirement on 30 packages"wiz1-2/+1
Many of these definitely do not depend on readline. So there must be a different underlying problem, and that should be tracked down instead of papering over it.
2016-12-04Recursive revbump from textproc/icu 58.1ryoon1-1/+2
2016-12-04Specify readline requirement on 30 packagesmarino1-1/+2
Solves: /usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline The missing specification is obvious on DragonFly because there's no publically accessible version of readline in base.
2016-08-21Update databases/libdbi-drivers-* to 0.9.0.fhajny4-34/+21
- 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
2016-04-11Recursive revbump from textproc/icu 57.1ryoon1-2/+2
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-10Recursive revbump from textproc/icuryoon1-2/+2
2015-04-06Revbump after updating textproc/icuadam1-2/+2
2014-10-07Revbump after updating libwebp and icuadam1-2/+2
2014-04-09recursive bump from icu shlib major bump.obache1-2/+2
2013-10-19Revbump after updating textproc/icuadam1-2/+2
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-27Recursive bump from icu shlib major bumped to 49.obache1-2/+2
2011-10-09Update my emailcheusov1-2/+2
2011-09-15Files related to libdbi DB drivers have been moved tocheusov4-2/+60
databases/libdbi-driver-sqlite3 directory. This fixes pkglint warnings for databases/libdbi.
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-1/+2
2010-03-10Initial import of libdbi and its drivers for mysql, postgresql and sqlitewiz3-0/+29
(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.