forked from pomm-project/Foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
40 lines (35 loc) · 1.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
== VERSION 2.0.0-RC.1
* Added default session builder (close #25).
* Added PgComposite converter.
* Refactored Query Manager (close #17).
* Fixing tests for Pg 9.1.
* Added boolean type to bool converter.
* update exception in interval and hstore
* Fixed a bug in the query for retrieving the primary key column names.
* Handling parameters type quoting in queries (close #20).
* Added Pg version control for tests.
* Added schema support in type definition.
* PgArray now caches ConverterInterface.
* Fixed array conversion escaping.
* Parametrized work with arrays.
* Migrated PreparedQuery to new parameters system.
* ConverterInterface::toPgStandardFormat().
* Added toCsv to ConverterInterface.
* Added strict parameter to registerConverter.
* More informative error message (close #17).
* Session builder needs array in SessionAtoum classes.
* Bug, PreparedQuery not prepared.
* PgJson can cast StdObject instances.
* Updated ParameterHolder::hasParameter().
* Put SQL at the end of the error msg in SqlException.
== VERSION 2.0.0-beta.2
* Added inspector::getVersion.
* Inspect materialized views
* Refactord converters.
* fixed toPg convertion for (int)0
* Better converter type decoupling.
* Expanding DateTime parameters (close #8).
* Query logger sends session stamp.
* ResultIterator implements JsonSerializable
* SimpleQuery bug with uppercase fields.
== VERSION 2.0.0-beta1.1