You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Methods bindValue() and bindValues() are now fluent (thanks @karikt).
14
-
15
-
- Select now throws an exception when there are no columns selected.
16
-
17
-
- In joins, the condition type (ON or USING) may now be part of the condition.
18
-
19
-
- Extracted new class, Quoter, for quoting identifer names.
20
-
21
-
- Extracted new class, AbstractDmlQuery, for Insert/Update/Delete queries.
22
-
23
-
- Select::cols() now accepts `colname => alias` pairs mixed in with sequential colname values.
24
-
25
-
- Added functionality to map last-insert-id names to alternative sequence names, esp. for Postgres and inherited/extended tables. Cf. QueryFactory::setLastInsertIdNames() and Insert::setLastInsertIdNames().
0 commit comments