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

Cleaning namespace in SQLite #53

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Cleaning namespace in SQLite #53

wants to merge 3 commits into from

Conversation

dg
Copy link
Member

@dg dg commented Aug 18, 2017

In SQLite is not possible to combine operator LIKE with string that contains \x00 character (ie NAMESPACE separator). Solution is change \x00 to \x01.

@milo
Copy link
Member

milo commented Aug 18, 2017

The GLOB operator does not also work?

@dg
Copy link
Member Author

dg commented Aug 18, 2017

Unfortunately no

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

Successfully merging this pull request may close these issues.

None yet

2 participants