Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Test for NamedFunction predication chaining | Daniel Azuma | 2011-01-19 | 1 | -0/+6 | |
| | | | | ||||||
| * | | | Chain predications off of named functions | Daniel Azuma | 2011-01-19 | 1 | -0/+2 | |
| |/ / | ||||||
* | | | adding TOP to sub selects for mssql | Aaron Patterson | 2011-02-02 | 3 | -9/+23 | |
| | | | ||||||
* | | | fixing whitespace errors | Aaron Patterson | 2011-02-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Added test, thanks josephholsten | Brian Dunn | 2011-02-02 | 1 | -0/+9 | |
| | | | ||||||
* | | | Make #with chainable | Paul Sadauskas | 2011-02-02 | 2 | -4/+3 | |
| |/ |/| | ||||||
* | | Added MINUS for Oracle | Brian Cardarella | 2011-01-23 | 3 | -0/+14 | |
| | | | | | | | | Aliased :minus to :except for the SelectManager | |||||
* | | no need for is_a? check | Aaron Patterson | 2011-01-22 | 1 | -1/+1 | |
| | | ||||||
* | | other should not be optional | Aaron Patterson | 2011-01-22 | 1 | -6/+4 | |
| | | ||||||
* | | Added support for INTERSECT and EXCEPT | Brian Cardarella | 2011-01-22 | 4 | -0/+74 | |
| | | ||||||
* | | udpating manifest and gemspec | Aaron Patterson | 2011-01-21 | 2 | -6/+7 | |
| | | ||||||
* | | WTF, tabs? | Paul Sadauskas | 2011-01-21 | 4 | -69/+69 | |
| | | ||||||
* | | WITH expr as array in visitor | Paul Sadauskas | 2011-01-21 | 2 | -4/+3 | |
| | | ||||||
* | | With node takes an array, less code to determine alternative nodes | Paul Sadauskas | 2011-01-21 | 2 | -18/+3 | |
| | | ||||||
* | | Don't need with_recursive | Paul Sadauskas | 2011-01-21 | 2 | -3/+1 | |
| | | ||||||
* | | Add support for WITH and UNION | Paul Sadauskas | 2011-01-21 | 8 | -6/+149 | |
|/ | | | | | | PostgreSQL WITH RECURSIVE support Make WITH be a unary node | |||||
* | Regenerating arel.gemspec so the gemspec file is valid for gem build | Ken Chau | 2011-01-06 | 1 | -10/+10 | |
| | ||||||
* | Added Arel::Nodes::NamedFunction for representing generic SQL functions | Aaron Patterson | 2011-01-04 | 14 | -12/+102 | |
| | ||||||
* | Merge branch '2-0-stable' | Aaron Patterson | 2011-01-04 | 1 | -1/+0 | |
|\ | | | | | | | | | * 2-0-stable: visiting via superclass is OK, since module definitions help delegate | |||||
| * | visiting via superclass is OK, since module definitions help delegate | Aaron Patterson | 2011-01-04 | 1 | -1/+0 | |
| | | ||||||
* | | Merge branch '2-0-stable' | Aaron Patterson | 2011-01-03 | 4 | -6/+8 | |
|\| | | | | | | | | | * 2-0-stable: adding better tests surrounding limits in adapter visitors | |||||
| * | adding better tests surrounding limits in adapter visitors | Aaron Patterson | 2011-01-03 | 4 | -6/+8 | |
| | | ||||||
* | | Merge branch '2-0-stable' | Aaron Patterson | 2011-01-03 | 3 | -2/+11 | |
|\| | | | | | | | | | * 2-0-stable: making sure limit is correctly copied to update manager | |||||
| * | making sure limit is correctly copied to update manager | Aaron Patterson | 2011-01-03 | 3 | -2/+11 | |
| | | ||||||
* | | Merge branch 'master' of github.com:rails/arel | Aaron Patterson | 2011-01-03 | 2 | -9/+28 | |
|\ \ | | | | | | | | | | | | | * 'master' of github.com:rails/arel: Allow HAVING to take multiple conditions, like WHERE | |||||
| * | | Allow HAVING to take multiple conditions, like WHERE | Jon Leighton | 2011-01-04 | 2 | -9/+28 | |
| | | | ||||||
* | | | Merge branch '2-0-stable' | Aaron Patterson | 2011-01-03 | 1 | -1/+0 | |
|\ \ \ | |/ / |/| / | |/ | | | * 2-0-stable: should return nil instead of empty string | |||||
| * | should return nil instead of empty string | Aaron Patterson | 2011-01-03 | 1 | -1/+0 | |
| | | ||||||
* | | Merge branch '2-0-stable' | Aaron Patterson | 2011-01-03 | 1 | -3/+4 | |
|\| | | | | | | | | | * 2-0-stable: we do not need to modify the AST | |||||
| * | we do not need to modify the AST | Aaron Patterson | 2011-01-03 | 1 | -3/+4 | |
| | | ||||||
* | | Merge branch '2-0-stable' | Aaron Patterson | 2011-01-03 | 1 | -6/+6 | |
|\| | | | | | | | | | | | * 2-0-stable: fixing tests for oracle visitor fisting lots of oracle errors | |||||
| * | fixing tests for oracle visitor | Aaron Patterson | 2011-01-03 | 2 | -7/+8 | |
| | | ||||||
| * | fisting lots of oracle errors | Aaron Patterson | 2011-01-03 | 1 | -4/+4 | |
| | | ||||||
* | | fisting lots of oracle errors | Aaron Patterson | 2011-01-03 | 1 | -4/+4 | |
| | | ||||||
* | | top and limit can be visited | Aaron Patterson | 2011-01-03 | 4 | -0/+8 | |
| | | ||||||
* | | fisting mergefail | Aaron Patterson | 2011-01-03 | 1 | -4/+0 | |
| | | ||||||
* | | limit and top files are not needed | Aaron Patterson | 2011-01-03 | 2 | -13/+0 | |
| | | ||||||
* | | Merge branch '2-0-stable' into merge | Aaron Patterson | 2011-01-03 | 13 | -10/+80 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2-0-stable: updating history Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Abley (https://github.com/jabley/arel). consolidating dot visitor methods refactoring where, fixing subselect implementation for passing a subquery to #in and #not_in tests for passing a subquery to #in and #not_in limit members of the AST are visited quoting limit nodes Conflicts: History.txt lib/arel/nodes.rb lib/arel/nodes/select_core.rb lib/arel/select_manager.rb lib/arel/visitors/to_sql.rb test/visitors/test_to_sql.rb | |||||
| * | updating history | Aaron Patterson | 2011-01-03 | 1 | -0/+1 | |
| | | ||||||
| * | Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James ↵ | Viacheslav Petrenko | 2011-01-03 | 12 | -8/+73 | |
| | | | | | | | | Abley (https://github.com/jabley/arel). | |||||
| * | consolidating dot visitor methods | Aaron Patterson | 2010-12-07 | 1 | -12/+0 | |
| | | ||||||
| * | refactoring where, fixing subselect | Aaron Patterson | 2010-12-07 | 6 | -16/+13 | |
| | | ||||||
| * | implementation for passing a subquery to #in and #not_in | Sven Fuchs | 2010-12-07 | 2 | -10/+12 | |
| | | ||||||
| * | tests for passing a subquery to #in and #not_in | Sven Fuchs | 2010-12-07 | 1 | -0/+18 | |
| | | ||||||
| * | limit members of the AST are visited | Aaron Patterson | 2010-12-07 | 1 | -0/+6 | |
| | | ||||||
| * | quoting limit nodes | Aaron Patterson | 2010-12-07 | 6 | -3/+23 | |
| | | ||||||
* | | adding deprecation warning for where_clauses | Aaron Patterson | 2010-12-26 | 3 | -1/+10 | |
| | | ||||||
* | | testing binary ops in the dot visitor | Aaron Patterson | 2010-12-25 | 3 | -15/+46 | |
| | | ||||||
* | | requiring that the primary key be set on the UpdateManager so that databases ↵ | Aaron Patterson | 2010-12-24 | 5 | -6/+25 | |
| | | | | | | | | which do not support UPDATE with LIMIT will work | |||||
* | | sql literals may be used as column attributes | Aaron Patterson | 2010-12-22 | 5 | -23/+38 | |
| | |