aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
Commit message (Collapse)AuthorAgeFilesLines
...
* added greater than or equal to nodeAaron Patterson2010-09-104-0/+15
|
* adding "orders" methodAaron Patterson2010-09-101-0/+4
|
* we can visit DateTimeAaron Patterson2010-09-101-0/+1
|
* adding an offset nodeAaron Patterson2010-09-105-1/+24
|
* adding taken method to return the limit valueAaron Patterson2010-09-091-1/+5
|
* adding a deprecated method for railsAaron Patterson2010-09-091-0/+6
|
* adding a Value node so that SqlLiteral values may be usedAaron Patterson2010-09-097-12/+42
|
* Table#join will noop when nil is passedAaron Patterson2010-09-091-0/+2
|
* adding locking node to the ASTAaron Patterson2010-09-086-2/+27
|
* we can visit floats!Aaron Patterson2010-09-081-0/+1
|
* average node is addedAaron Patterson2010-09-088-50/+46
|
* adding having nodesAaron Patterson2010-09-086-1/+30
|
* adding maximum nodesAaron Patterson2010-09-084-0/+32
|
* as is implementedAaron Patterson2010-09-081-0/+10
|
* we can visit big decimalAaron Patterson2010-09-081-0/+3
|
* adding a sum nodeAaron Patterson2010-09-084-0/+22
|
* visiting symbols in the SQL visitorAaron Patterson2010-09-083-1/+3
|
* Table#project takes multiple parametersAaron Patterson2010-09-081-2/+2
|
* on can take multiple argsAaron Patterson2010-09-071-2/+13
|
* moving deprecated constants to the correct placeAaron Patterson2010-09-073-6/+1
|
* count takes distinctAaron Patterson2010-09-071-2/+2
|
* adding "as" and to_sql to count nodesAaron Patterson2010-09-073-2/+21
|
* group is implemented on tableAaron Patterson2010-09-071-0/+3
|
* adding group to TableAaron Patterson2010-09-071-0/+4
|
* group nodes are working!Aaron Patterson2010-09-075-4/+30
|
* nooping on nil parametersAaron Patterson2010-09-071-0/+2
|
* OUTER joins should be LEFT outer joinsAaron Patterson2010-09-071-1/+1
|
* visiting outer joinsAaron Patterson2010-09-071-0/+1
|
* getting better on joinsAaron Patterson2010-09-072-0/+17
|
* joins are starting to work betterAaron Patterson2010-09-071-2/+2
|
* adding joins method to TableAaron Patterson2010-09-071-0/+4
|
* adding backwards compat nodesAaron Patterson2010-09-072-0/+6
|
* doing sql literal conversionAaron Patterson2010-09-071-1/+5
|
* dot visitor can visit count nodesAaron Patterson2010-09-061-0/+5
|
* adding backwards compat methodsAaron Patterson2010-09-061-0/+3
|
* fixing warningAaron Patterson2010-09-061-1/+1
|
* select manager responds to orderAaron Patterson2010-09-061-0/+4
|
* fixing version so tests run with railsAaron Patterson2010-09-051-1/+1
|
* deep copies of statements aren't necessary. shallow copy the top-level arrays.Mike Dalessio2010-08-305-9/+9
|
* we can visit the date!Aaron Patterson2010-08-241-0/+1
|
* return sql literal nodesAaron Patterson2010-08-242-3/+5
|
* adding order clauses method to the select managerAaron Patterson2010-08-243-3/+19
|
* moving visitor logic to the visitorAaron Patterson2010-08-242-3/+5
|
* adding string join nodes and a visitor to produce backwards compatible ↵Aaron Patterson2010-08-248-4/+55
| | | | "join_sql"
* not implementing to_a yetAaron Patterson2010-08-231-0/+4
|
* project takes *args nowAaron Patterson2010-08-231-2/+2
|
* visiting binary columnsAaron Patterson2010-08-231-0/+1
|
* AND nodes are supportedAaron Patterson2010-08-234-0/+15
|
* Squashed commit of the following:Aaron Patterson2010-08-233-2/+6
| | | | | | | | commit 3c6727732b349551df342b9eee66ed53d47e53eb Author: Aaron Patterson <aaron.patterson@gmail.com> Date: Mon Aug 23 14:11:34 2010 -0700 adding table alias
* delete delegates to the connectionAaron Patterson2010-08-231-1/+1
|