Skip to content

5.6 Christmas Edition

Compare
Choose a tag to compare
@gabordemooij gabordemooij released this 03 Oct 14:48
· 107 commits to master since this release
  • 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)