mysqlclient v1.3.7 Release Notes

  • ๐Ÿ‘Œ Support link args other than '-L' and '-l' from mysql_config.

    0๏ธโƒฃ Missing value for column without default value cause IntegrityError. (#33)

    ๐Ÿ‘Œ Support BIT type. (#38)

    โœ… More tests for date and time columns. (#41)

    ๐Ÿ›  Fix calling .execute() method for closed cursor cause TypeError. (#37)

    ๐Ÿ‘Œ Improve peformance to parse date. (#43)

    ๐Ÿ‘Œ Support geometry types (#49)

    ๐Ÿ›  Fix warning while multi statement cause ProgrammingError. (#48)

    =====================