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
refactor: move get_master regex to adapter methods
Each adapter now has its own get_master_table_name() method with a
backend-specific regex pattern:
- MySQL: matches backtick-quoted names
- PostgreSQL: matches double-quote-quoted names
Updated utils.get_master() to accept optional adapter parameter.
Updated table.py to pass adapter to get_master() calls.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments