So far, we have only considered ANSI SQL LIKE syntax for converting into regexp, but there are several others that we can consider.
- If
Ecto.Repo is used, use SomeApp.Repo.config[:adapter] to determine what adapter is used (if config is not available, figure out what to do)
- Create some mechanism to validate LIKE patterns based on currently used adapter when constructing conditions
So far, we have only considered ANSI SQL LIKE syntax for converting into regexp, but there are several others that we can consider.
Ecto.Repois used, useSomeApp.Repo.config[:adapter]to determine what adapter is used (ifconfigis not available, figure out what to do)