RedBean v5.6 Release Notes
Release Date: 2020-10-03 // over 2 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)