diff options
author | pi <pi@FreeBSD.org> | 2017-12-01 04:09:16 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-12-01 04:09:16 +0800 |
commit | d43d786f88fdd481e359fc8a0597fdcfda043392 (patch) | |
tree | eb5a90944cac76eea5538cf5fafb8c83dc935920 /databases | |
parent | 0428ab6e263b1370140abe465c4f349675d6f812 (diff) | |
download | freebsd-ports-gnome-d43d786f88fdd481e359fc8a0597fdcfda043392.tar.gz freebsd-ports-gnome-d43d786f88fdd481e359fc8a0597fdcfda043392.tar.zst freebsd-ports-gnome-d43d786f88fdd481e359fc8a0597fdcfda043392.zip |
devel/lfcbase: update 1.11.1 -> 1.11.2
databases/cego: update 2.38.5 -> 2.38.6
lfcbase:
- More detailed exception messages for BigDecimal and BigInteger
cego:
- Fix in CegoFunction::getId and CegoSelect::getQueryId : with
enabled query cache, the following select is cached
select nextcount(mycount);
- Since nextcount is a modifying operation, this is not a good idea.
To avoid caching, CegoFunction now throws an Exception if
nextcount / setcount function calls are detected during getQueryId.
For these cases, the query id ignored for caching
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 3dae1bd1facb..37456bbfedfc 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.38.5 +PORTVERSION= 2.38.6 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 40c97edc0536..9d0b6fafe7b8 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1511609756 -SHA256 (cego-2.38.5.tar.gz) = 8a0e4133eaeaf7050a092daf888ea0321d65e754aa31059cbf5e3fc9d43b0f78 -SIZE (cego-2.38.5.tar.gz) = 1443219 +TIMESTAMP = 1511983134 +SHA256 (cego-2.38.6.tar.gz) = f073969909bd40eb89ea6666eb63cfc1225fdf037194419ccf0484842b3b6492 +SIZE (cego-2.38.6.tar.gz) = 1443465 |