aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #362 from caldwecr/masterRafael Mendonça França2015-03-231-1/+1
|\
| * Fix a typo in the sql literal spec for grouped "and" equalityCourtland Caldwell2015-03-231-1/+1
|/
* Merge pull request #356 from tamird/limited-deleteRafael Mendonça França2015-02-237-5/+47
|\
| * Special limited delete handling in MSSQLTamir Duberstein2015-02-233-2/+28
| * Delete should respect 'limit'Bradford Folkens2015-02-235-3/+19
|/
* Change the interface of `having` to match that of `where`Sean Griffin2015-01-2710-29/+29
* Implement equality for `BindParam`Sean Griffin2015-01-252-0/+18
* Merge pull request #352 from splattael/jruby-headSean Griffin2015-01-231-1/+4
|\
| * Speed up jruby testsPeter Suschlik2015-01-211-0/+3
| * Remove jruby and add jruby-head on TravisPeter Suschlik2015-01-211-1/+1
|/
* Merge pull request #346 from vipulnsward/add-default-taskRafael Mendonça França2015-01-011-0/+3
|\
| * Add default rake task as test.Vipul A M2015-01-011-0/+3
|/
* Change the version to 7.0.0.alphaSean Griffin2014-12-291-1/+1
* Remove 1.9 from the Travis buildsSean Griffin2014-12-291-1/+0
* Allow a type caster to be given to the `Arel::Table` objectSean Griffin2014-12-296-16/+89
* Deprecate automatic type casting within ArelSean Griffin2014-12-262-0/+13
* Allow for handling quoted values in rangesSean Griffin2014-12-262-6/+61
* Merge pull request #344 from kaznum/support_the_escape_clause_of_postgresqlMatthew Draper2014-12-252-2/+28
|\
| * {Matches,DoesNotMatch} support the ESCAPE clause with PostgreSQLKazuya NUMATA2014-12-252-2/+28
|/
* 💣Sean Griffin2014-12-041-1/+1
* Quoted nodes respond to `nil?` in the same way as `Casted` nodesSean Griffin2014-12-041-0/+1
* Quoted nodes respond to the same method as Casted nodesSean Griffin2014-12-041-0/+1
* Don't re-quote nodes which are already quotedSean Griffin2014-12-021-1/+1
* Remove `engine` from `TreeManager` and subclassesSean Griffin2014-11-2917-170/+149
* Remove engine from the constructor arguments `Arel::Table`Sean Griffin2014-11-294-103/+49
* Remove deprecated method "Table#primary_key"Sean Griffin2014-11-263-17/+37
* Merge pull request #177 from NARKOZ/patch-0Sean Griffin2014-11-262-2/+8
|\
| * remove extra space before 'ORDER BY'Nihad Abbasov2014-11-262-2/+8
|/
* Rake is a development dependecyRafael Mendonça França2014-11-252-0/+2
* Prepare for 6.0.0Rafael Mendonça França2014-11-252-2/+2
* Only include the lib folder in the gemRafael Mendonça França2014-11-252-2/+2
* Merge pull request #338 from yahonda/add_order_to_bindparams_oracleSean Griffin2014-11-242-1/+16
|\
| * Support Oracle bind parameter valueYasuo Honda2014-11-202-1/+16
|/
* Use class objects rather than strings for the dispatch cacheSean Griffin2014-11-183-19/+11
* Add order to BindParams in the ToSql collectorSean Griffin2014-11-1712-16/+48
* cache the dispatch table on the depth first visitorAaron Patterson2014-11-102-6/+21
* oops! that should not have been checked inAaron Patterson2014-11-041-2/+1
* Look for `Enumerable` rather than `Array` in predicatesSean Griffin2014-11-021-2/+2
* Fix rake test taskRafael Mendonça França2014-10-311-0/+9
* Revert "Revert "Merge pull request #300 from jpcody/master""Sean Griffin2014-10-313-19/+17
* Bump to 6.0.0.beta2Godfrey Chan2014-10-301-1/+1
* Update the GemfileRafael Mendonça França2014-10-301-10/+1
* hoe is not the dependecy anymoreRafael Mendonça França2014-10-302-2/+2
* Stop using hoe to release the gemRafael Mendonça França2014-10-306-210/+52
* Revert "Merge pull request #300 from jpcody/master"Sean Griffin2014-10-303-17/+19
* Dry up building quoted nodes in predicationSean Griffin2014-10-271-15/+23
* Merge pull request #333 from sgrif/sg-separate-range-methodSean Griffin2014-10-274-180/+192
|\
| * Deprecate passing ranges to `#in` and `#not_in`Sean Griffin2014-10-254-180/+192
|/
* Refactor `#in` and `#not_in`Sean Griffin2014-10-251-16/+20
* 💣Sean Griffin2014-10-251-4/+4