From owner-svn-ports-all@freebsd.org Thu May 25 20:03:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07E29D82CCD; Thu, 25 May 2017 20:03:56 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5B5A136D; Thu, 25 May 2017 20:03:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4PK3snI095421; Thu, 25 May 2017 20:03:54 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4PK3s69095419; Thu, 25 May 2017 20:03:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201705252003.v4PK3s69095419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 25 May 2017 20:03:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441713 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2017 20:03:56 -0000 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 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