-
Notifications
You must be signed in to change notification settings - Fork 31
/
CHANGELOG
70 lines (61 loc) · 2.42 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
=== 1.3.0-RC1
* 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
=== 1.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.
=== 1.2-RC3
* 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.
=== 1.2-RC2
* 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.
=== 1.2-RC1
* 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