diff options
author | pi <pi@FreeBSD.org> | 2017-07-22 16:34:58 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-07-22 16:34:58 +0800 |
commit | 2513859bf88f94379498b8e2ca9fd56c3baf18e8 (patch) | |
tree | 712dc381aa109460b135ac7fe2d3f2a362e8dc76 /databases | |
parent | d156288ce445d6408e23113b016c93b315ceeb0f (diff) | |
download | freebsd-ports-gnome-2513859bf88f94379498b8e2ca9fd56c3baf18e8.tar.gz freebsd-ports-gnome-2513859bf88f94379498b8e2ca9fd56c3baf18e8.tar.zst freebsd-ports-gnome-2513859bf88f94379498b8e2ca9fd56c3baf18e8.zip |
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>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 2d3310734d81..58911ab40614 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.33.19 +PORTVERSION= 2.33.20 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index c94ddb78edfa..cdfed005c68e 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -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 |