1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/databases/cego
Björn Lemke 121038037c databases/cego: update 2.48.37 -> 2.48.38
- 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>
2024-01-18 20:02:19 +01:00
..
distinfo databases/cego: update 2.48.37 -> 2.48.38 2024-01-18 20:02:19 +01:00
Makefile databases/cego: update 2.48.37 -> 2.48.38 2024-01-18 20:02:19 +01:00
pkg-descr
pkg-plist