Releases: keboola/db-extractor-mysql
Releases · keboola/db-extractor-mysql
3.0.0
Features
- Supports
incrementalFetchingLimit
parameter in configurations using incremental fetching
Fixes
- Now supports "strange" column names such as
Wie$rd-I%d
BC Breaks
- Simple extractions (without
query
) now write headers to the table manifest instead of the output csv
2.4.1
2.4.0
2.3.1
2.3.0
Development Environment Upgrade
Internals
- separate docker-compose services for app and dev
- added phpcs and phpstan checks
Minor Tuning + CN match check
Changelog
- switch to php 7.1
- add wait-for-it.sh shell script to wait for mysql service (check: https://docs.docker.com/compose/startup-order/)
- clean up phpunit.sh command
- return sane message on "CN Mismatch" (+ test for it)