diff options
author | Björn Lemke <lemke@lemke-it.com> | 2023-01-24 09:16:44 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2023-01-24 10:49:11 +0000 |
commit | 314ad8b61a980fe77aeb170b6742af1503aad7dc (patch) | |
tree | cd176007d12352120bc041c5b50ea358f769b25f /databases/cego | |
parent | 4e0f69d752a5a05c823b2f09d37f4bf1d71e7936 (diff) |
databases/cego: 2.48.10 -> 2.48.14
- Fix added in CegoObjectManager::alterObject, after freeing old page entry,
page should be unfixed with marked as dirty. In the main loop,
unfix has been changed to dirty = false
- Added function dateformat which can be feeded with two expressions
to return a datetime value from a given format and value string (
analog to date(x,y) which expects constant input values )
- Added more date functions to the datefunc package. Now there are
the following date functions available
int second(datetime d)
int minute(datetime d)
int hour(datetime d)
int day(datetime d)
int month(datetime d)
int year(datetime d)
datetime plusHour(datetime d, int hr)
datetime plusDay(datetime d, int dy)
datetime plusMonth(datetime d, int mt)
datetime plusYear(datetime d, int yr)
datetime minusHour(datetime d, int hr)
datetime minusDay(datetime d, int dy)
datetime minusMonth(datetime d, int mt)
datetime minusYear(datetime d, int yr)
- In CegoMain, added DEFAULTDATETIMEFORMAT1 to dateFormat list to
also parse this format for native cast from string to datetime
- Added Query Cache menu to CegoAdmScreen to manage query cache parameters
Diffstat (limited to 'databases/cego')
-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 a4a5bca39f27..d26041d54430 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.48.10 +PORTVERSION= 2.48.14 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 957f951eb1dd..758b06a2014c 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672738126 -SHA256 (cego-2.48.10.tar.gz) = bcd28bb6d0d56ea0e9e93a8130c3dd04620c0409ebfffcb810a720e26ec2f555 -SIZE (cego-2.48.10.tar.gz) = 3219807 +TIMESTAMP = 1674549974 +SHA256 (cego-2.48.14.tar.gz) = 02c67d50e45ec0c9d7273d9244af899851f8b65bc88f30063fe8b13b7ff90b0b +SIZE (cego-2.48.14.tar.gz) = 3222605 |