@@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020- Favorites and Recent sections, sorting, drag and drop into groups, inline rename and tag search tokens in the welcome window.
2121- ** File > New Group…** , ** File > Rename** and ** View > Sort Connections By** for the welcome window.
2222- Favorites, Recent, nested groups, sorting and tag search tokens in the iOS connection list.
23+ - Per-table row filter, with an optional separate target filter, and row limit in data Compare & Sync. (#2537 )
24+ - Row grid for data Compare & Sync with every column shown and each differing value marked. (#2537 )
2325
2426### Changed
2527
@@ -35,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3537- Connection switcher lists Favorites, Recent and groups at every depth.
3638- Connection rows without colored dots, on the Mac and on iOS.
3739- SQL Server sessions open with the ANSI SET profile the server requires, matching every other client.
40+ - Compared columns in data Compare & Sync chosen per table, and saved with each table's key, filter and row limit. (#2537 )
3841
3942### Fixed
4043
@@ -44,6 +47,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4447- SQL Server routines labelled encrypted when the account simply cannot read their source.
4548- SQL Server version detection on a patched server, which left ` CREATE OR ALTER ` unused since 2016.
4649- SQL editor jumping back while scrolling sideways near the start of a long line. (#2841 )
50+ - Data sync scripts missing every UPDATE and DELETE. (#2537 )
51+ - Data sync statements written to the source schema instead of the target.
52+ - Numeric-looking text such as ` 007 ` written unquoted by data sync, and key matches that hit extra rows.
53+ - Data sync pairing arbitrary rows on a key that is not unique.
54+ - Data sync inserts failing on SQL Server identity and PostgreSQL ` GENERATED ALWAYS ` columns.
55+ - Text columns compared as timestamps, and keys that differ only in case never synced.
56+ - Data sync scripts including tables never compared, or rows that changed after comparing.
57+ - Apply unavailable for a second sync in the same Compare & Sync window.
58+ - Choosing a source, target, mode or option during Apply cancelling the running sync.
59+ - Apply offered for a target switched to Read-Only after it was picked.
60+ - Compare & Sync reporting nothing written after a sync had written to the target.
61+ - Rolled-back data sync on MyISAM tables reported as leaving the target unchanged.
62+ - Cancelling a repeated data comparison clearing the previous results.
63+ - Table whose data comparison failed stuck included with no way to exclude it.
4764- SSH settings dropped from a Mac connection after it synced from the iPhone app, turning off its tunnel or remote database file.
4865- Remote database file path and access mode dropped when a connection was exported, shared as a link, or imported.
4966- Remote database file connection hanging for minutes when its SSH connection dropped silently, with Cancel doing nothing.
0 commit comments