Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing column escape for IN nodes. [resolves:5732] | Aaron Patterson | 2010-09-29 | 3 | -6/+27 |
* | Merge remote branch 'ernie/master' | Aaron Patterson | 2010-09-29 | 8 | -0/+624 |
|\ | |||||
| * | Make PostgreSQL play nice with its friends. (matches -> ILIKE instead of LIKE) | Ernie Miller | 2010-09-29 | 1 | -0/+8 |
| * | Add support for remaining *_any/*_all attribute methods, and add matches/does... | Ernie Miller | 2010-09-29 | 7 | -5/+597 |
| * | Add eq_any. | Ernie Miller | 2010-09-29 | 2 | -0/+24 |
* | | Merge branch 'master' of github.com:brynary/arel | Aaron Patterson | 2010-09-29 | 3 | -2/+16 |
|\ \ | |||||
| * | | use subquery for limit when DISTINCT is used (in Oracle) | Raimonds Simanovskis | 2010-09-29 | 2 | -2/+14 |
| * | | added missing require 'spec_helper' in crud_spec.rb | Raimonds Simanovskis | 2010-09-29 | 1 | -0/+2 |
| |/ | |||||
* / | tiny correction to readme | Jacob Hodes | 2010-09-30 | 1 | -1/+1 |
|/ | |||||
* | adding an easy way for sql literal nodes | Aaron Patterson | 2010-09-28 | 2 | -2/+11 |
* | refactoring join_sql to return nil if there are no sources | Aaron Patterson | 2010-09-28 | 4 | -11/+24 |
* | making select manager public | Aaron Patterson | 2010-09-28 | 3 | -2/+4 |
* | Merge branch 'master' of github.com:brynary/arel | Aaron Patterson | 2010-09-28 | 3 | -3/+16 |
|\ | |||||
| * | added missing method visit_Arel_Attributes_Decimal as alias for visit_Arel_At... | Raimonds Simanovskis | 2010-09-28 | 1 | -0/+1 |
| * | pass primary key name and value to ActiveRecord adapter insert method | Raimonds Simanovskis | 2010-09-28 | 2 | -3/+15 |
* | | Merge remote branch 'krek/fake_record_adapter' | Aaron Patterson | 2010-09-28 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | 'sqlite3' ==> {:adapter => 'sqlite3'} | Krekoten' Marjan | 2010-09-27 | 1 | -1/+1 |
* | | these readers should be accessors | Aaron Patterson | 2010-09-27 | 1 | -1/+1 |
* | | changing method name to be more clear | Aaron Patterson | 2010-09-27 | 1 | -11/+11 |
* | | requiring date at the top of the visitor | Aaron Patterson | 2010-09-27 | 1 | -0/+1 |
* | | to_sql on nodes may be passed an engine | Aaron Patterson | 2010-09-27 | 7 | -35/+37 |
|/ | |||||
* | using the last seen column for quoting | Aaron Patterson | 2010-09-27 | 4 | -3/+23 |
* | caching quoted values | Aaron Patterson | 2010-09-26 | 2 | -5/+11 |
* | hoe sets the default task for us | Aaron Patterson | 2010-09-24 | 1 | -3/+0 |
* | adding mit license | Aaron Patterson | 2010-09-24 | 1 | -0/+1 |
* | Arel is MIT licensed. | Bryan Helmkamp | 2010-09-24 | 1 | -0/+20 |
* | updating version | Aaron Patterson | 2010-09-24 | 2 | -3/+3 |
* | removing the version file | Aaron Patterson | 2010-09-24 | 3 | -5/+3 |
* | updating Rakefile with development dependencies | Aaron Patterson | 2010-09-24 | 2 | -2/+6 |
* | adding a manifest, converting to Hoe, generating gemspec | Aaron Patterson | 2010-09-24 | 6 | -176/+156 |
* | removing unused rake tasks | Aaron Patterson | 2010-09-24 | 2 | -28/+5 |
* | removing more unused files | Aaron Patterson | 2010-09-24 | 7 | -140/+0 |
* | deleting lots of unused files | Aaron Patterson | 2010-09-24 | 7 | -210/+4 |
* | specs run without an AR connection | Aaron Patterson | 2010-09-24 | 1 | -0/+85 |
* | removing tasks that hoe will provide | Aaron Patterson | 2010-09-24 | 1 | -54/+0 |
* | use a real editor | Aaron Patterson | 2010-09-24 | 1 | -5/+0 |
* | turning on warnings | Aaron Patterson | 2010-09-24 | 1 | -1/+1 |
* | removing the v1 rake task | Aaron Patterson | 2010-09-24 | 1 | -12/+0 |
* | shuffling around the spec directory | Aaron Patterson | 2010-09-24 | 90 | -4898/+0 |
* | yay, more oracle hacks | Aaron Patterson | 2010-09-24 | 2 | -2/+14 |
* | fixing formatting | Aaron Patterson | 2010-09-24 | 1 | -10/+11 |
* | avoid modifying the ast in certain cases | Aaron Patterson | 2010-09-24 | 2 | -2/+34 |
* | adding offset edge | Aaron Patterson | 2010-09-24 | 1 | -0/+1 |
* | adding more oracle hacks | Aaron Patterson | 2010-09-24 | 2 | -0/+31 |
* | dealing with limits and offsets | Aaron Patterson | 2010-09-24 | 2 | -1/+38 |
* | creating a subquery when there is an order and a limit | Aaron Patterson | 2010-09-24 | 2 | -1/+19 |
* | adding an oracle visitor | Aaron Patterson | 2010-09-24 | 7 | -3/+57 |
* | using the connection pool while visiting | Aaron Patterson | 2010-09-24 | 2 | -3/+5 |
* | caching visitor on a per engine basis | Aaron Patterson | 2010-09-23 | 2 | -15/+22 |
* | changing accessor to a writer | Aaron Patterson | 2010-09-23 | 1 | -1/+1 |