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
I think the Filter tables table search feature of gobang only provides partial matches.
I also use Sequel Ace.app for database management. The table search function of that client is very useful for me because it allows pattern matching search when I have a lot of tables.
If input ^user, only table names that begin with user will be matched
If input user$, only table names that end with user will be matched
I would like to filter table names by forward/backward match in gobang as well, what do you think?
The text was updated successfully, but these errors were encountered:
I think the
Filter tables
table search feature of gobang only provides partial matches.I also use Sequel Ace.app for database management. The table search function of that client is very useful for me because it allows pattern matching search when I have a lot of tables.
^user
, only table names that begin withuser
will be matcheduser$
, only table names that end withuser
will be matchedI would like to filter table names by forward/backward match in gobang as well, what do you think?
The text was updated successfully, but these errors were encountered: