You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of Date/Time (#362) support we need to ensure that existing update operators applicable to this type (generally same as other non-numeric types) can be used with Date/Time fields.
This may require changes to update operators, especially validation (since pseudo-field name $date needs to be allowed and not taken as update operator); but even without other changes need to add testing.
The text was updated successfully, but these errors were encountered:
As part of Date/Time (#362) support we need to ensure that existing update operators applicable to this type (generally same as other non-numeric types) can be used with Date/Time fields.
This may require changes to update operators, especially validation (since pseudo-field name
$date
needs to be allowed and not taken as update operator); but even without other changes need to add testing.The text was updated successfully, but these errors were encountered: