One thing I have occasionally desired is be able to search a table of patterns given a string that might match some rows. This is the reverse of searching a table of strings to find ones that match a pattern. I was wondering if anyone else has come across this and if a small change to sqlite might make it possible. In a few cases both at the same time would have been useful (find rows where pattern in column A matches value X and value in column B matches pattern Y).
- [sqlite] Searching a table of patterns David Rayna
- [sqlite] Searching a table of patterns Richard Hipp
- [sqlite] Searching a table of patterns Simon Slavin