You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we translate the wildcard info a regular expression anyway. The only technical implication of such a change is that we use the length of the table name as an indicator for specificity (test matches before te*). That wouldn't work anymore with regular expressions.
The text was updated successfully, but these errors were encountered:
In the config it might be handy to use a regular expression instead of a wildcard. It would be nice to do something like:
That should match
test
as well astesa
.Currently we translate the wildcard info a regular expression anyway. The only technical implication of such a change is that we use the length of the table name as an indicator for specificity (
test
matches beforete*
). That wouldn't work anymore with regular expressions.The text was updated successfully, but these errors were encountered: