Skip to content

Cleaning namespace in SQLite#53

Open
dg wants to merge 3 commits intonette:masterfrom
dg:sqlite-key
Open

Cleaning namespace in SQLite#53
dg wants to merge 3 commits intonette:masterfrom
dg:sqlite-key

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 5 times, most recently from 72ae3fd to 674bff2 Compare March 6, 2021 14:43
@dg dg force-pushed the master branch 3 times, most recently from f8c721f to a389557 Compare December 12, 2021 17:53
@dg dg force-pushed the master branch 9 times, most recently from b313ce3 to 5cd99a4 Compare March 29, 2022 14:49
@dg dg force-pushed the master branch 4 times, most recently from 78308f1 to e63059d Compare May 4, 2022 11:06
@dg dg force-pushed the master branch 2 times, most recently from 6b94e14 to 99d7e77 Compare May 12, 2022 00:27
@dg dg force-pushed the master branch 3 times, most recently from c8536e7 to 55c034f Compare May 23, 2022 22:49
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