mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
databases/cego: update 2.37.3 -> 2.38.0
databases/cegobridge: update 1.2.1 -> 1.3.0 cego: - Fix in CegoSelect::clone, pUnionSelect was not cloned, which might lead to seg faults - Introduced predicate clause for select .. in ( expr, expr, ... ), e.g. select * from t1 where a in ( 1, 2, 3 ); This was still not implemented but is part of standard SQL. cegobridge: - Adaptions made for modified cego-2.38.0 API with extended CegoDatabaseFormatter::formatPred method ( exprList was added for new introduced select in ( expr list ) predicate ) Submitted by: Bjoern Lemke <lemke@lemke-it.com>
This commit is contained in:
parent
a953af1f22
commit
a90cb2865a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454415
4 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cego
|
||||
PORTVERSION= 2.37.3
|
||||
PORTVERSION= 2.38.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.lemke-it.com/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1510726598
|
||||
SHA256 (cego-2.37.3.tar.gz) = 4bad7a9e060400842cc50f5905fe02d9670b3ae947bad7c41951553423bc4aa0
|
||||
SIZE (cego-2.37.3.tar.gz) = 1440511
|
||||
TIMESTAMP = 1510990859
|
||||
SHA256 (cego-2.38.0.tar.gz) = 97619a70c2f503c599169a7743042df94ad68199e926dd0a1a630970a4e1398e
|
||||
SIZE (cego-2.38.0.tar.gz) = 1442562
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cegobridge
|
||||
PORTVERSION= 1.2.1
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.lemke-it.com/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1510339210
|
||||
SHA256 (cegobridge-1.2.1.tar.gz) = 78a0536146449ebb520edf8a3190f7bde9594825531cf2159d2ed60b77fba8d0
|
||||
SIZE (cegobridge-1.2.1.tar.gz) = 576073
|
||||
TIMESTAMP = 1510990874
|
||||
SHA256 (cegobridge-1.3.0.tar.gz) = 4536ea827db51f45c9146e8818378d4ea5fa138db007bf10d1c9d7f482a71682
|
||||
SIZE (cegobridge-1.3.0.tar.gz) = 576153
|
||||
|
|
Loading…
Add table
Reference in a new issue