summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/Makefile.common
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-08-08 12:11:27 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-08-08 12:11:27 +0000
commit63fd3b0cedb51d331e24ff1b136ebdd0c2b53483 (patch)
treefd0c606d43940e2ef58feff4e589b39c1ff2f6ea /databases/sqlrelay/Makefile.common
parentUpdate agryllcms to 1.7.0. (diff)
databases/sqlrelay: 0.60 -> 0.62
- added query filter plugin framework - added regex, string and pattern filters - added normalization translation - added reformatdatetime result set translation - fixed error in sqlrconfigfile class that could cause sqlr-start to - crash if one instance defines addresses but the next doesn't - added query status flag to sqlrservercursor - tweaked odbc driver's SQLGetTypeInfo() - field name is passed into runResultSetTranslations() now - added support for maxitembuffersize, maxselectlistsize, - and maxbindcount for firebird - added native api for node.js - added recognition of bigint, ubigint and uniqueidentifier fields in - freetds/sybase - added nullsasnulls command to sqlrsh - added workaround for freetds empty (but non-null) text fields not getting properly converted to null-terminated empty strings - fetchatonce, maxitembuffersize and maxselectlistsize are set to defaulting values if invalid values are given for them - added lazyconnect option to PHP PDO and Perl DBI drivers (defaults to 1) - direct Transact SQL which returns a result set is now supported with Sybase/SAP/MSSQLServer/FreeTDS - added docs for authentication, query translation, query filter and result set translation modules - added -fPIC to sqlrserver-config --cflags, if supported - the "default" auth module is now called "userlist" - added database auth module that is analagous to authtier="database" - replaced passwordencryption attribute with passwordencryptionid - added --disable-postgresql8-api configure option - tweaked -Werror detection in configure script - refactored sqlr-bench build to work on windows
Notes
Notes: svn path=/head/; revision=393725
Diffstat (limited to 'databases/sqlrelay/Makefile.common')
-rw-r--r--databases/sqlrelay/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlrelay/Makefile.common b/databases/sqlrelay/Makefile.common
index ae74a655698a..9ea3cddfe306 100644
--- a/databases/sqlrelay/Makefile.common
+++ b/databases/sqlrelay/Makefile.common
@@ -1,7 +1,7 @@
# $FreeBSD$
SQLRELAY_PORTNAME= sqlrelay
-SQLRELAY_PORTVERSION= 0.60
+SQLRELAY_PORTVERSION= 0.62
SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME}
SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC