summaryrefslogtreecommitdiff
path: root/databases/libdbi-driver-sqlite
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-08-21 19:16:57 +0000
committerfhajny <fhajny>2016-08-21 19:16:57 +0000
commit5293e4b9372adb0cccdc5482a29f6b717b47ef39 (patch)
tree00d040fd44dcc504629edc7d6feb030232220fb7 /databases/libdbi-driver-sqlite
parent20956e1ede269630eead26d2cc4bce1062c29c22 (diff)
downloadpkgsrc-5293e4b9372adb0cccdc5482a29f6b717b47ef39.tar.gz
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
Diffstat (limited to 'databases/libdbi-driver-sqlite')
-rw-r--r--databases/libdbi-driver-sqlite/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libdbi-driver-sqlite/Makefile b/databases/libdbi-driver-sqlite/Makefile
index f309696afd1..597b336f817 100644
--- a/databases/libdbi-driver-sqlite/Makefile
+++ b/databases/libdbi-driver-sqlite/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2011/09/15 21:22:35 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/21 19:16:58 fhajny Exp $
#
.include "../../databases/libdbi-driver-sqlite3/Makefile_drivers"
-LICENSE= gnu-lgpl-v2
+LICENSE= gnu-lgpl-v2.1
DRIVER= sqlite