We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8797495 commit 17c1985Copy full SHA for 17c1985
CHANGELOG.md
@@ -1,13 +1,13 @@
1
# Oracle driver for Yii Database Change Log
2
3
-## 1.1.1 under development
+## 1.2.0 November 12, 2023
4
5
-- Bug #233: Refactor `DMLQueryBuilder`, related with yiisoft/db#746 (@Tigrov)
6
- Enh #230: Improve column type #230 (@Tigrov)
+- Enh #243: Move methods from `Command` to `AbstractPdoCommand` class (@Tigrov)
7
+- Bug #233: Refactor `DMLQueryBuilder`, related with yiisoft/db#746 (@Tigrov)
8
- Bug #240: Remove `RECURSIVE` expression from CTE queries (@Tigrov)
9
- Bug #242: Fix `AbstractDMLQueryBuilder::batchInsert()` for values as associative arrays,
10
related with yiisoft/db#769 (@Tigrov)
-- Enh #243: Move methods from `Command` to `AbstractPdoCommand` class (@Tigrov)
11
12
## 1.1.0 July 24, 2023
13
0 commit comments