Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Borked the tests, so I'm reverting for now. | Aaron Patterson | 2012-02-09 | 1 | -0/+10 |
| | | | | | | | Revert "Merge pull request #81 from parndt/master" This reverts commit f3214d9ff0b7a3efb14f7e9cb93c51d3468c16d8, reversing changes made to fc787a42c0febcee41e13d16e06b72492ab00468. | ||||
* | Removed lib/arel/sql/engine.rb because it's not required anymore. | Philip Arndt | 2011-09-14 | 1 | -10/+0 |
| | |||||
* | adding a Value node so that SqlLiteral values may be used | Aaron Patterson | 2010-09-09 | 1 | -1/+1 |
| | |||||
* | adding a table and engine | Aaron Patterson | 2010-08-12 | 1 | -0/+10 |
| | |||||
* | moved sql related code to its own engine area | Bryan Helmkamp | 2009-05-17 | 2 | -134/+0 |
| | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Don't depend engine select_value(s) method. Quoting should be performed by ↵ | Emilio Tagua | 2009-05-06 | 1 | -1/+1 |
| | | | | connection not ARel | ||||
* | Fixes for PostgreSQL: always alias expresions and quote values. | Emilio Tagua | 2009-05-04 | 1 | -2/+2 |
| | |||||
* | Added DISTINCT support. Modified when to quote or not columns and tables. | Emilio Tagua | 2009-04-29 | 1 | -3/+11 |
| | |||||
* | Workaround so quote_table_name is not included when not using a column name. ↵ | Emilio Tagua | 2009-04-28 | 1 | -0/+5 |
| | | | | For example: project('2 * amount') | ||||
* | Fix insertion to work on SQLite3 | Emilio Tagua | 2009-04-23 | 1 | -23/+23 |
| | |||||
* | can't remember what i was working on | Nick Kallen | 2008-05-18 | 1 | -2/+2 |
| | |||||
* | rename refactor of circle | Nick Kallen | 2008-05-18 | 1 | -7/+7 |
| | |||||
* | slight performance improvement | Nick Kallen | 2008-05-17 | 1 | -3/+2 |
| | |||||
* | experimenting with new binding stuff | Nick Kallen | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | fixed defect in alias | Nick Kallen | 2008-05-13 | 1 | -3/+3 |
| | |||||
* | string passthrough for "group by" | Nick Kallen | 2008-05-05 | 1 | -0/+6 |
| | |||||
* | cleanup | Nick Kallen | 2008-05-04 | 2 | -0/+116 |