- 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>
The SQLDeveloper distribution has built-in OpenJFX for other OSes,
and it can work with it on FreeBSD (by forcing the path to one of them),
but not all functions work.
We have very little reason to keep this option, then we have a fully
functional port java/openjfx14.
Approved by: arrowd (mentor)
This is a Java application using JavaFX from port java/openjfx14.
Also reduce "Flat size" from 545MiB to 422MiB.
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D43410
This fails:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic>=1.10,<2,1:devel/py-pydantic@${PY_FLAVOR}
That's probably because pydantic has comma in its version and it isn't properly handled:
py39-pydantic-1.10.13,1
Approved by: portmgr (unbreak)
If postgresql_login_class is not set, honour the setting in /etc/passwd.
The previous commit ignored the passwd setting and set the login class
to "default" if it was left unset.
PR: 275851
Some symbols in the linker version script librrd.sym are undefined when
the CACHE option is off. Suppress errors with lld >= 17 due to these
undefined symbols.
PR: 273753
MFH: 2024Q1
changes:
https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.27---jan-3--2023https://www.mongodb.com/docs/manual/release-notes/4.4-changelog/#4.4.27-changelog
Remove enterprise modules from the build. Just build the community edition. This is something new in this version. This is not mentioned in the release notes but the build failed with unhandled dependencies.
[00:02:07] configuring module: enterprise
[00:02:07] Checking for C++ header file net-snmp/net-snmp-config.h... no
[00:02:08] Could not find <net-snmp/net-snmp-config.h>, required for enterprise build.
[00:02:08] See /wrkdirs/usr/ports/databases/mongodb44/work/mongodb-src-r4.4.27/build/scons/config.log for details
[00:02:09] ===> Compilation failed unexpectedly.
Enterprise modules consist of:
> ls /usr/ports/databases/mongodb44/work/mongodb-src-r4.4.27/src/mongo/db/modules/enterprise/src/
audit fle inmemory ldap queryable scripts snmp
encryptdb hot_backups kerberos mongohouse sasl search util
Bump version.
Poudriere stage-qa: ok (aarch64)