aboutsummaryrefslogtreecommitdiffstats
path: root/databases/cego/Makefile
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2015-04-04 04:02:03 +0800
committerpi <pi@FreeBSD.org>2015-04-04 04:02:03 +0800
commit078ad31cdb7ea54d8711afb927268f466aa2c239 (patch)
tree444d3cdaa8cf9470f244f8d544c7f525e8e25101 /databases/cego/Makefile
parentbfdbc1bd8870d0ae2dadb4b46b7c4077b013794b (diff)
downloadfreebsd-ports-gnome-078ad31cdb7ea54d8711afb927268f466aa2c239.tar.gz
freebsd-ports-gnome-078ad31cdb7ea54d8711afb927268f466aa2c239.tar.zst
freebsd-ports-gnome-078ad31cdb7ea54d8711afb927268f466aa2c239.zip
databases/cego: 2.20.22 -> 2.20.23
- SQL optimizer improvement was added. In case of select conditions with "a is null", neither index nor btree was used. Just for "a = null", the index was used. This has been fixed. - Added fix for btree null value handling. A dedicated null value flag was introduced for each btree value ( class CegoBTreeValue ) to handle null values. Submitted by: lemke@lemke-it.com
Diffstat (limited to 'databases/cego/Makefile')
-rw-r--r--databases/cego/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index f1f47c0749f7..ae5cbf0d170d 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.20.22
+PORTVERSION= 2.20.23
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/