aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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-244-3/+20
|
* 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-249-4/+56
| | | | "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-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-231-1/+1
|
* making sure update delegates to update and insert delegates to insertAaron Patterson2010-08-231-4/+3
|
* adding count nodesAaron Patterson2010-08-234-0/+20
|
* orders are workingAaron Patterson2010-08-223-3/+10
|
* Merge branch 'v1' of github.com:flavorjones/arel into v1Aaron Patterson2010-08-196-0/+34
|\ | | | | | | | | | | | | | | | | * '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-191-0/+5
| |
| * SelectCore deep copies attributesMike Dalessio2010-08-191-0/+7
| |
| * Statement nodes deep-copy AST nodesMike Dalessio2010-08-193-0/+17
| |
| * TreeManager classes deep-copy their statements.Mike Dalessio2010-08-191-0/+5
| |
* | adding outer joinsAaron Patterson2010-08-197-12/+36
| |
* | joins can be createdAaron Patterson2010-08-187-7/+87
|/
* delete manager addedAaron Patterson2010-08-186-0/+50
|
* fixing update supportAaron Patterson2010-08-185-6/+38
|
* 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-163-0/+34
| |
* | adding comment to myselfAaron Patterson2010-08-161-0/+2
| |
* | OR nodes are somewhat workingAaron Patterson2010-08-165-12/+38
|/
* Rails references Arel::Expression, adding an unused module for nowAaron Patterson2010-08-162-0/+5
|
* sql visitor can deal with TrueClassAaron Patterson2010-08-162-0/+9
|
* table responds to takeAaron Patterson2010-08-161-0/+4
|
* adding deprecated crud module for backwards compatAaron Patterson2010-08-164-16/+27
|
* spec:v1:sqlite3 works for running our specsAaron Patterson2010-08-164-0/+15
|
* quoting strings from equality statements, adding to_dotAaron Patterson2010-08-163-2/+12
|
* update is working on the select managerAaron Patterson2010-08-143-1/+14
|
* defaulting values to a listAaron Patterson2010-08-142-2/+2
|
* update manager is workingAaron Patterson2010-08-143-1/+10
|
* basic updates are workingAaron Patterson2010-08-145-0/+41
|
* inserts have the correct syntaxAaron Patterson2010-08-132-5/+15
|
* insert manager implements "insert"Aaron Patterson2010-08-133-6/+35
|
* adding a dot visitor to make our lives easierAaron Patterson2010-08-133-0/+114
|
* inserts are starting to take shapeAaron Patterson2010-08-132-1/+13
|
* insert manager is starting to take shapeAaron Patterson2010-08-138-29/+65
|
* table responds to "project"Aaron Patterson2010-08-132-1/+6
|
* adding a relation thingAaron Patterson2010-08-133-0/+15
|
* Table.new can take a hash for the second paramAaron Patterson2010-08-131-3/+4
|