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
pack_join() works correctly if name is the same as an existing column in either table. In some cases a column is overwritten, this is consistent with nest_join() behavior (#864, #865).
Messages that suggest the installation of optional packages are shown only once per session (#852).
dm_insert_zoomed() uses the color from the zoomed table for the new table (#750, #863).
copy_dm_to() consumes less memory and is faster when writing to SQL Server (#855).
Bug fixes
Remove extra spaces in output when examining constraints with compound keys (#868).
Fix column tracking for foreign keys (#856, #857).
copy_dm_to() shows progress bars again (#850, #855).