Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2019 08:35:47 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500295 - head/databases/cego
Message-ID:  <201904280835.x3S8Zlpx063169@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Apr 28 08:35:46 2019
New Revision: 500295
URL: https://svnweb.freebsd.org/changeset/ports/500295

Log:
  databases/cego: upgrade 2.44.7 -> 2.44.8
  
  - Added method CegoClient::treateEscape to handle escacpe charaters
    in command strings for interactive and batch mode ( newline, carriage
    return und tab )
  - Further optimization in CegoFunction::getReturnTypeLen, if the
    length argument in left, right substr function is a constant, this
    value is used for schema definition, otherwise the length of the
    source is used. Example:
      select left(a,3) from t1 => length 3 is used for schema
      select left(a,b) from t1 => definition of a is used for schema
    Further optimization done in CegoSelect and CegoAction for schema
    evaluation.
  
  Submitted by:	Bjoern Lemke <lemke@lemke-it.com>

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sun Apr 28 08:30:15 2019	(r500294)
+++ head/databases/cego/Makefile	Sun Apr 28 08:35:46 2019	(r500295)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.44.7
+PORTVERSION=	2.44.8
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Apr 28 08:30:15 2019	(r500294)
+++ head/databases/cego/distinfo	Sun Apr 28 08:35:46 2019	(r500295)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556263131
-SHA256 (cego-2.44.7.tar.gz) = 7d52760dd784fa5e945fc93294e221ff1166712a8f7277d6dd90258bc3ad12eb
-SIZE (cego-2.44.7.tar.gz) = 2797948
+TIMESTAMP = 1556434706
+SHA256 (cego-2.44.8.tar.gz) = aaa5fc72b8854b489617e38ce0ed036ec6733c633bd2ff05b9e7792f4369e115
+SIZE (cego-2.44.8.tar.gz) = 2798196



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904280835.x3S8Zlpx063169>