Pomm v1.3.0-RC1 Release Notes

Release Date: 2014-11-04 // over 9 years ago
    • Added ModelLayer as in Pomm2.
    • Bugfix in ParamterHolder::unsetParameter.
    • Properly handle uninitialized connection
    • Really throw ConnectionException on connection failure
    • Added BaseObject::$strict. Close #48.
    • Entity converters is registered in map classes. Close #133
    • Database comments support.
    • Observer & listen in Connection.
    • New API methods for queries.
    • Fields formatter can take array (close #132).
    • Inspector schema methods (close #134 #151).
    • Add Pomm\Service::getDatabases() method
    • Query filter chain again
    • Collection::slice method added
    • Escape schema and table names
    • BaseObject::Extract() dumps custom accessors.
    • Can override field definition

Previous changes from v1.2.0

    • Fixe an issue with the PgArray converter (#123).
    • Security issue with the LTree converter(#122)
    • Added PgJSON converter.
    • Prepared statements can be deallocated manually.