| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Merge pull request #372 from dzjuck/add_nodes_casted_to_gemspec | Rafael Mendonça França | 2015-06-24 | 1 | -1/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Add nodes/casted.rb to gemspec file | Ilya Lavrov | 2015-06-24 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #370 from arthurnn/dont_quote_limit | Aaron Patterson | 2015-06-18 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Dont need to quote limit | Arthur Neves | 2015-06-18 | 1 | -3/+3 |
|/ / / / |
|
* | | | | Merge pull request #367 from vipulnsward/move-cased | Rafael Mendonça França | 2015-06-01 | 2 | -40/+41 |
|\ \ \ \ |
|
| * | | | | Move casted to its own file | Vipul A M | 2015-05-31 | 2 | -40/+41 |
|/ / / / |
|
* | | | | Merge pull request #362 from caldwecr/master | Rafael Mendonça França | 2015-03-23 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix a typo in the sql literal spec for grouped "and" equality | Courtland Caldwell | 2015-03-23 | 1 | -1/+1 |
|/ / / |
|
* | | | 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 |