RedBean v5.6.2 Release Notes
Release Date: 2020-11-28 // almost 4 years ago-
- ๐ Fixes a minor syntax compatibility issue in PHP8
- ๐ Fixed issue with R::bindFunc and shared lists in some cases
- โ Added PHP8 to Travis-CI test matrix (does not work yet)
Previous changes from v5.6
-
- โ 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)