summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2017-06-03 18:48:09 +0000
committerKurt Jaeger <pi@FreeBSD.org>2017-06-03 18:48:09 +0000
commitdc3e3a749bc9140dcac7384a6b419731fdea699f (patch)
tree9a2bf4c54659e8861a7e14357cfe976910d267ba
parent- Set USES: autoreconf (diff)
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 <lemke@lemke-it.com>
Notes
Notes: svn path=/head/; revision=442514
-rw-r--r--databases/cego/Makefile2
-rw-r--r--databases/cego/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 24655474fa2b..a6b9fcdc17c9 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.33.12
+PORTVERSION= 2.33.14
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 873865ecd1e0..562ae0790b64 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -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