All Versions
10
Latest Version
Avg Release Cycle
88 days
Latest Release
3793 days ago
Changelog History
Changelog History
-
v1.3.0-RC1 Changes
November 04, 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
-
v1.2.2
September 02, 2014 -
v1.2.1
April 01, 2014 -
v1.2.0 Changes
January 21, 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.
-
v1.2-RC3 Changes
November 21, 2013- Refactored range types and converters.
- Timestamp with timezone support.
- Logger to debug each query.
- Added composite abstract type.
- Added BaseObjectMap::aliasField method.
- Bug in prepared queries placeholders.
-
v1.2-RC2 Changes
November 04, 2013- Updated documentation and whatsnew
- Code cleanup (#113 from Sukei/master)
- Escaping methods fallback for PHP 5.3
- Prepared statements factory (#111 from Sukei/connection-query)
- Fixed tests on pg9.1.
- Added ext-pgsql as requirement for composer.
- psr/log to follow 1.* (#109 from Sukei/composer-log)
- Support of PSR-3 logger interface
- Prepared statement now owns a Connection instance.
- Renamed Escape type to RawString.
- Added createPreparedQuery method in Connection.
- BaseObjectMap paginateQuery use pdo methods (closes #107)
- Fixed connection string bug (close #105)
- Multiple objects creation with single INSERT.
- Added Observer for pg LISTEN/NOTIFY support.
-
v1.2-RC1 Changes
September 16, 2013- New Escape type.
- Collection filters.
- Forced datestyle to be ISO.
- Conf parameters and ISO8601 intervals.
- Remove old Sf sfInflector class, add specific class
- Updated converters to native Pg API (closes #74).
- Only one simple Collection type.
- Force new connection for every instance of Connection.
- Changed PDOStatement to resource in collections.
- Prepared statements work without PDO.
- Connection is a pool of PrepatedStatement instances.
- improved error message for unknown methods in BaseObject
- Got rid of the FilterChain (close #86).
- Forked from 1.1
-
v1.1.5
February 11, 2014 -
v1.1.4
October 26, 2013 -
v1.1.3
June 05, 2013