svn commit: r383171 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Fri Apr 3 20:02:05 UTC 2015


Author: pi
Date: Fri Apr  3 20:02:03 2015
New Revision: 383171
URL: https://svnweb.freebsd.org/changeset/ports/383171

Log:
  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 at lemke-it.com

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Fri Apr  3 19:43:30 2015	(r383170)
+++ head/databases/cego/Makefile	Fri Apr  3 20:02:03 2015	(r383171)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.20.22
+PORTVERSION=	2.20.23
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Fri Apr  3 19:43:30 2015	(r383170)
+++ head/databases/cego/distinfo	Fri Apr  3 20:02:03 2015	(r383171)
@@ -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


More information about the svn-ports-all mailing list