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
Fix removing schema from table name on asset filtering
This change prevents the DiffGenerator from stripping schemas from table
names before applying the asset filter (usually a regex). This aligns its
behavior with the ORM's schema generator and fixes a bug on platforms that
do not support schemas, where a table name containing a dot would have the
part before the dot removed.
Fixes#1487
0 commit comments