RedBean v5.6 Release Notes

Release Date: 2020-10-03 // over 3 years ago
    • โž• Added DDL-templates (Gabor)
    • โž• Added bean->info() and R::findFromSQL() (Gabor)
    • โž• Added getDatabaseServerVersion() (Gabor)
    • ๐Ÿ›  Fix unnecessary widening when storing 1 in a MySQL TINYINT(1) column #839. (Gabor, thanks davidsickmiller)
    • Preventing RedBean from trying to call protected or private methods (Lynesth)
    • Allowing the use of __call in the model (Lynesth)
    • ๐Ÿ‘ Allow overriding stringifyFetch with setPDO (Gabor)
    • Adjust setPDO in RPDO to avoid having pdo instance replaced (Gabor)
    • โž• Added support for SQL Select Snippets in CTE-Queries (Gabor)
    • โž• Added support for MySQL8 (Gabor)