Changes
- Replaces minimal patches with delta-filters - a more general-purpose way of filtering parts (inserts, updates, deletes) of JSON diffs when not all parts are required. #998
- Remove automatic resolution of
localhost
before calling MSSQL driver. Fixes SQL Server instance names issue. #999 - Upgraded pyodbc for compatibility with the latest MSSQL driver.