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
A Filter with Date > Field creates "Cannot compare Date and tink.sql.Field<Date,...>", whereas flipping the order to Field < Date completes as expected. Same with ==. The issue did not present on Int and VarChar fields.
The workaround is easy enough so this little note is probably enough to help others avoid the issue.
The text was updated successfully, but these errors were encountered:
I wonder why though. Because even for Float there are only Field <op> Float operator overloads but not Float <op> Field, so I expect this will work only one way but the other way round:
A Filter with
Date > Field
creates "Cannot compare Date and tink.sql.Field<Date,...>", whereas flipping the order toField < Date
completes as expected. Same with ==. The issue did not present on Int and VarChar fields.The workaround is easy enough so this little note is probably enough to help others avoid the issue.
The text was updated successfully, but these errors were encountered: