From owner-svn-ports-all@freebsd.org Sat Jun 3 18:48:10 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 C6086BF7265; Sat, 3 Jun 2017 18:48:10 +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 8B9CE7A51B; Sat, 3 Jun 2017 18:48:10 +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 v53Im9K2066705; Sat, 3 Jun 2017 18:48:09 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53Im9VP066703; Sat, 3 Jun 2017 18:48:09 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201706031848.v53Im9VP066703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 3 Jun 2017 18:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442514 - 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: Sat, 03 Jun 2017 18:48:10 -0000 Author: pi Date: Sat Jun 3 18:48:09 2017 New Revision: 442514 URL: https://svnweb.freebsd.org/changeset/ports/442514 Log: databases/cego: 2.33.12 -> 2.33.14 - Design modification in CegoAction for semantic action ( execXXX methods ) An analysed statement is now just executed after complete succesful parsing of the given input. This avoid protocol effects for queries like "select * from t1;;" where the query is executed but the second semicolon is detected as an parse error which also is sent to the client. For this the new method CegoAction::execute has introduced which is ( explicitly ) called after successful CegoAction::parse - Fix for distinct handling in CegoAggreation Fix for alias handling regarding view creates. Alias definitions are mandatory now for aggregated attribute definitions, e.g. create view v1 as select count(*) from t1; => returns now ERROR: Missing alias reference for view create and must be written as create view v1 as select count(*) as c from t1; Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Jun 3 18:41:02 2017 (r442513) +++ head/databases/cego/Makefile Sat Jun 3 18:48:09 2017 (r442514) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.33.12 +PORTVERSION= 2.33.14 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Jun 3 18:41:02 2017 (r442513) +++ head/databases/cego/distinfo Sat Jun 3 18:48:09 2017 (r442514) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495867900 -SHA256 (cego-2.33.12.tar.gz) = da06fc7e8df9b987a74b52128a706c218b8f18c8ee6e3214981936c1461e5a8f -SIZE (cego-2.33.12.tar.gz) = 1455611 +TIMESTAMP = 1496513315 +SHA256 (cego-2.33.14.tar.gz) = f9dd63c30feb446fd5246a7e382f08a8165f91b37c18d7655906459ca4bc187a +SIZE (cego-2.33.14.tar.gz) = 1408782