Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplifying the Christener | Aaron Patterson | 2010-07-28 | 1 | -8/+9 |
| | |||||
* | PERF: fewer objects | Aaron Patterson | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | PERF: cache christener, initialize hash in initialize | Aaron Patterson | 2010-07-26 | 1 | -4/+9 |
| | |||||
* | Add support for table aliasing | Pratik Naik | 2010-01-01 | 1 | -1/+2 |
| | | | | | | | Example : users = Table(:users, :as => :accounts) users.to_sql => SELECT `accounts`.`id`, `accounts`.`name` FROM `users` AS `accounts` | ||||
* | Whitespace | Bryan Helmkamp | 2009-05-17 | 1 | -1/+1 |
| | |||||
* | moved sql related code to its own engine area | Bryan Helmkamp | 2009-05-17 | 1 | -0/+13 |
Conflicts: lib/arel/engine.rb lib/arel/extensions/object.rb lib/arel/predicates.rb lib/arel/primitives/attribute.rb lib/arel/primitives/expression.rb lib/arel/primitives/value.rb lib/arel/relations/operations/join.rb lib/arel/relations/relation.rb lib/arel/relations/utilities/externalization.rb lib/arel/relations/utilities/nil.rb lib/arel/relations/writes/delete.rb lib/arel/relations/writes/insert.rb lib/arel/relations/writes/update.rb spec/arel/unit/relations/skip_spec.rb spec/arel/unit/relations/take_spec.rb spec/spec_helper.rb |