Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2017 08:34:58 +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: r446373 - head/databases/cego
Message-ID:  <201707220834.v6M8Ywlm005718@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Jul 22 08:34:58 2017
New Revision: 446373
URL: https://svnweb.freebsd.org/changeset/ports/446373

Log:
  databases/cego: update 2.33.19 -> 2.33.20
  
  Fix in CegoDistCursor to support advanced left and right outer
  join queries of the form
  
  SELECT tx.a AS xa, ty.a AS ya FROM t1 tx
  LEFT OUTER JOIN t2 ty ON tx.a = ty.a + 1;
  
  For this, the evaluation of the predicate has to be done in a
  different way to get complete row set
  
  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	Sat Jul 22 08:32:31 2017	(r446372)
+++ head/databases/cego/Makefile	Sat Jul 22 08:34:58 2017	(r446373)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.33.19
+PORTVERSION=	2.33.20
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Jul 22 08:32:31 2017	(r446372)
+++ head/databases/cego/distinfo	Sat Jul 22 08:34:58 2017	(r446373)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500212451
-SHA256 (cego-2.33.19.tar.gz) = 32d81bd0e17da60818ebbddbb0d8addc919108f25173e07565a789c9a49bdeb7
-SIZE (cego-2.33.19.tar.gz) = 1408091
+TIMESTAMP = 1500712103
+SHA256 (cego-2.33.20.tar.gz) = f3c9115f4563a0126554ed58f760895f164f7f6e331c71bc3e59698b57783254
+SIZE (cego-2.33.20.tar.gz) = 1408619



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