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
I would like to apply a filter condition that filters a string for equality. Since you state in your README that there is no string equivalent for :eq condition value, we (ab)use numeric :eq for that and it worked fine since SQL can handle string comparison quite well.
With the 0.4.2 release you included Fix integer out of range #284 PR. This prevents abusing numeric :eq for :string_eq filter.
My Question(s):
Will there be a string equals filter in the future or are we required to create a custom filters (Proc) for that functionality?
Or am I doing something completely wrong here?
The text was updated successfully, but these errors were encountered:
Hi!
I would like to apply a filter condition that filters a string for equality. Since you state in your
README
that there is no string equivalent for:eq
condition value, we (ab)use numeric:eq
for that and it worked fine since SQL can handle string comparison quite well.With the 0.4.2 release you included Fix integer out of range #284 PR. This prevents abusing numeric
:eq
for:string_eq
filter.My Question(s):
Will there be a string equals filter in the future or are we required to create a custom filters (Proc) for that functionality?
Or am I doing something completely wrong here?
The text was updated successfully, but these errors were encountered: