aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adding order clauses method to the select managerAaron Patterson2010-08-245-3/+31
|
* 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-2410-6/+58
| | | | "join_sql"
* not implementing to_a yetAaron Patterson2010-08-231-0/+4
|
* project takes *args nowAaron Patterson2010-08-232-5/+11
|
* visiting binary columnsAaron Patterson2010-08-231-0/+1
|
* AND nodes are supportedAaron Patterson2010-08-236-0/+33
|
* Squashed commit of the following:Aaron Patterson2010-08-234-2/+7
| | | | | | | | 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-233-1/+14
|
* making sure update delegates to update and insert delegates to insertAaron Patterson2010-08-233-5/+56
|
* adding count nodesAaron Patterson2010-08-235-0/+39
|
* orders are workingAaron Patterson2010-08-227-11/+49
|
* Merge branch 'v1' of github.com:flavorjones/arel into v1Aaron Patterson2010-08-1916-0/+178
|\ | | | | | | | | | | | | | | | | * 'v1' of github.com:flavorjones/arel: DeleteStatement deep copy cleaning up describe/it block names SelectCore deep copies attributes Statement nodes deep-copy AST nodes TreeManager classes deep-copy their statements.
| * DeleteStatement deep copyMike Dalessio2010-08-192-0/+22
| |
| * cleaning up describe/it block namesMike Dalessio2010-08-193-5/+5
| |
| * SelectCore deep copies attributesMike Dalessio2010-08-192-0/+30
| |
| * Statement nodes deep-copy AST nodesMike Dalessio2010-08-196-0/+77
| |
| * TreeManager classes deep-copy their statements.Mike Dalessio2010-08-196-0/+49
| |
* | adding outer joinsAaron Patterson2010-08-199-14/+62
| |
* | joins can be createdAaron Patterson2010-08-1810-10/+120
|/
* delete manager addedAaron Patterson2010-08-188-0/+117
|
* fixing update supportAaron Patterson2010-08-187-6/+56
|
* Merge branch 'v1' of github.com:flavorjones/arel into v1Aaron Patterson2010-08-171-0/+12
|\ | | | | | | | | | | | | * 'v1' of github.com:flavorjones/arel: dot visitor supports Arel::Nodes::UpdateStatement dot visitor supports Arel::Nodes::Equality dot visitor supports symbols
| * dot visitor supports Arel::Nodes::UpdateStatementMike Dalessio2010-08-161-0/+6
| |
| * dot visitor supports Arel::Nodes::EqualityMike Dalessio2010-08-161-0/+5
| |
| * dot visitor supports symbolsMike Dalessio2010-08-161-0/+1
| |
* | defaulting to Table.engine for nowAaron Patterson2010-08-161-1/+1
| |
* | adding some activerecord compatibilityAaron Patterson2010-08-164-0/+52
| |
* | adding comment to myselfAaron Patterson2010-08-161-0/+2
| |
* | OR nodes are somewhat workingAaron Patterson2010-08-168-12/+81
|/
* Rails references Arel::Expression, adding an unused module for nowAaron Patterson2010-08-162-0/+5
|
* sql visitor can deal with TrueClassAaron Patterson2010-08-163-0/+13
|
* table responds to takeAaron Patterson2010-08-162-0/+12
|
* adding deprecated crud module for backwards compatAaron Patterson2010-08-164-16/+27
|
* IN seems to workAaron Patterson2010-08-165-7/+30
|
* spec:v1:sqlite3 works for running our specsAaron Patterson2010-08-165-0/+27
|
* quoting strings from equality statements, adding to_dotAaron Patterson2010-08-164-2/+21
|
* update is working on the select managerAaron Patterson2010-08-145-1/+70
|
* defaulting values to a listAaron Patterson2010-08-142-2/+2
|
* update manager is workingAaron Patterson2010-08-144-1/+28
|
* basic updates are workingAaron Patterson2010-08-146-0/+84
|
* inserts have the correct syntaxAaron Patterson2010-08-134-9/+56
|
* insert manager implements "insert"Aaron Patterson2010-08-135-6/+61
|
* adding a dot visitor to make our lives easierAaron Patterson2010-08-133-0/+114
|
* inserts are starting to take shapeAaron Patterson2010-08-133-3/+54
|
* insert manager is starting to take shapeAaron Patterson2010-08-1312-52/+121
|
* table responds to "project"Aaron Patterson2010-08-133-1/+16
|
* adding a relation thingAaron Patterson2010-08-133-0/+15
|
* Table.new can take a hash for the second paramAaron Patterson2010-08-132-3/+16
|
* table responds to where, column info is cachedAaron Patterson2010-08-131-3/+8
|