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

"starts with" criteria are not translated to sql #12

Open
bcardiff opened this issue Sep 11, 2015 · 1 comment
Open

"starts with" criteria are not translated to sql #12

bcardiff opened this issue Sep 11, 2015 · 1 comment

Comments

@bcardiff
Copy link

where dept starts with 'engineering'
should be translated to
where dept like 'engineering%'

but no translation at all is performed.

@bcardiff
Copy link
Author

and same issue with contains

where dept contains 'engineering'
should be translated to
where dept like '%engineering%'

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

No branches or pull requests

1 participant