Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test for NamedFunction predication chaining | Daniel Azuma | 2011-01-19 | 1 | -0/+6 |
| | |||||
* | Added Arel::Nodes::NamedFunction for representing generic SQL functions | Aaron Patterson | 2011-01-04 | 1 | -0/+10 |
| | |||||
* | Merge branch '2-0-stable' into merge | Aaron Patterson | 2011-01-03 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -1/+1 |
| | | | | | | | | Abley (https://github.com/jabley/arel). | ||||
| * | tests for passing a subquery to #in and #not_in | Sven Fuchs | 2010-12-07 | 1 | -0/+18 |
| | | |||||
| * | quoting limit nodes | Aaron Patterson | 2010-12-07 | 1 | -0/+6 |
| | | |||||
* | | sql literals may be used as column attributes | Aaron Patterson | 2010-12-22 | 1 | -1/+8 |
| | | |||||
* | | stop using deprecated AND usage | Aaron Patterson | 2010-12-09 | 1 | -2/+2 |
| | | |||||
* | | Merge remote branch 'sven/in-subquery' into subquery | Aaron Patterson | 2010-12-07 | 1 | -0/+18 |
|\ \ | | | | | | | | | | | | | | | | * sven/in-subquery: implementation for passing a subquery to #in and #not_in tests for passing a subquery to #in and #not_in | ||||
| * | | tests for passing a subquery to #in and #not_in | Sven Fuchs | 2010-12-07 | 1 | -0/+18 |
| | | | |||||
* | | | Merge branch '2-0-stable' | Aaron Patterson | 2010-12-06 | 1 | -0/+6 |
|\ \ \ | |/ / |/| | | | | | | | | | | | * 2-0-stable: quoting limit nodes Make "not" apply to the whole sub-expression when generating sql. | ||||
| * | | quoting limit nodes | Aaron Patterson | 2010-12-06 | 1 | -0/+6 |
| |/ | |||||
| * | Make "not" apply to the whole sub-expression when generating sql. | Ryan Rempel | 2010-12-06 | 1 | -1/+7 |
| | | |||||
* | | Make "not" apply to the whole sub-expression when generating sql. | Ryan Rempel | 2010-12-06 | 1 | -1/+7 |
| | | |||||
* | | attributes do not need a column member | Aaron Patterson | 2010-12-03 | 1 | -3/+7 |
|/ | |||||
* | adding deprecated support for walking ancestor trees | Aaron Patterson | 2010-11-30 | 1 | -0/+5 |
| | |||||
* | adding an AS node | Aaron Patterson | 2010-11-23 | 1 | -0/+6 |
| | |||||
* | adding a "not" factory method for creating Not nodes | Aaron Patterson | 2010-11-23 | 1 | -0/+5 |
| | |||||
* | Added tests for Nodes::NotIn. | Rolf Timmermans | 2010-11-18 | 1 | -0/+46 |
| | |||||
* | added a visitor for Class objects | Aaron Patterson | 2010-11-16 | 1 | -0/+4 |
| | |||||
* | adding proper columns to our fake table | Aaron Patterson | 2010-11-05 | 1 | -7/+6 |
| | |||||
* | Add ToSql NilClass visitor | Ernie Miller | 2010-11-04 | 1 | -0/+4 |
| | |||||
* | Added Bignum to visitor | rugek | 2010-10-26 | 1 | -0/+4 |
| | |||||
* | renaming test_helper to helper so that it is not double required | Aaron Patterson | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | Renamed spec_helper to test_helper | Ryan Davis | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | Fisting arel specs -- still needs tree_manager and cleanup | Ryan Davis | 2010-10-18 | 1 | -0/+134 |