Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:rails/arel | Aaron Patterson | 2011-03-21 | 1 | -13/+6 |
|\ | | | | | | | | | | | * 'master' of github.com:rails/arel: Make as factory method convert alias name to SqlLiteral Replace MathOperation with InfixOperation to support more operators | ||||
| * | Replace MathOperation with InfixOperation to support more operators | Ernie Miller | 2011-03-09 | 1 | -13/+6 |
| | | |||||
* | | Fixes rails bug #6058. | Hugo Peixoto | 2011-03-21 | 1 | -0/+1 |
|/ | | | | Propagates 'where' clauses when subquerying is triggered on the UpdateManager. | ||||
* | Merge branch 'master' of github.com:rails/arel | Aaron Patterson | 2011-03-07 | 1 | -1/+1 |
|\ | | | | | | | | | * 'master' of github.com:rails/arel: Add an #table_name method to Table and TableAlias, which always returns the actual table name, not the alias. Then fix ToSql#column_for to use this table name when checking whether the table exists (rather than before, where it was checking whether a table with the alias name exists, which was incorrect). | ||||
| * | Add an #table_name method to Table and TableAlias, which always returns the ↵ | Jon Leighton | 2011-03-04 | 1 | -1/+1 |
| | | | | | | | | actual table name, not the alias. Then fix ToSql#column_for to use this table name when checking whether the table exists (rather than before, where it was checking whether a table with the alias name exists, which was incorrect). | ||||
* | | Merge remote branch 'stiff/master' into omg | Aaron Patterson | 2011-03-07 | 1 | -0/+16 |
|\ \ | |/ |/| | | | | | * stiff/master: implemented support for math operations in numeric attributes | ||||
| * | implemented support for math operations in numeric attributes | Vladimir Meremyanin | 2011-01-29 | 1 | -0/+16 |
| | | |||||
* | | refactoring custom lock logic to use sql literals | Aaron Patterson | 2011-02-21 | 2 | -10/+2 |
| | | |||||
* | | Lock should be a unary node | Aaron Patterson | 2011-02-21 | 2 | -4/+4 |
| | | |||||
* | | Merge remote branch 'jstorimer/master' into omg | Aaron Patterson | 2011-02-21 | 2 | -2/+10 |
|\ \ | | | | | | | | | | | | | * jstorimer/master: Allow database specific locking clauses to be used | ||||
| * | | Allow database specific locking clauses to be used | Jesse Storimer | 2011-01-20 | 2 | -2/+10 |
| | | | |||||
* | | | use the cache mechanism in the connection pool rather than our own cache | Aaron Patterson | 2011-02-07 | 1 | -28/+3 |
| | | | |||||
* | | | adding TOP to sub selects for mssql | Aaron Patterson | 2011-02-02 | 2 | -9/+19 |
| |/ |/| | |||||
* | | Added MINUS for Oracle | Brian Cardarella | 2011-01-23 | 1 | -0/+4 |
| | | | | | | | | Aliased :minus to :except for the SelectManager | ||||
* | | Added support for INTERSECT and EXCEPT | Brian Cardarella | 2011-01-22 | 1 | -0/+8 |
| | | |||||
* | | WTF, tabs? | Paul Sadauskas | 2011-01-21 | 1 | -17/+17 |
| | | |||||
* | | WITH expr as array in visitor | Paul Sadauskas | 2011-01-21 | 1 | -2/+2 |
| | | |||||
* | | Don't need with_recursive | Paul Sadauskas | 2011-01-21 | 1 | -1/+0 |
| | | |||||
* | | Add support for WITH and UNION | Paul Sadauskas | 2011-01-21 | 1 | -0/+18 |
|/ | | | | | | PostgreSQL WITH RECURSIVE support Make WITH be a unary node | ||||
* | Added Arel::Nodes::NamedFunction for representing generic SQL functions | Aaron Patterson | 2011-01-04 | 3 | -7/+32 |
| | |||||
* | 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 | 2 | -2/+2 |
|\| | | | | | | | | | * 2-0-stable: adding better tests surrounding limits in adapter visitors | ||||
| * | adding better tests surrounding limits in adapter visitors | Aaron Patterson | 2011-01-03 | 2 | -2/+2 |
| | | |||||
* | | 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 |
| | | |||||
| * | fixing tests for oracle visitor | Aaron Patterson | 2011-01-03 | 1 | -1/+2 |
| | | |||||
| * | 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 | 2 | -0/+4 |
| | | |||||
* | | fisting mergefail | Aaron Patterson | 2011-01-03 | 1 | -4/+0 |
| | | |||||
* | | Merge branch '2-0-stable' into merge | Aaron Patterson | 2011-01-03 | 4 | -4/+35 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James ↵ | Viacheslav Petrenko | 2011-01-03 | 4 | -4/+31 |
| | | | | | | | | 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 | 1 | -4/+0 |
| | | |||||
| * | implementation for passing a subquery to #in and #not_in | Sven Fuchs | 2010-12-07 | 1 | -8/+10 |
| | | |||||
| * | quoting limit nodes | Aaron Patterson | 2010-12-07 | 3 | -3/+3 |
| | | |||||
* | | testing binary ops in the dot visitor | Aaron Patterson | 2010-12-25 | 1 | -14/+16 |
| | | |||||
* | | requiring that the primary key be set on the UpdateManager so that databases ↵ | Aaron Patterson | 2010-12-24 | 1 | -3/+14 |
| | | | | | | | | which do not support UPDATE with LIMIT will work | ||||
* | | sql literals may be used as column attributes | Aaron Patterson | 2010-12-22 | 1 | -21/+24 |
| | | |||||
* | | make our caching per connection pool, not per connection | Aaron Patterson | 2010-12-20 | 1 | -7/+9 |
| | | |||||
* | | fix join dot visitors | Aaron Patterson | 2010-12-20 | 1 | -2/+0 |
| | | |||||
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 1 | -1/+1 |
| | | |||||
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 1 | -2/+2 |
| | | |||||
* | | string join should be a unary op | Aaron Patterson | 2010-12-14 | 2 | -8/+4 |
| | | |||||
* | | select core should visit the source node | Aaron Patterson | 2010-12-14 | 1 | -1/+2 |
| | | |||||
* | | fixing create_string_join factory method | Aaron Patterson | 2010-12-14 | 1 | -1/+1 |
| | | |||||
* | | adding a join source node | Aaron Patterson | 2010-12-14 | 4 | -29/+18 |
| | |