aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #390 from yahonda/expr_oracle12Rafael França2015-12-171-2/+2
|\
| * No need to quote limit for Oracle12 visitorYasuo Honda2015-09-011-2/+2
* | Merge pull request #403 from kbrock/regexpAaron Patterson2015-12-167-23/+91
|\ \
| * | test match predicate case sensitivity attributeKeenan Brock2015-12-051-0/+6
| * | introduce predicate {does_not_}matches_regexp Keenan Brock2015-12-052-6/+21
| * | use valid regular expression in regexp testKeenan Brock2015-12-051-12/+12
| * | Add case sensitive regexpKeenan Brock2015-12-055-4/+33
| * | Add case sensitive matchKeenan Brock2015-12-054-11/+29
|/ /
* | Merge pull request #396 from ur0/masterSean Griffin2015-10-021-0/+0
|\ \
| * | Rename MIT-LICENSE to MIT-LICENSE.txtUmang Raghuvanshi2015-10-021-0/+0
|/ /
* | Merge pull request #392 from maclover7/contributingRafael Mendonça França2015-09-094-6/+113
|\ \
| * | Add CONTRIBUTING.md [ci skip]maclover72015-09-014-6/+113
| |/
* | Merge pull request #391 from yahonda/add_oracle12Rafael Mendonça França2015-09-011-1/+1
|\ \ | |/ |/|
| * Add "lib/arel/visitors/oracle12.rb" to its gemspecYasuo Honda2015-09-011-1/+1
|/
* Use bundled gemsRafael Mendonça França2015-08-041-1/+1
* Run with Ruby 2.2Rafael Mendonça França2015-08-041-1/+2
* Improve travis configurationRafael Mendonça França2015-08-041-1/+10
* Merge pull request #337 from yahonda/support_oracle12_top_n_2Aaron Patterson2015-07-144-2/+107
|\
| * Create Arel::Visitors::Oracle12 to provide better top-N queryYasuo Honda2015-06-193-0/+101
| * Extract visit_Arel_Nodes_SelectOptionsYasuo Honda2015-06-191-2/+6
* | Merge pull request #361 from evgenim/masterAaron Patterson2015-07-142-4/+40
|\ \
| * | Fix visit_Arel_Nodes_FullOuterJoin and visit_Arel_Nodes_RightOuterJoin to mak...evgenim2015-03-162-4/+40
* | | Merge pull request #377 from Eric-Guo/masterRafael Mendonça França2015-07-132-3/+3
|\ \ \
| * | | Follow up #370 for Oracle, to fix undefined method `expr' for 10:Fixnum bug.Eric Guo2015-07-142-3/+3
|/ / /
* | | Merge pull request #374 from Shopify/no-need-to-quote-mysql-limitRafael Mendonça França2015-07-101-1/+1
|\ \ \
| * | | No need to quote MySQL LIMITJean Boussier2015-07-101-1/+1
|/ / /
* | | Merge pull request #372 from dzjuck/add_nodes_casted_to_gemspecRafael Mendonça França2015-06-241-1/+1
|\ \ \ | |_|/ |/| |
| * | Add nodes/casted.rb to gemspec fileIlya Lavrov2015-06-241-1/+1
|/ /
* | Merge pull request #370 from arthurnn/dont_quote_limitAaron Patterson2015-06-181-3/+3
|\ \
| * | Dont need to quote limitArthur Neves2015-06-181-3/+3
|/ /
* | Merge pull request #367 from vipulnsward/move-casedRafael Mendonça França2015-06-012-40/+41
|\ \
| * | Move casted to its own fileVipul A M2015-05-312-40/+41
|/ /
* | 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
|\