summaryrefslogtreecommitdiff
path: root/databases/cego
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-04-05 17:10:43 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-04-05 17:10:43 +0000
commit5fd30ea13004c96868a62f5112956723270d30a2 (patch)
treea71a30c0282151a58e3c00b5c0d12b182c1bb3e6 /databases/cego
parentGive back to the ports pool (diff)
databases/cego: update 2.39.11 -> 2.39.12
- Patch in CegoClient to catch format exceptions like "Invalid datetime string <0> for format <%d.%m.%Y %H:%M:%S>" This may happen, if on server side bad union selects are defined like create view v1 as select a as a, b as b from t1 union all select a as a, 0 as b from t2; where b is a datetime data type. In this case, invalid formatted strings occur on the client side, which are catched now. - Patch in CegoDatabaseManager::useObject to support lock delay values > 1 sec. The DBM_LOCKDELAY value in CegoDefs has now increased to 2500 msec. In some cases for heavy updates ( e.g. clob updates ) this might be useful to avoid ugly exclusive lock delay messages in database log file - Fix in CegoTableManager::updateTuple. If the update fails ( this might happen, if another transaction actually updates the corresponding tuple ), any allocated lob values are freed now. Otherwise the data pages for the lob values were allocated with no more references. Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Notes
Notes: svn path=/head/; revision=466571
Diffstat (limited to 'databases/cego')
-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 34a5a29b9828..6af9b52f32c0 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.39.11
+PORTVERSION= 2.39.12
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 9b3ab5d5f237..400784723300 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522582457
-SHA256 (cego-2.39.11.tar.gz) = 2583698f969bb57e0f85705671973b1db661a21148f80964110c207956a7b395
-SIZE (cego-2.39.11.tar.gz) = 1673838
+TIMESTAMP = 1522947596
+SHA256 (cego-2.39.12.tar.gz) = 5e41fa096e1982ef2d1ba3e783d6374ff1dc9b994d19bf3920c328adaa73c61e
+SIZE (cego-2.39.12.tar.gz) = 1674154