Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

0.8.0 - PDO atrributes in config

Latest
Compare
Choose a tag to compare
@ihabunek ihabunek released this 07 May 10:31
· 94 commits to develop since this release
  • Added database attributes to configuration
  • BC BREAK: Phormium will no longer force lowercase column names on database tables. This can still be done manually by setting the PDO::ATTR_CASE: attribute to PDO::CASE_LOWER in the configuration.