Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap group_by sql with a subquery for limiting rows in Oracle. | Chris Dinger | 2014-09-16 | 2 | -1/+11 |
| | | | | Fixes #128 | ||||
* | Merge pull request #311 from tamird/master | Rafael Mendonça França | 2014-09-16 | 3 | -18/+12 |
|\ | | | | | `Extract#as` should not mutate the receiver | ||||
| * | `Extract#as` should not mutate the receiver | Tamir Duberstein | 2014-09-13 | 3 | -18/+12 |
|/ | | | | Fixes https://github.com/rails/rails/issues/16913 | ||||
* | Merge pull request #306 from mxhold/master | Rafael Mendonça França | 2014-09-12 | 2 | -0/+30 |
|\ | | | | | Add SelectManager#distinct_on to set/unset Arel::Nodes::DistinctOn quantifier | ||||
| * | Add SelectManager#distinct_on to set/unset Arel::Nodes::DistinctOn quantifier | Max Holder | 2014-08-30 | 2 | -0/+30 |
| | | |||||
* | | Merge pull request #304 from bigxiang/fix_lt_and_lteq_error | Rafael Mendonça França | 2014-09-12 | 2 | -6/+50 |
|\ \ | | | | | | | Fix lt & lteq don't accept most of values. | ||||
| * | | Change specs to cover lt, lteq, gt and gteq. | bigxiang | 2014-08-31 | 1 | -4/+42 |
| | | | |||||
| * | | Fix lt & lteq don't accept most of values. | bigxiang | 2014-08-23 | 2 | -6/+12 |
| | | | |||||
* | | | Merge pull request #277 from sergey-alekseev/wrap-nested-gropings-only-once | Rafael Mendonça França | 2014-09-12 | 2 | -2/+13 |
|\ \ \ | |_|/ |/| | | Wrap nested Nodes::Grouping in brackets only once | ||||
| * | | Wrap nested Nodes::Grouping in brackets only once | Sergey Alekseev | 2014-05-26 | 2 | -2/+13 |
| | | | |||||
* | | | Merge pull request #300 from jpcody/master | Matthew Draper | 2014-08-26 | 3 | -19/+17 |
|\ \ \ | |_|/ |/| | | Allow for alias omission in aggregate expressions | ||||
| * | | Remove default aliases from aggregate functions | Joshua Cody | 2014-07-31 | 4 | -58/+20 |
| | | | |||||
| * | | Allow for alias omission in aggregate expressions | Joshua Cody | 2014-07-26 | 2 | -8/+44 |
| | | | |||||
* | | | Merge pull request #303 from ksss/typo | Rafael Mendonça França | 2014-08-21 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix typo `gt` means `>` | ||||
| * | | | Fix typo `gt` means `>` | ksss | 2014-08-21 | 1 | -1/+1 |
|/ / / | |||||
* / / | Prepare to 6.0.0.beta1 | Rafael Mendonça França | 2014-08-17 | 3 | -13/+13 |
|/ / | |||||
* | | Merge pull request #291 from vipulnsward/rename-test | Rafael Mendonça França | 2014-06-30 | 1 | -52/+53 |
|\ \ | | | | | | | Cleanup SelectManager Test | ||||
| * | | - Stop passing redundant `:engine => Table.engine` to `Table#new` | Vipul A M | 2014-06-15 | 1 | -51/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Remove redundant `ast` variable creation - Rename similar join tests name to what they actually test - Move "joins itself" test to "joins" describe instead of defining describe block twice - Move update manager statement tests in logical order - Move `project` tests in logical order | ||||
| * | | Rename ambiguous test name to what it actually tests | Vipul A M | 2014-06-15 | 1 | -1/+1 |
| | | | |||||
* | | | 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 |
| | | |