seanharr11 / etlalchemy

Extract, Transform, Load: Any SQL Database in 4 lines of Code.
MIT License
556 stars 83 forks source link

Error migrating from SqlServer to MariaDB #54

Open carcarlo opened 4 years ago

carcarlo commented 4 years ago

Trying to migrate a coloumn of type money etlalchemy has an error. mssql money type should be converted in decimal data type in MariaDB.