1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

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>
This commit is contained in:
Kurt Jaeger 2017-07-22 08:34:58 +00:00
parent 0e1c8df944
commit 731c58726d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446373
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
PORTVERSION= 2.33.19
PORTVERSION= 2.33.20
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

View File

@ -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