Skip to content

Commit

Permalink
databases/cego: update 2.48.37 -> 2.48.38
Browse files Browse the repository at this point in the history
- Patch added in CegoQueryHelper::evalBetween
  The comparison ( f2 <= f1 && f1 <= f3 ) has changed to
  ( f1 >= f2 && f1 <= f3 )
  This forces a type cast to f1 datatype in case mismatched datatypes.
  This might be useful for queries like
  select a from v1 where a between '30.11.2023' and '31.12.2023';
  where a cast should be done to date time value ( instead of string )

Author:    Björn Lemke <lemke@lemke-it.com>
  • Loading branch information
bjlemke authored and opsec committed Jan 18, 2024
1 parent 28ae037 commit 1210380
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion databases/cego/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= cego
PORTVERSION= 2.48.37
PORTVERSION= 2.48.38
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

Expand Down
6 changes: 3 additions & 3 deletions databases/cego/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1703098111
SHA256 (cego-2.48.37.tar.gz) = 652dd7958c42974f4b60201b41f53b82dbe47941877dd428e7e602698ea9fbc1
SIZE (cego-2.48.37.tar.gz) = 3218800
TIMESTAMP = 1705419918
SHA256 (cego-2.48.38.tar.gz) = c3eac17c03a456c4e9321d6deb73c08b6cec1bb63fc7cb31ac8ed3ed2dd8135f
SIZE (cego-2.48.38.tar.gz) = 3242079

0 comments on commit 1210380

Please sign in to comment.