aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2017-09-10 04:38:04 +0800
committerpi <pi@FreeBSD.org>2017-09-10 04:38:04 +0800
commit1d9db8c89379c442ad1bb403a4a8d7b7d2a27d1f (patch)
treeb74683f32d5b15752d6b8f5c8289b3645a2d0672 /databases
parent1ef9144cb5cb326d0cb6a1ac9bc1c11e6cc3f43b (diff)
downloadfreebsd-ports-gnome-1d9db8c89379c442ad1bb403a4a8d7b7d2a27d1f.tar.gz
freebsd-ports-gnome-1d9db8c89379c442ad1bb403a4a8d7b7d2a27d1f.tar.zst
freebsd-ports-gnome-1d9db8c89379c442ad1bb403a4a8d7b7d2a27d1f.zip
databases/cego: update 2.35.4 -> 2.35.8
- Fix in CegoQueryHelper::aggregateTuple, in case of min-Aggregation, wrong results may occur, if null values have to be treated. Since null value handling is now treated inside CegoFieldValue, some code here was obsolete. - Fix in CegoPredDesc for INSUB and NOTINSUB constructor + clone method. There was a confusing with the isNegated flag which has been corrected ( also in using class CegoAction ) The wrong negation might lead to wrong query result for views using subselect with in or not in subselects - Bug fix in CegoDistCursor::getTuple, for the LEFTOUTER case and moreRight conditions, the right table cursor was called double time ( native and with nextRight ). The native call has to be removed since this may lead to strange effects actually just observed for mingw compiles Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Diffstat (limited to 'databases')
-rw-r--r--databases/cego/Makefile2
-rw-r--r--databases/cego/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 86833c014106..5ce0af4d5c9a 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.35.4
+PORTVERSION= 2.35.8
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 96c0f3b324e2..43c6183d8513 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504431444
-SHA256 (cego-2.35.4.tar.gz) = 09c365b29d7acc113e7f9d0b68eadfd4f8e10a271e46665e68536ab8ae3c865f
-SIZE (cego-2.35.4.tar.gz) = 1415732
+TIMESTAMP = 1504989098
+SHA256 (cego-2.35.8.tar.gz) = 46356414492f8e114d301043e607c3b6821d4ceac24eb49746947fbf7a705307
+SIZE (cego-2.35.8.tar.gz) = 1415296