Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

20 lines (15 loc) · 1.43 KB

dbt-mysql 0.19.0 (TBD)

  • Latest versions of dbt (0.19.0) and dbt-adapter-tests (4.0) (#53)

dbt-mysql 0.19.0rc1 (January 3, 2021)

  • 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)

dbt-mysql 0.18.1 (December 6, 2020)

dbt-mysql 0.18.0 (December 6, 2020)

Under the hood

  • 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)