-
Notifications
You must be signed in to change notification settings - Fork 36
/
CHANGELOG
92 lines (82 loc) · 3.14 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
== VERSION 2.0.0
* Update documentation
* Make ResultIterator seekable
* Correct regexp in tsRange
* Fix type converter issue with nulls
* Add travis tests for PHP 5.6
* Make isFirst and isLast return consistent result
* Fix wrong transaction isolation constant
== VERSION 2.0.0-RC.3
* Fix a performance bug in ArrayTypeConverter
* Specify exception
* Fix default values
* Remove unused parameter
* Fix unused imports
* Fix #55 - Handling missing pgsql w/ appropriate error msg
* Make code pass through php-cs
* Remove a warning due to closing an unset result
* fixed a typo in queryParameters
* add query exception setter / getter
* remove try catch for method sendQueryWithParameters
* Add Pomm::shutdown
* Add Session::shutdown
* Add a CLOSED connection status.
* Reset connection handler when closing
* Add sql error code
* Factorize Where code
* Remove unused code (close #46)
* Fix #43 #44 - @return annotation to constructors "not recommended"
* Fix #42, PHPDoc param type fixed
* fix #41
* fixing params names or types
* massive s/@throw /@throws /g find & replace
* PHPDoc improved: fixing missing tags, params & var
* Fix a bug in the ParameterHolder
* Add Session proxy methods.
== VERSION 2.0.0-RC.2
* Add Pomm::removeSession() method.
* Fix ResultHandler constructor argument validation.
* Add missing Where::createWhereNotIn() method.
* Add Pg minimum supported version to README.
* Set default session builder with addBuilder().
* Refactor Pomm service constructor code.
* Handle exception in ClientHolder::shutdown better.
* Allow empty password in DSN.
* Refactor Array like converters code.
* Really unset unused result handlers.
* Add default session.
== 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