-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
18 lines (16 loc) · 844 Bytes
/
CHANGELOG.txt
File metadata and controls
18 lines (16 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$
sql_parser 7.x-1.x, 2010-xx-xx (development version)
------------------------------
- TODO (2010-xx-xx):
* sql_converter
* - Create tests with known output for known input
* - Allow for more than two conditional expressions on a JOIN
* - Add _toString() method for SqlGroupByClause
* - Handle presence or absence of each type of clause in adding '$query' to output
* - Pass extenders to parser
- Changes (2010-12-13):
* sql_converter
* - Add $query variable to converted expressions since not all items can be chained together
* - Handle selecting all fields from multiple tables: SELECT a.*, b.*, c.field1 FROM ..
* - Eliminate reuse of conditional placeholders from prior JOIN when no placeholders on current JOIN
- Maintain conditional placeholders separately for different JOIN expressions (SAME AS ABOVE)