Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pass primary key name and value to ActiveRecord adapter insert method | Raimonds Simanovskis | 2010-09-28 | 1 | -2/+10 | |
| | | | | necessary for Oracle adapter for RETURNING ... INTO ... clause generation | |||||
* | moving visitors around | Aaron Patterson | 2010-09-23 | 1 | -2/+3 | |
| | ||||||
* | from does not need to be a list | Aaron Patterson | 2010-09-20 | 1 | -7/+7 | |
| | ||||||
* | adding crazy code to fix the last two AR tests | Aaron Patterson | 2010-09-20 | 1 | -3/+33 | |
| | ||||||
* | if FROM is a string, convert to string literal | Aaron Patterson | 2010-09-18 | 1 | -0/+1 | |
| | ||||||
* | right side set to sqlliteral if it is a string | Aaron Patterson | 2010-09-15 | 1 | -1/+5 | |
| | ||||||
* | totally lame, but arel expects FROM to only be one item | Aaron Patterson | 2010-09-12 | 1 | -5/+1 | |
| | ||||||
* | order accepts symbols for clauses | Aaron Patterson | 2010-09-12 | 1 | -1/+1 | |
| | ||||||
* | supporting symbols for group statements | Aaron Patterson | 2010-09-12 | 1 | -0/+1 | |
| | ||||||
* | adding some backwards compatibility | Aaron Patterson | 2010-09-12 | 1 | -0/+4 | |
| | ||||||
* | implementing locked | Aaron Patterson | 2010-09-10 | 1 | -0/+4 | |
| | ||||||
* | adding some backwards compatibility for AR | Aaron Patterson | 2010-09-10 | 1 | -0/+2 | |
| | ||||||
* | adding "orders" method | Aaron Patterson | 2010-09-10 | 1 | -0/+4 | |
| | ||||||
* | adding an offset node | Aaron Patterson | 2010-09-10 | 1 | -0/+5 | |
| | ||||||
* | adding taken method to return the limit value | Aaron Patterson | 2010-09-09 | 1 | -1/+5 | |
| | ||||||
* | adding a deprecated method for rails | Aaron Patterson | 2010-09-09 | 1 | -0/+6 | |
| | ||||||
* | adding a Value node so that SqlLiteral values may be used | Aaron Patterson | 2010-09-09 | 1 | -0/+8 | |
| | ||||||
* | adding locking node to the AST | Aaron Patterson | 2010-09-08 | 1 | -0/+7 | |
| | ||||||
* | adding having nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+5 | |
| | ||||||
* | on can take multiple args | Aaron Patterson | 2010-09-07 | 1 | -2/+13 | |
| | ||||||
* | group is implemented on table | Aaron Patterson | 2010-09-07 | 1 | -0/+3 | |
| | ||||||
* | group nodes are working! | Aaron Patterson | 2010-09-07 | 1 | -0/+7 | |
| | ||||||
* | nooping on nil parameters | Aaron Patterson | 2010-09-07 | 1 | -0/+2 | |
| | ||||||
* | getting better on joins | Aaron Patterson | 2010-09-07 | 1 | -0/+10 | |
| | ||||||
* | doing sql literal conversion | Aaron Patterson | 2010-09-07 | 1 | -1/+5 | |
| | ||||||
* | return sql literal nodes | Aaron Patterson | 2010-08-24 | 1 | -1/+3 | |
| | ||||||
* | adding order clauses method to the select manager | Aaron Patterson | 2010-08-24 | 1 | -1/+8 | |
| | ||||||
* | moving visitor logic to the visitor | Aaron Patterson | 2010-08-24 | 1 | -3/+1 | |
| | ||||||
* | adding string join nodes and a visitor to produce backwards compatible ↵ | Aaron Patterson | 2010-08-24 | 1 | -2/+4 | |
| | | | | "join_sql" | |||||
* | not implementing to_a yet | Aaron Patterson | 2010-08-23 | 1 | -0/+4 | |
| | ||||||
* | project takes *args now | Aaron Patterson | 2010-08-23 | 1 | -2/+2 | |
| | ||||||
* | orders are working | Aaron Patterson | 2010-08-22 | 1 | -0/+5 | |
| | ||||||
* | adding outer joins | Aaron Patterson | 2010-08-19 | 1 | -4/+9 | |
| | ||||||
* | joins can be created | Aaron Patterson | 2010-08-18 | 1 | -0/+9 | |
| | ||||||
* | adding some activerecord compatibility | Aaron Patterson | 2010-08-16 | 1 | -0/+4 | |
| | ||||||
* | adding deprecated crud module for backwards compat | Aaron Patterson | 2010-08-16 | 1 | -16/+2 | |
| | ||||||
* | update is working on the select manager | Aaron Patterson | 2010-08-14 | 1 | -0/+9 | |
| | ||||||
* | inserts have the correct syntax | Aaron Patterson | 2010-08-13 | 1 | -1/+1 | |
| | ||||||
* | insert manager implements "insert" | Aaron Patterson | 2010-08-13 | 1 | -3/+5 | |
| | ||||||
* | adding a dot visitor to make our lives easier | Aaron Patterson | 2010-08-13 | 1 | -0/+5 | |
| | ||||||
* | insert manager is starting to take shape | Aaron Patterson | 2010-08-13 | 1 | -0/+29 | |