Skip to content

Commit 72286cc

Browse files
author
Paul M. Jones
committed
prep for next release
1 parent 9f111c3 commit 72286cc

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

CHANGES.md

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,7 @@
1-
Initial 2.0 stable release.
1+
- ADD: Select::fromRaw() to allow raw FROM clause strings.
22

3-
- The package has been renamed from Sql_Query to SqlQuery, in line with the new Aura naming standards.
3+
- CHG: In Select, quote the columns at build time, not add time.
44

5-
- Now compatible with PHP 5.3!
5+
- CHG: In Select, retain columns keyed on their aliases (when given).
66

7-
- Refactored traits into interfaces (thanks @mindplay-dk).
8-
9-
- Refactored the internal build process (thanks again @mindplay-dk).
10-
11-
- Added Select::leftJoin()/innerJoin() methods (thanks @stanlemon).
12-
13-
- 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().
7+
- DOC: Updates to README and docblocks.

0 commit comments

Comments
 (0)