Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add predicates 'contains', 'starts-with' and 'ends-with' for text columns #263

Closed
Seddryck opened this issue Mar 28, 2017 · 3 comments
Closed

Comments

@Seddryck
Copy link
Owner

Seddryck commented Mar 28, 2017

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.

This is related to #229

@Seddryck Seddryck added this to the v1.15 milestone Mar 28, 2017
@Seddryck 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 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 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
Copy link
Owner Author

@Seddryck 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
@Seddryck
Copy link
Owner Author

Added support for attribute ignore-case and preview available at https://ci.appveyor.com/project/Seddryck/nbi/build/1.15.0-ci.98

@Seddryck
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant