mirror of
https://github.com/dimitri/pgloader.git
synced 2026-02-10 08:51:02 +01:00
The MySQL enum are casted to PostgreSQL enum types just fine, but sometimes that's not what the user wants. In case when we have a CAST rule for an ENUM column, recognize the fact and respect user choice. Fixes #608.