Orator v0.8.2 Release Notes

Release Date: 2016-06-02 // almost 8 years ago
  • ๐Ÿ”„ Changed

    Connection
    • โšก๏ธ Updating connectors to raise an exception when backend packages are missing.

    ๐Ÿ›  Fixed

    ORM
    • ๐Ÿ›  Fixing a possible Memory Error: stack overflow error when accessing relations.
    • ๐Ÿ›  Fixing builder copying process to avoir issues with PyMySQL(thanks to ihumanable).
    Commands
    • ๐Ÿ›  Fixing the -n/--no-interaction option not automatically confirming questions.
    • ๐Ÿ Removing the check character in migration commands output to avoid errors on Windows.
    Connection
    • โšก๏ธ Updating connectors to raise an exception when backend packages are missing.
    • โž• Adding standard name resolution to the purge method (thanks to ihumanable).
    DBAL
    • ๐Ÿ›  Fixing setting foreign key constraint name for MySQL.
    • Handling missing constraint_name for sqlite (thanks to ihumanable).