Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build quoted nodes in factory methods | Aaron Patterson | 2014-03-24 | 1 | -1/+8 |
| | |||||
* | add the casting node to the AST at build time | Aaron Patterson | 2014-03-24 | 1 | -0/+32 |
| | | | | | If we add the casting node to the ast at build time, then we can avoid doing the lookup at visit time. | ||||
* | Include Predications in Grouping | Ernie Miller | 2012-05-19 | 1 | -0/+1 |
| | | | | | | Also, removed unused ordering.rb file, since it is identical to the one being created in unary.rb already, and isn't required anywhere. | ||||
* | Add #extract, which produces ANSI SQL function EXTRACT(<field> from <expr>). | Alexander Staubo | 2012-02-23 | 1 | -0/+1 |
| | |||||
* | Support ANSI SQL2003 window functions. | Alexander Staubo | 2012-02-22 | 1 | -0/+4 |
| | |||||
* | Add nodes for boolean constants | Daniel Cadenas | 2011-08-03 | 1 | -0/+2 |
| | | | | | | | | | | | | 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)) | ||||
* | Break Ordering into Ascending/Descending nodes, allow reversal | Ernie Miller | 2011-06-15 | 1 | -1/+2 |
| | |||||
* | adding Distinct ON node | Aaron Patterson | 2011-04-21 | 1 | -0/+4 |
| | |||||
* | Replace MathOperation with InfixOperation to support more operators | Ernie Miller | 2011-03-09 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'stiff/master' into omg | Aaron Patterson | 2011-03-07 | 1 | -0/+1 |
|\ | | | | | | | | | * stiff/master: implemented support for math operations in numeric attributes | ||||
| * | implemented support for math operations in numeric attributes | Vladimir Meremyanin | 2011-01-29 | 1 | -0/+1 |
| | | |||||
* | | Lock should be a unary node | Aaron Patterson | 2011-02-21 | 1 | -1/+0 |
|/ | |||||
* | Add support for WITH and UNION | Paul Sadauskas | 2011-01-21 | 1 | -0/+1 |
| | | | | | | PostgreSQL WITH RECURSIVE support Make WITH be a unary node | ||||
* | Added Arel::Nodes::NamedFunction for representing generic SQL functions | Aaron Patterson | 2011-01-04 | 1 | -0/+1 |
| | |||||
* | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 1 | -18/+22 |
| | |||||
* | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 1 | -7/+3 |
| | |||||
* | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 1 | -5/+3 |
| | |||||
* | removing more nodes! | Aaron Patterson | 2010-12-14 | 1 | -10/+1 |
| | |||||
* | adding a join source node | Aaron Patterson | 2010-12-14 | 1 | -0/+1 |
| | |||||
* | adding unary node | Aaron Patterson | 2010-11-29 | 1 | -0/+1 |
| | |||||
* | adding an AS node | Aaron Patterson | 2010-11-23 | 1 | -0/+1 |
| | |||||
* | adding a "not" factory method for creating Not nodes | Aaron Patterson | 2010-11-23 | 1 | -0/+1 |
| | |||||
* | Support Attribute#asc and Attribute#desc to create orderings | Ernie Miller | 2010-09-29 | 1 | -0/+1 |
| | |||||
* | Add support for remaining *_any/*_all attribute methods, and add ↵ | Ernie Miller | 2010-09-29 | 1 | -0/+3 |
| | | | | matches/does_not_match/not_in | ||||
* | adding an oracle visitor | Aaron Patterson | 2010-09-24 | 1 | -0/+1 |
| | |||||
* | supporting ranges for IN statements | Aaron Patterson | 2010-09-20 | 1 | -0/+2 |
| | |||||
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 1 | -0/+2 |
| | |||||
* | adding an EXISTS node, update method will generate an IN clause | Aaron Patterson | 2010-09-14 | 1 | -0/+1 |
| | |||||
* | Add Min node. | Emilio Tagua | 2010-09-11 | 1 | -0/+1 |
| | |||||
* | adding not equal node, column names are expected to be symbols | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
| | |||||
* | differentiating equality and assignment | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
| | |||||
* | added a greater than node | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
| | |||||
* | added greater than or equal to node | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
| | |||||
* | adding an offset node | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
| | |||||
* | adding a Value node so that SqlLiteral values may be used | Aaron Patterson | 2010-09-09 | 1 | -0/+1 |
| | |||||
* | adding locking node to the AST | Aaron Patterson | 2010-09-08 | 1 | -0/+1 |
| | |||||
* | average node is added | Aaron Patterson | 2010-09-08 | 1 | -0/+2 |
| | |||||
* | adding having nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+1 |
| | |||||
* | adding maximum nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+1 |
| | |||||
* | adding a sum node | Aaron Patterson | 2010-09-08 | 1 | -0/+1 |
| | |||||
* | group nodes are working! | Aaron Patterson | 2010-09-07 | 1 | -0/+1 |
| | |||||
* | adding string join nodes and a visitor to produce backwards compatible ↵ | Aaron Patterson | 2010-08-24 | 1 | -0/+1 |
| | | | | "join_sql" | ||||
* | AND nodes are supported | Aaron Patterson | 2010-08-23 | 1 | -0/+1 |
| | |||||
* | adding count nodes | Aaron Patterson | 2010-08-23 | 1 | -0/+1 |
| | |||||
* | adding outer joins | Aaron Patterson | 2010-08-19 | 1 | -0/+2 |
| | |||||
* | joins can be created | Aaron Patterson | 2010-08-18 | 1 | -0/+3 |
| | |||||
* | delete manager added | Aaron Patterson | 2010-08-18 | 1 | -0/+1 |
| | |||||
* | fixing update support | Aaron Patterson | 2010-08-18 | 1 | -0/+1 |
| | |||||
* | OR nodes are somewhat working | Aaron Patterson | 2010-08-16 | 1 | -0/+3 |
| | |||||
* | spec:v1:sqlite3 works for running our specs | Aaron Patterson | 2010-08-16 | 1 | -0/+1 |
| |