This repository has been archived by the owner on May 17, 2024. It is now read-only.
v0.2.5 - Alphanum key columns; Certificate auth in snowflake & presto
New features
- Support for alphanumeric key columns
- Support certificate authentication in snowflake and presto
- Various bugfixes
What's Changed
- Fixed docstring in diff_tables() (Issue #182) by @nklsw in #183
- Bugfix for Oracle - didn't properly handle .rounds attribute. by @erezsh in #184
- Added support for auto-detecting mutual columns, and using patterns in -c by @erezsh in #185
- Added new guide for implementing a database driver by @erezsh in #189
- Update issue templates by @erezsh in #192
- Create CODE_OF_CONDUCT.md by @erezsh in #193
- Update README.md by @kning in #181
- Bugfix for mutual columns feature (6a4c443) by @erezsh in #198
- [Tests] now using connect() instead of connect_to_uri(); refactor by @erezsh in #202
- Refactor - nicer regexp parsing; Trino now inherits from Presto by @erezsh in #205
- Add extra documentation on installing drivers for postgresql by @cfernhout in #206
- Update README.md by @glebmezh in #209
- Various fixes (issue #211, #208) by @erezsh in #212
- Fix for merging PR #187 by @erezsh in #214
- Cleanup by @erezsh in #215
- Added optional tracking by @erezsh in #213
- Cleanup by @erezsh in #216
- Presto snowflake enhancement by @matthiasekundayo-eb in #187
- Fix tests for BigQuery by @erezsh in #218
New Contributors
- @nklsw made their first contribution in #183
- @kning made their first contribution in #181
- @matthiasekundayo-eb made their first contribution in #187
Full Changelog: v0.2.4...v0.2.5