Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added having to use in combination with group to filter records. | Emilio Tagua | 2009-12-28 | 1 | -1/+2 |
| | |||||
* | Added lock to Arel, allowing a locking read if required. | Emilio Tagua | 2009-12-27 | 1 | -0/+5 |
| | |||||
* | Added "from" method, allowing to specify custom from clauses. | Emilio Tagua | 2009-12-27 | 1 | -1/+2 |
| | |||||
* | Accept Arel::Value in hash values and treat them properly. | Emilio Tagua | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | basic implementation of in memory insertions | Bryan Helmkamp | 2009-05-17 | 1 | -1/+1 |
| | | | | | | Conflicts: lib/arel/engines/memory/relations.rb | ||||
* | using in memory relations as results from sql relation | Nick Kallen | 2009-05-17 | 1 | -2/+9 |
| | | | | | | | Conflicts: lib/arel/algebra/primitives/expression.rb lib/arel/algebra/relations/relation.rb | ||||
* | recursive memory operations now possible | Bryan Helmkamp | 2009-05-17 | 1 | -4/+0 |
| | | | | | | Conflicts: lib/arel/algebra/relations/relation.rb | ||||
* | join sql stuff moved into sql adapter | Bryan Helmkamp | 2009-05-17 | 1 | -8/+7 |
| | | | | | | | | | Conflicts: lib/arel/algebra/primitives/value.rb lib/arel/algebra/relations/operations/join.rb lib/arel/algebra/relations/relation.rb spec/arel/unit/relations/join_spec.rb | ||||
* | reorganized file structures | Bryan Helmkamp | 2009-05-17 | 1 | -0/+134 |
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 |