Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2017 20:03:54 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441713 - head/databases/cego
Message-ID:  <201705252003.v4PK3s69095419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu May 25 20:03:54 2017
New Revision: 441713
URL: https://svnweb.freebsd.org/changeset/ports/441713

Log:
  databases/cego: update 2.33.9 -> 2.33.11
  
  - Fix in CegoObjectManager::createBTreeObject to avoid some duplicate btree
    entries
  - Added space character in CegoSelect::toChain after distinct keyword
    to avoid certain errors
  - Fix in CegoAttrComp::operator== The values should NOT be compared,
    since they are set up by the calling CegoAttrCond::update method
    Otherwise, the error "Cannot set up diff for attribute condition"
    occurs.
    basecheck54 added to test for the this problem
  - Fix in CegoQueryHelper::evalAttrCond, comparison modulation was
    missing for one case whihc leads to wrong query results for comparisons
    like 3 < a ( constant left )
  - Optimization added for between clause, indexes were just used for
    constant values in between clause ( eg. a between 10 and 20 )
    This has been expanded, that also indexes are used, if attribute
    references are contained ( eg. a between t2.x and t3.y )
  
  Submitted by:	Bjoern Lemke <lemke@lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Thu May 25 19:13:37 2017	(r441712)
+++ head/databases/cego/Makefile	Thu May 25 20:03:54 2017	(r441713)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.33.9
+PORTVERSION=	2.33.11
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Thu May 25 19:13:37 2017	(r441712)
+++ head/databases/cego/distinfo	Thu May 25 20:03:54 2017	(r441713)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494156195
-SHA256 (cego-2.33.9.tar.gz) = 96c1d592877c66ae88b5cb22e1f63e001dfa84532f957d6ac09c44362138010d
-SIZE (cego-2.33.9.tar.gz) = 1404586
+TIMESTAMP = 1495700109
+SHA256 (cego-2.33.11.tar.gz) = 56633053447bece44b3a37d4f65f1c1c17c71c57c86c9e6d03a6b8b6d62a60f5
+SIZE (cego-2.33.11.tar.gz) = 1453776



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705252003.v4PK3s69095419>