| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #356 from tamird/limited-delete | Rafael Mendonça França | 2015-02-23 | 7 | -5/+47 |
|\ |
|
| * | Special limited delete handling in MSSQL | Tamir Duberstein | 2015-02-23 | 3 | -2/+28 |
| * | Delete should respect 'limit' | Bradford Folkens | 2015-02-23 | 5 | -3/+19 |
|/ |
|
* | Change the interface of `having` to match that of `where` | Sean Griffin | 2015-01-27 | 10 | -29/+29 |
* | Implement equality for `BindParam` | Sean Griffin | 2015-01-25 | 2 | -0/+18 |
* | Merge pull request #352 from splattael/jruby-head | Sean Griffin | 2015-01-23 | 1 | -1/+4 |
|\ |
|
| * | Speed up jruby tests | Peter Suschlik | 2015-01-21 | 1 | -0/+3 |
| * | Remove jruby and add jruby-head on Travis | Peter Suschlik | 2015-01-21 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #346 from vipulnsward/add-default-task | Rafael Mendonça França | 2015-01-01 | 1 | -0/+3 |
|\ |
|
| * | Add default rake task as test. | Vipul A M | 2015-01-01 | 1 | -0/+3 |
|/ |
|
* | Change the version to 7.0.0.alpha | Sean Griffin | 2014-12-29 | 1 | -1/+1 |
* | Remove 1.9 from the Travis builds | Sean Griffin | 2014-12-29 | 1 | -1/+0 |
* | Allow a type caster to be given to the `Arel::Table` object | Sean Griffin | 2014-12-29 | 6 | -16/+89 |
* | 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 |