diff options
author | pi <pi@FreeBSD.org> | 2015-04-04 04:02:03 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-04-04 04:02:03 +0800 |
commit | 078ad31cdb7ea54d8711afb927268f466aa2c239 (patch) | |
tree | 444d3cdaa8cf9470f244f8d544c7f525e8e25101 /databases | |
parent | bfdbc1bd8870d0ae2dadb4b46b7c4077b013794b (diff) | |
download | freebsd-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')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 |
2 files changed, 3 insertions, 3 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/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index b609e50102d2..aae60bf3b61b 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,2 +1,2 @@ -SHA256 (cego-2.20.22.tar.gz) = 7a73c78caa98e7b05170ea2df49fba893b289900cdcccf5fc21e9306a79cc62d -SIZE (cego-2.20.22.tar.gz) = 924520 +SHA256 (cego-2.20.23.tar.gz) = 1782d2304c434dc7e9750fe402d937279ff05b03c17800aa9c05189ab6a44051 +SIZE (cego-2.20.23.tar.gz) = 924956 |