Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add nodes for boolean constants | Daniel Cadenas | 2011-08-03 | 1 | -0/+8 |
| | | | | | | | | | | | | This is useful for dynamically created predicates e.g: expr1 = table.create_false expr2 = table.create_false expr1 = create_a_predicate() if some_condition expr2 = create_another_predicate() if some_other_condition table.where(expr1.and(expr2)) | ||||
* | add a factory method for production LOWER functions | Aaron Patterson | 2011-04-25 | 1 | -0/+6 |
| | |||||
* | use TableAlias nodes for aliasing subselects | Aaron Patterson | 2011-03-30 | 1 | -0/+4 |
| | |||||
* | adding deprecation warning for where_clauses | Aaron Patterson | 2010-12-26 | 1 | -0/+4 |
| | |||||
* | fixing create_string_join factory method | Aaron Patterson | 2010-12-14 | 1 | -2/+2 |
| | |||||
* | adding a join source node | Aaron Patterson | 2010-12-14 | 1 | -3/+3 |
| | |||||
* | factory method for creating ON nodes | Aaron Patterson | 2010-12-10 | 1 | -0/+4 |
| | |||||
* | adding a factory method for and nodes | Aaron Patterson | 2010-12-09 | 1 | -0/+4 |
| | |||||
* | creating string join nodes | Aaron Patterson | 2010-12-07 | 1 | -0/+4 |
| | |||||
* | adding a join factory method on the select manager | Aaron Patterson | 2010-12-07 | 1 | -0/+9 |