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
It's currently possible to check that all/no rows validate a more-than or less-than but not that the string is starting with a special set of characters or ending with another set or even contains a set of chars.
Seddryck
changed the title
Add predicates 'contains', 'startswith' and 'endwith' for text columns
Add predicates 'contains', 'starts-with' and 'ends-with' for text columns
Mar 28, 2017
Seddryck
changed the title
Add predicates 'contains', 'starts-with' and 'ends-with' for text columns
Add predicates 'contains', 'starts-with', 'ends-with' and 'matches' for text columns
Aug 16, 2017
Seddryck
changed the title
Add predicates 'contains', 'starts-with', 'ends-with' and 'matches' for text columns
Add predicates 'contains', 'starts-with' ands 'ends-with' for text columns
Aug 16, 2017
Seddryck
changed the title
Add predicates 'contains', 'starts-with' ands 'ends-with' for text columns
Add predicates 'contains', 'starts-with' and 'ends-with' for text columns
Aug 16, 2017
It's currently possible to check that all/no rows validate a
more-than
orless-than
but not that the string is starting with a special set of characters or ending with another set or even contains a set of chars.This is related to #229
The text was updated successfully, but these errors were encountered: