caching
                                
                                 caching copied to clipboard
                                
                                    caching copied to clipboard
                            
                            
                            
                        Cleaning namespace in SQLite
- 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.
The GLOB operator does not also work?
Unfortunately no