mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
databases/cego: update 2.48.48 -> 2.49.0, cegobridge 1.6.5 -> 1.7.0
- In CegoCaseCond, added getPlanList method to retrieve execution plan for nested selects. The planlist then is catched in CegoFactor::getPlanList - Consolidation done for data types decimal and fixed. This version just supports the decimal datatype which originally was the fixed datatype. The original decimal datatype was useless. IMPORTANT: To migrate to version 2.49, you have to xml export the databases and rename the datatype strings "fixed" and "FIXED" to "decimal" and "DECIMAL" - cegobridge needs to be rebuild
This commit is contained in:
parent
0bfdf0bed6
commit
b49179e8ca
4 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= cego
|
PORTNAME= cego
|
||||||
PORTVERSION= 2.48.48
|
PORTVERSION= 2.49.0
|
||||||
|
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://www.lemke-it.com/
|
MASTER_SITES= http://www.lemke-it.com/
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1711982900
|
TIMESTAMP = 1716188146
|
||||||
SHA256 (cego-2.48.48.tar.gz) = edfd21c07f571686686c6fb03cdf6b99b8553ab8fad617378eb29a188c6de813
|
SHA256 (cego-2.49.0.tar.gz) = 0936cd87a2c6502bbcf037fb4eb5b799b1c889fc15f187587c5f300df4976e12
|
||||||
SIZE (cego-2.48.48.tar.gz) = 3252066
|
SIZE (cego-2.49.0.tar.gz) = 3265397
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= cegobridge
|
PORTNAME= cegobridge
|
||||||
PORTVERSION= 1.6.5
|
PORTVERSION= 1.7.0
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://www.lemke-it.com/
|
MASTER_SITES= http://www.lemke-it.com/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1702487745
|
TIMESTAMP = 1715841372
|
||||||
SHA256 (cegobridge-1.6.5.tar.gz) = 08b33484865b9512de5705bbb447165ddf31b5a74b8ad5fb858039dba0be4d3d
|
SHA256 (cegobridge-1.7.0.tar.gz) = a649fbaff424446158f19d7fd077b549c81d0078a924e22958d5e0609711c11d
|
||||||
SIZE (cegobridge-1.6.5.tar.gz) = 588348
|
SIZE (cegobridge-1.7.0.tar.gz) = 621851
|
||||||
|
|
Loading…
Add table
Reference in a new issue