summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/Makefile.common
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-10-30 11:51:34 +0000
committerfhajny <fhajny>2014-10-30 11:51:34 +0000
commit33286063058945294c4ee013b1a8fbcf86a461bd (patch)
tree8901aaec365acb60f146f4a7a238fb27f01e2400 /databases/sqlrelay/Makefile.common
parent2d51ef3a5412591c1b0af3a3ac9c39ee6f7d2e04 (diff)
downloadpkgsrc-33286063058945294c4ee013b1a8fbcf86a461bd.tar.gz
Update sqlrelay to 0.57.
Changes in 0.57: - fixed an overloaded virtual function error in sqlr-status - fixed parsing of "term as type" clauses in queries - fixed 0 vs. None error in python getRowDictionary method - tweaked php and php_pdo modules to build with php 5.6.0 on windows - updated deployment projects for windows, adding perl, php, python and java, and adding x64 support - describe/getColumnList supports synonyms with oracle now - the mysql, firebird and oracle connections return sensible errors when the format of a numeric bind variable is wrong now - fixed a bug that could cause the mysql connection to loop up if alphanumeric bind variable names were used instead of numbers - fixed a bug that could cause the database specified in the mysql connection string to be ignored - fixed a bind-variable translation bug that could cause variables not to be translated when multiple formats are used in the same query and one of them is the correct format - describing oracle tables returns key (PRI,UNI,MUL) info now - added disablekeylookup option to disable getting key information when describing oracle tables - fixed broken --with-system-libtool configure option - mysql-config --libs_r is used in preference to --libs now, solves build error with maria db on ubuntu 14.04.1 - fixed mysql drop-in lib errors with mysql_row_seek and mysql_row_tell
Diffstat (limited to 'databases/sqlrelay/Makefile.common')
-rw-r--r--databases/sqlrelay/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlrelay/Makefile.common b/databases/sqlrelay/Makefile.common
index 5be88f39de1..ea3a69b3917 100644
--- a/databases/sqlrelay/Makefile.common
+++ b/databases/sqlrelay/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2014/08/13 22:40:55 joerg Exp $
+# $NetBSD: Makefile.common,v 1.5 2014/10/30 11:51:34 fhajny Exp $
# used by databases/p5-sqlrelay/Makefile
# used by databases/php-sqlrelay/Makefile
# used by databases/py-sqlrelay/Makefile
@@ -10,7 +10,7 @@
# used by databases/sqlrelay-sqlite/Makefile
# used by databases/sqlrelay/Makefile
-DISTNAME= sqlrelay-0.56
+DISTNAME= sqlrelay-0.57
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sqlrelay/}