aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations.rb
Commit message (Collapse)AuthorAgeFilesLines
* removing useless fileAaron Patterson2010-07-261-1/+0
|
* Added having to use in combination with group to filter records.Emilio Tagua2009-12-281-0/+1
|
* Added lock to Arel, allowing a locking read if required.Emilio Tagua2009-12-271-0/+1
|
* Added "from" method, allowing to specify custom from clauses.Emilio Tagua2009-12-271-0/+1
|
* WhitespaceBryan Helmkamp2009-05-171-1/+1
|
* recursive memory operations now possibleBryan Helmkamp2009-05-171-0/+1
| | | | | | Conflicts: lib/arel/algebra/relations/relation.rb
* consolidated filesBryan Helmkamp2009-05-171-3/+1
| | | | | | | | | | | | | | Conflicts: lib/arel/algebra/predicates.rb lib/arel/algebra/relations/writes/delete.rb lib/arel/algebra/relations/writes/insert.rb lib/arel/algebra/relations/writes/update.rb lib/arel/engines/memory/predicates.rb lib/arel/engines/memory/relations.rb lib/arel/engines/sql/primitives/attribute.rb lib/arel/engines/sql/relations/writes/insert.rb lib/arel/engines/sql/relations/writes/update.rb
* reorganized file structuresBryan Helmkamp2009-05-171-0/+15
Conflicts: lib/arel.rb lib/arel/arel.rb lib/arel/engines/memory/predicates.rb lib/arel/engines/memory/relations/array.rb lib/arel/engines/sql/relations/table.rb