Skip to content

Parable ORM 0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@devvoh devvoh released this 26 May 10:39

0.4.0

Changes

  • Database has gained multiple getters to make it easier to work with.

  • AbstractRepository now uses hasValueSets() rather than countValueSets() > 0.

  • Obsolete soft quoting setting removed, as it was never implemented here. Quoting is done in the parable-php/query package.

  • Implemented __debugInfo() on Database to prevent the password being leaked while being dumped.

    NOTE: This cannot prevent var_export usage. It is strongly suggested not to use var_export for logging purposes where an instance of Database may be logged.