mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
CE-1643 Update AbstractFilterExpression.evaluate to take in a QFieldMetaData - so that, in the temporal-based implementations, we can handle DATE_TIMEs differently from DATEs, where we were having RDBMS queries not return expected results, due to Instants being bound instead of LocalDates.
This commit is contained in:
@ -569,7 +569,7 @@ public class AbstractMongoDBAction
|
||||
{
|
||||
try
|
||||
{
|
||||
valueListIterator.set(expression.evaluate());
|
||||
valueListIterator.set(expression.evaluate(field));
|
||||
}
|
||||
catch(QException qe)
|
||||
{
|
||||
|
Reference in New Issue
Block a user