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

@dg dg force-pushed the master branch 10 times, most recently from 265fdf3 to 2240ed0 Compare January 16, 2023 20:13
@dg dg force-pushed the master branch 3 times, most recently from 2f60360 to 93f335f Compare January 21, 2023 19:59
@dg dg force-pushed the master branch 2 times, most recently from 41b5503 to 327c2bf Compare September 26, 2023 11:12
@dg dg force-pushed the master branch 2 times, most recently from 3982670 to d89af84 Compare December 5, 2023 21:32
@dg dg force-pushed the master branch 2 times, most recently from 40be743 to a116cb9 Compare March 10, 2024 22:09
@dg dg force-pushed the master branch 2 times, most recently from ea335de to ccec70b Compare June 18, 2024 22:13
@dg dg force-pushed the master branch 3 times, most recently from 3ce492d to fb5c89d Compare August 13, 2024 20:20
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.

2 participants