Pomm Changelog

What's new in Pomm 1.3.0 RC1

Nov 18, 2014
  • 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

New in Pomm 1.2.2 (Nov 18, 2014)

  • Better connection closing.
  • PK definition checking in BaseObjectMap (close #144)
  • PgTsRange::fromPg must not necessary check for double quotes (A.Buchoux)
  • Bug in BaseObject::isNew() (A.Buchoux)
  • Update documentation.html
  • Update documentation.rst
  • BaseObject::hydrate returns $this
  • Escape schema and table names

New in Pomm 1.2.0 (Jan 22, 2014)

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