mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
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>
This commit is contained in:
parent
28ae037f5b
commit
121038037c
@ -1,5 +1,5 @@
|
||||
PORTNAME= cego
|
||||
PORTVERSION= 2.48.37
|
||||
PORTVERSION= 2.48.38
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.lemke-it.com/
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user