Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #163 from atombender/master | Aaron Patterson | 2014-06-26 | 5 | -7/+83 |
|\ | | | | | Support for PARTITION BY in window | ||||
| * | Add test for window + partition + order. | Alexander Staubo | 2014-06-22 | 1 | -0/+11 |
| | | |||||
| * | Windowing: Calling #rows or #range should assign framing only once. | Alexander Staubo | 2014-06-22 | 2 | -2/+12 |
| | | |||||
| * | Windowing support for PARTITION BY clause. | Alexander Staubo | 2014-06-20 | 5 | -5/+60 |
|/ | |||||
* | Merge pull request #292 from mekishizufu/dot_visitor_api | Rafael Mendonça França | 2014-06-15 | 5 | -21/+30 |
|\ | | | | | Modify Visitors::Dot's API to use collectors | ||||
| * | Modify Visitors::Dot's API to use collectors | Jiri Pospisil | 2014-06-14 | 3 | -7/+9 |
| | | |||||
| * | Collectors: Introduce PlainString and make use of it in SQLString | Jiri Pospisil | 2014-06-14 | 2 | -14/+21 |
| | | |||||
* | | Merge pull request #293 from vipulnsward/cleanup-select-manager | Rafael Mendonça França | 2014-06-15 | 1 | -3/+8 |
|\ \ | |/ |/| | Cleanup Insert Manager | ||||
| * | - Test noop when passing empty list to `insert` | Vipul A M | 2014-06-15 | 1 | -3/+8 |
|/ | | | | | - Rename into test to indicate it accepts table and chains on it - Rename "combo" test to what it actually tests | ||||
* | Merge pull request #290 from mekishizufu/fix_select_manager_as_subquery | Rafael Mendonça França | 2014-06-13 | 2 | -1/+12 |
|\ | | | | | Support passing of SelectManager to attribute methods | ||||
| * | No need to check for SelectStatement as it's a descendant of Node | Jiri Pospisil | 2014-06-12 | 1 | -1/+1 |
| | | |||||
| * | Make sure Arel::SelectManager is not mistaken for an attribute | Jiri Pospisil | 2014-06-12 | 2 | -1/+12 |
| | | |||||
* | | Merge pull request #289 from mekishizufu/fix_with_statements | Rafael Mendonça França | 2014-06-13 | 2 | -2/+17 |
|\ \ | |/ |/| | Fix WITH statements | ||||
| * | Add test for non-recursive WITH statement | Jiri Pospisil | 2014-06-12 | 1 | -0/+14 |
| | | |||||
| * | Make sure visit_Arel_Nodes_With works with collectors | Jiri Pospisil | 2014-06-12 | 1 | -2/+3 |
|/ | |||||
* | Merge pull request #287 from vipulnsward/remove-empty-spec | Rafael Mendonça França | 2014-06-07 | 1 | -2/+0 |
|\ | | | | | rm empty spec which is covered by other specs | ||||
| * | rm empty spec which is covered by other specs | Vipul A M | 2014-06-07 | 1 | -2/+0 |
| | | |||||
* | | Merge pull request #285 from vipulnsward/readme-edits | Rafael Mendonça França | 2014-06-06 | 1 | -5/+6 |
|\ \ | | | | | | | Readme fixes | ||||
| * | | - Fixes to readme grammar | Vipul A M | 2014-06-06 | 1 | -5/+6 |
| |/ | | | | | | | | | - Fixed example and corresponding out interpretation [ci-skip] | ||||
* | | Merge pull request #284 from Octember/master | Rafael Mendonça França | 2014-06-06 | 1 | -18/+22 |
|\ \ | |/ |/| | Cleaned up some edge cases with infinity in predications.rb | ||||
| * | Cleaned up some edge cases with infinity, the logic seems more intuitive now | Noah Lindner | 2014-06-01 | 1 | -18/+22 |
| | | |||||
* | | Merge pull request #281 from vipulnsward/remove-warning | Rafael Mendonça França | 2014-06-02 | 1 | -5/+1 |
|\ \ | | | | | | | - Remove four year old deprecation | ||||
| * | | - Remove four year old deprecation | Vipul A M | 2014-06-01 | 1 | -5/+1 |
| | | | |||||
* | | | Merge pull request #283 from vipulnsward/rm-values | Carlos Antonio da Silva | 2014-06-01 | 1 | -2/+0 |
|\ \ \ | |_|/ |/| | | Remove unused values variable | ||||
| * | | Remove unused values variable | Vipul A M | 2014-06-01 | 1 | -2/+0 |
| |/ | |||||
* | | Merge pull request #282 from vipulnsward/remove-blank | Ernie Miller | 2014-06-01 | 2 | -2/+2 |
|\ \ | | | | | | | Remove use of `.blank?` | ||||
| * | | Arel doesn't depend on activesupport and doesn't have "String#blank?" | Vipul A M | 2014-06-01 | 2 | -2/+2 |
| |/ | | | | | | | Remove usage of `.blank?` to match empty strings with a regular expression instead. | ||||
* | | Merge pull request #280 from vipulnsward/fix-ambiguous-warning | Carlos Antonio da Silva | 2014-05-31 | 2 | -2/+2 |
|\ \ | |/ |/| | Fix warning and typo in test method name | ||||
| * | - Fix ambiguous argument warning | Vipul A M | 2014-05-31 | 2 | -2/+2 |
|/ | | | | - Fix typo: `test_opertaion_ordering` => `test_operation_ordering` | ||||
* | Merge pull request #276 from brocktimus/master | Rafael Mendonça França | 2014-05-28 | 2 | -1/+6 |
|\ | | | | | Fixing method signature for unsupported visits in the ToSQL Visitor | ||||
| * | Asserting on error message | Brock Trappitt | 2014-05-28 | 1 | -3/+2 |
| | | |||||
| * | Test which checks the error being raised by #unsupported in ToSql Visitor | Brock Trappitt | 2014-05-27 | 1 | -0/+6 |
| | | |||||
| * | Fixing method signature for unsupported visits in the ToSQL Visitor | Brock Trappitt | 2014-05-26 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #275 from vipulnsward/fix-warning | Rafael Mendonça França | 2014-05-26 | 1 | -1/+1 |
|\ \ | | | | | | | Fix warning from bind collector test | ||||
| * | | Fix warning form bind collector test | Vipul A M | 2014-05-25 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #274 from vipulnsward/fix-typo | Rafael Mendonça França | 2014-05-26 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix typo `delegte` => `delegate` | ||||
| * | Fix typo `delegte` => `delegate` | Vipul A M | 2014-05-25 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #271 from jordansexton/patch-2 | Rafael Mendonça França | 2014-05-19 | 2 | -0/+24 |
|\ | | | | | Added update and delete convenience methods | ||||
| * | Added #update_manager and #delete_manager convenience methods for consistency | Jordan Sexton | 2014-05-17 | 2 | -0/+24 |
| | | |||||
* | | Merge pull request #272 from jduff/rebased_outer_join | Rafael Mendonça França | 2014-05-19 | 4 | -0/+44 |
|\ \ | | | | | | | Add convenience #outer_join | ||||
| * | | convenience method for outer_join | Brian Hahn | 2014-05-18 | 4 | -0/+44 |
| |/ | |||||
* | | Merge pull request #267 from jordansexton/patch-1 | Rafael Mendonça França | 2014-05-19 | 2 | -0/+7 |
|\ \ | | | | | | | Return self from distinct so it's chainable | ||||
| * | | Return self from #distinct so it's chainable | Jordan Sexton | 2014-05-17 | 2 | -0/+7 |
| | | | |||||
* | | | Merge pull request #273 from adammw/patch-1 | Matthew Draper | 2014-05-19 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Correct whitespace in README | ||||
| * | | Correct whitespace in README | Adam Malcontenti-Wilson | 2014-05-19 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #269 from arthurnn/remove_comm | Rafael Mendonça França | 2014-05-07 | 1 | -3/+0 |
|\ \ | | | | | | | Remove old FIXME comment | ||||
| * | | Remove old FIXME comment | Arthur Neves | 2014-05-07 | 1 | -3/+0 |
| |/ | | | | | | | The comment was introducted on https://github.com/rails/arel/commit/d8de55cee197d887b478b134ec692776613bf998 , and the code has changed | ||||
* | | Merge pull request #268 from arthurnn/readme_1 | Rafael Mendonça França | 2014-05-07 | 1 | -1/+1 |
|\ \ | |/ |/| | Make badges more consistent [skip ci] | ||||
| * | Make badges more consistent [skip ci] | Arthur Neves | 2014-05-07 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #266 from yahonda/address_undefined_to_i_oracle | Rafael Mendonça França | 2014-05-05 | 2 | -3/+3 |
|\ | | | | | Support to add the casting node to the AST at build time to oracle |