RedBean v5.6.2 Release Notes
Release Date: 2020-11-28 // over 5 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)