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
dm_from_src() gains dbname argument for MSSQL (#472).
Bug fixes
Fix rows_update() when multiple columns are updated (#488, @samssann).
Performance
enum_fk_candidates() now only checks distinct values, this improves performance for large tables. As a consequence, only the number of distinct values is reported for mismatches, not the number of mismatching rows/entries (#494).
Documentation
Fix description of filtering behavior in ?dm_zoom_to (#403).