caching icon indicating copy to clipboard operation
caching copied to clipboard

Cleaning namespace in SQLite

Open dg opened this issue 8 years ago • 2 comments

  • new feature? yes, related to #52
  • BC break? yes

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

dg avatar Aug 18 '17 15:08 dg

The GLOB operator does not also work?

milo avatar Aug 18 '17 15:08 milo

Unfortunately no

dg avatar Aug 18 '17 15:08 dg