- Support dbt v1.4 (#146)
- Fix incremental composite keys (#144)
- docker compose MySQL and MariaDB database services for local testing (#9, #104)
- New adapter testing framework (#105, #109)
- Support dbt v1.0 (#90)
- Support dbt v0.21.1 (#89)
- Support dbt v0.20.2 (#88)
- Support dbt v0.19.2 (#81)
- Integration tests for MySQL 5.7 (#70, #71)
- Integration tests for MariaDB 10.5 (#72)
- Support for MariaDB 10.5 (#32, #73)
- Enable snapshot integration tests for MySQL 5.7 and MariaDB 10.5 (#75, #76)
- Support dbt v0.19.1 (#80)
- Optional
ssl_disabled
property (#67)
- Latest versions of dbt (0.19.0) and dbt-adapter-tests (4.0) (#53)
- Manage MySQL connections via a self-contained DB API 2.0 compliant Python driver (instead of ODBC) (#38)
- Integration tests via (custom) dbt-adapter-tests (#45)
- Split into two separate adapters for MySQL 5.x and 8.x (#46)
- Support for MySQL 5.6, 5.7, and 8.0 (#24)
- Manage MySQL connections via ODBC (#1)
- Pass dbt-adapter-tests (#3)
- Apache 2.0 license and instructions for project contributors, README, and release instructions (#2, #12, #17)
- Add issue templates and CHANGELOG (#18)
- Support case-sensitive identifiers (schemas, tables/views, and columns) (#26)