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 REGEXP BINARY support #7

Open
jlfranklin opened this issue May 19, 2018 · 0 comments
Open

Add REGEXP BINARY support #7

jlfranklin opened this issue May 19, 2018 · 0 comments

Comments

@jlfranklin
Copy link
Member

The current solution for REGEXP BINARY is to use the normal REGEXP function, even though the REGEXP function is case-insensitive and the BINARY version should be case sensitive. Until a REGEXP BINARY solution is coded, this is just a limitation of the SQLite driver.

Near term, we should add a notice in the README.md about this limitation.

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