* [FIX] remove redundant SQL cleanup * [CHORE] clean up a test
1.2.10
* [CHORE] update development requirements
1.2.9
* [FIX] change the way foreign keys are added. * [FIX] change default MySQL character set to utf8mb4 * [CHORE] add more verbosity
1.2.8
* [FIX] disable FOREIGN_KEY_CHECKS before inserting the foreign keys and enable FOREIGN_KEY_CHECKS back once finished
1.2.7
* [FEAT] transfer foreign keys * [FIX] in Python 2 MySQL binary protocol can not handle 'buffer' objects so we have to convert them to strings * [CHORE] test transfer of foreign keys * [CHORE] only test databases that support JSON * [CHORE] fix tests