devel/lfcbase,databases/cego: update 1.16.5 -> 1.16.6, 2.47.27 -> 2.47.29

lfcbase:
- Added new method BigDecimal::scaleTo to change scaling for an instance.
  This includes an appropriate rounding, if scaling is reduced

cego:
- In CegoFieldValue::castTo, cast from varchar to fixed is done
  now with newly introduced BigDecimal::scaleTo method
  This includes an appropriate rounding in case of precision reduction.
- Fix in CegoCaseCondition to allow null types in condition
  see dbcheck/check106.sql for a sample
This commit is contained in:
Björn Lemke 2022-09-22 14:56:32 +02:00 committed by Kurt Jaeger
parent 7120a0670f
commit 3da7b52173
4 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= cego
PORTVERSION= 2.47.27
PORTVERSION= 2.47.29
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1660657582
SHA256 (cego-2.47.27.tar.gz) = 3a1141990401a0bf5fe8c8441ef22152234bc824e899a024761f121a8a0148b9
SIZE (cego-2.47.27.tar.gz) = 3473000
TIMESTAMP = 1663837175
SHA256 (cego-2.47.29.tar.gz) = 6fcc040cd24dd4d184cac8f6c4c7554a9e678729856088b7b4a6011e7117d955
SIZE (cego-2.47.29.tar.gz) = 3473181

View file

@ -1,5 +1,5 @@
PORTNAME= lfcbase
PORTVERSION= 1.16.5
PORTVERSION= 1.16.6
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1660657505
SHA256 (lfcbase-1.16.5.tar.gz) = 6ff76a3322ac2c69c269fe4c6820e2f652223da0c2024016d9f306a2d3dedcc5
SIZE (lfcbase-1.16.5.tar.gz) = 649395
TIMESTAMP = 1663837149
SHA256 (lfcbase-1.16.6.tar.gz) = 2b3a342fe24cdd4479d15320f52432f4a50e1666bd605356e8f2130a98bd585f
SIZE (lfcbase-1.16.6.tar.gz) = 649646