File tree 2 files changed +30
-1
lines changed
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 2.0.0 (not released yet)
5
+ --------------------------------
6
+
7
+ API CHANGES:
8
+ - new interface ` QueryLoggerInterface ` to log queries
9
+
10
+ Connectors and Connection methods do not accept anymore a ` Psr\Log\LoggerInterface ` .
11
+ Instead a new object interface is provided, ` Jelix\Database\Log\QueryLoggerInterface ` . It brings more flexibility
12
+ about what to do between and after queries.
13
+
14
+ An object ` Jelix\Database\Log\QueryLogger ` is provided, implementing this
15
+ interface, and can use a ` Psr\Log\LoggerInterface ` object.
16
+
17
+
18
+ Version 1.2.0
19
+ --------------
20
+
21
+ - new method ` ConnectionInterface::getConnectionCharset() `
22
+ - new methods ` ResultSet::fetchAssociative() ` and ` ResultSet::fetchAllAssociative() `
23
+ - new methods ` AbstractConnection::getLastQuery() ` and ` AbstractConnection::getDriverName() ` in replacement of some public properties
24
+ - Add some deprecated methods to be compatible with jDb:
25
+ - ` AccessParameters::getParameters() `
26
+ - ` AbstractSchema::_prepareSqlColumn() `
27
+
28
+ Version 1.1.1
29
+ -------------
30
+
31
+ - fix ` Mysqli\Connection::execMulti() ` : it should not fail silently
32
+
4
33
Version 1.1.0
5
34
-------------
6
35
Original file line number Diff line number Diff line change 1
- 1.1.0
1
+ 2.0.0-pre
You can’t perform that action at this time.
0 commit comments