| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Deprecate automatic type casting within Arel | Sean Griffin | 2014-12-26 | 2 | -0/+13 |
* | | Allow for handling quoted values in ranges | Sean Griffin | 2014-12-26 | 2 | -6/+61 |
* | | Merge pull request #344 from kaznum/support_the_escape_clause_of_postgresql | Matthew Draper | 2014-12-25 | 2 | -2/+28 |
|\ \ |
|
| * | | {Matches,DoesNotMatch} support the ESCAPE clause with PostgreSQL | Kazuya NUMATA | 2014-12-25 | 2 | -2/+28 |
|/ / |
|
* | | 💣 | Sean Griffin | 2014-12-04 | 1 | -1/+1 |
* | | Quoted nodes respond to `nil?` in the same way as `Casted` nodes | Sean Griffin | 2014-12-04 | 1 | -0/+1 |
* | | Quoted nodes respond to the same method as Casted nodes | Sean Griffin | 2014-12-04 | 1 | -0/+1 |
* | | Don't re-quote nodes which are already quoted | Sean Griffin | 2014-12-02 | 1 | -1/+1 |
* | | Remove `engine` from `TreeManager` and subclasses | Sean Griffin | 2014-11-29 | 17 | -170/+149 |
* | | Remove engine from the constructor arguments `Arel::Table` | Sean Griffin | 2014-11-29 | 4 | -103/+49 |
* | | Remove deprecated method "Table#primary_key" | Sean Griffin | 2014-11-26 | 3 | -17/+37 |
* | | Merge pull request #177 from NARKOZ/patch-0 | Sean Griffin | 2014-11-26 | 2 | -2/+8 |
|\ \ |
|
| * | | remove extra space before 'ORDER BY' | Nihad Abbasov | 2014-11-26 | 2 | -2/+8 |
|/ / |
|
* | | Rake is a development dependecy | Rafael Mendonça França | 2014-11-25 | 2 | -0/+2 |
* | | Prepare for 6.0.0 | Rafael Mendonça França | 2014-11-25 | 2 | -2/+2 |
* | | Only include the lib folder in the gem | Rafael Mendonça França | 2014-11-25 | 2 | -2/+2 |
* | | Merge pull request #338 from yahonda/add_order_to_bindparams_oracle | Sean Griffin | 2014-11-24 | 2 | -1/+16 |
|\ \ |
|
| * | | Support Oracle bind parameter value | Yasuo Honda | 2014-11-20 | 2 | -1/+16 |
|/ / |
|
* | | Use class objects rather than strings for the dispatch cache | Sean Griffin | 2014-11-18 | 3 | -19/+11 |
* | | Add order to BindParams in the ToSql collector | Sean Griffin | 2014-11-17 | 12 | -16/+48 |
* | | cache the dispatch table on the depth first visitor | Aaron Patterson | 2014-11-10 | 2 | -6/+21 |
* | | oops! that should not have been checked in | Aaron Patterson | 2014-11-04 | 1 | -2/+1 |
* | | Look for `Enumerable` rather than `Array` in predicates | Sean Griffin | 2014-11-02 | 1 | -2/+2 |
* | | Fix rake test task | Rafael Mendonça França | 2014-10-31 | 1 | -0/+9 |
* | | Revert "Revert "Merge pull request #300 from jpcody/master"" | Sean Griffin | 2014-10-31 | 3 | -19/+17 |
* | | Bump to 6.0.0.beta2 | Godfrey Chan | 2014-10-30 | 1 | -1/+1 |
* | | Update the Gemfile | Rafael Mendonça França | 2014-10-30 | 1 | -10/+1 |
* | | hoe is not the dependecy anymore | Rafael Mendonça França | 2014-10-30 | 2 | -2/+2 |
* | | Stop using hoe to release the gem | Rafael Mendonça França | 2014-10-30 | 6 | -210/+52 |
* | | Revert "Merge pull request #300 from jpcody/master" | Sean Griffin | 2014-10-30 | 3 | -17/+19 |
* | | Dry up building quoted nodes in predication | Sean Griffin | 2014-10-27 | 1 | -15/+23 |
* | | Merge pull request #333 from sgrif/sg-separate-range-method | Sean Griffin | 2014-10-27 | 4 | -180/+192 |
|\ \ |
|
| * | | Deprecate passing ranges to `#in` and `#not_in` | Sean Griffin | 2014-10-25 | 4 | -180/+192 |
|/ / |
|
* | | Refactor `#in` and `#not_in` | Sean Griffin | 2014-10-25 | 1 | -16/+20 |
* | | 💣 | Sean Griffin | 2014-10-25 | 1 | -4/+4 |
* | | Merge pull request #331 from sgrif/sg-in-should-not-break-queries | Sean Griffin | 2014-10-24 | 2 | -7/+7 |
|\ \ |
|
| * | | `#not_in` with a range should respect proper precedence | Sean Griffin | 2014-10-24 | 2 | -7/+7 |
| |/ |
|
* | | Merge pull request #332 from sgrif/sg-include-in-test-coverage | Sean Griffin | 2014-10-24 | 1 | -8/+201 |
|\ \ |
|
| * | | Improve test coverage for `#in` and `#not_in` | Sean Griffin | 2014-10-24 | 1 | -8/+201 |
| |/ |
|
* | | Merge pull request #330 from sgrif/sg-binary-node-hash-equality | Sean Griffin | 2014-10-24 | 2 | -1/+27 |
|\ \
| |/
|/| |
|
| * | Binary nodes should not generate the same hash as nodes of other classes | Sean Griffin | 2014-10-24 | 2 | -1/+27 |
|/ |
|
* | Merge pull request #326 from claudiob/reuse-maybe-visit | Rafael Mendonça França | 2014-10-23 | 1 | -3/+3 |
|\ |
|
| * | Completes 08e6491 in reusing `maybe_visit` | claudiob | 2014-10-23 | 1 | -3/+3 |
|/ |
|
* | Merge pull request #325 from claudiob/reuse-maybe-visit-method | Rafael Mendonça França | 2014-10-23 | 2 | -18/+4 |
|\ |
|
| * | Reuse `maybe_visit` method | claudiob | 2014-10-23 | 2 | -18/+4 |
|/ |
|
* | Merge pull request #324 from vipulnsward/cte | Matthew Draper | 2014-10-24 | 1 | -1/+1 |
|\ |
|
| * | `Expresssions` => `Expressions` [ci skip] | Vipul A M | 2014-10-24 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #318 from tamird/match-escape | Matthew Draper | 2014-09-26 | 6 | -20/+60 |
|\ |
|
| * | {Matches,DoesNotMatch} support the ESCAPE clause | Tamir Duberstein | 2014-09-25 | 6 | -20/+60 |
|/ |
|
* | move the dispatch table to be per-instance | Aaron Patterson | 2014-09-22 | 8 | -26/+38 |