aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #246 from cmohanprasath/assign_value_from_attribute_testAaron Patterson2014-02-241-2/+7
|\
| * Allow assignment right member to reference columnsLoic Nageleisen2014-02-111-2/+7
* | Remove deprecated Arel::ExpressionRafael Mendonça França2014-02-104-9/+0
* | Remove deprecated Arel::SqlLiteralRafael Mendonça França2014-02-106-9/+2
* | Remove deprecated constant aliasesRafael Mendonça França2014-02-101-4/+0
* | Remove deprecated `SelectManager#joins`Vipul A M2014-02-101-8/+0
* | Remove deprecated `SelectManager#to_a`Vipul A M2014-02-101-6/+0
* | Removed deprecated `Arel::Sql::Engine` and make use of `FakeRecord::Base` inp...Vipul A M2014-02-101-10/+0
|/
* Merge pull request #237 from vipulnsward/extract-arrayRafael Mendonça França2014-02-081-2/+4
|\
| * Extract comparison array to a constant for the time being until removing the ...Vipul A M2014-01-071-2/+4
* | PostgreSQL bugfix for invalid SQL in subqueriesvanderhoorn2014-02-051-0/+2
* | add bind values to the manager classAaron Patterson2014-01-141-0/+3
|/
* Documented the case-insensitive nature of the match feature.Robb Shecter2013-12-051-0/+4
* Remove joins methodRafael Mendonça França2013-12-051-8/+0
* Remove deprecated calls from the testsRafael Mendonça França2013-12-051-2/+2
* explicitly pass the pk to compile_updateAaron Patterson2013-11-161-2/+2
* Merge pull request #216 from iantropov/issue_yamlRafael Mendonça França2013-11-101-0/+4
|\
| * Add :encode_with for proper YAML serializationIvan Antropov2013-11-091-0/+4
* | Remove deprecated calls to `SelectManager#wheres` with no replacementVipul A M2013-11-101-5/+0
* | Remove deprecated calls to `SelectManage#insert` with preference to using `co...Vipul A M2013-11-101-25/+0
* | Remove deprecated calls to using `where_clauses`Vipul A M2013-11-101-8/+0
* | Remove deprecated calls to using `UpdateManager` without setting `UpdateManag...Vipul A M2013-11-102-11/+2
* | Remove deprecated calls to `update` with preference to using `compile_update`...Vipul A M2013-11-101-13/+0
* | Remove deprecated calls to `insert` with preference to using `compile_insert`...Vipul A M2013-11-101-11/+0
* | Remove deprecated calls to `delete` with preference to using `compile_delete`...Vipul A M2013-11-101-9/+0
* | Merge pull request #196 from vipulnsward/remove_deprecatedRafael Mendonça França2013-11-091-21/+0
|\ \ | |/ |/|
| * Remove deprecated `Arel::Table#columns` with no replacementVipul A M2013-07-041-11/+0
| * Remove deprecated `Arel::Table.table_cache` with no replacementVipul A M2013-07-041-10/+0
* | Fix warning of shadowing variableRafael Mendonça França2013-10-241-2/+2
* | Merge pull request #211 from yahonda/support_columns_for_distinct_oracleAaron Patterson2013-10-211-2/+2
|\ \
| * | Support `columns_for_distinct`Yasuo Honda2013-10-141-2/+2
* | | fix one deprecation warningAaron Patterson2013-10-141-1/+1
|/ /
* | Merge pull request #204 from trptcolin/visitor_dispatch_cachingAaron Patterson2013-09-111-3/+6
|\ \
| * | Cache visitor dispatch on a per-visitor basisColin Jones2013-08-141-3/+6
| |/
* / Improve performance of #uniq across a large number of nodesSam2013-08-301-1/+4
|/
* record who created the node when $DEBUG is trueAaron Patterson2013-05-201-1/+8
* call super from initializeAaron Patterson2013-05-178-0/+10
* Make visitors threadsafe by removing @last_columnErnie Miller2013-04-2815-381/+385
* ARel -> ArelXavier Noria2013-04-145-8/+8
* Revert issue #99 fixesEduardo Mourao2013-03-151-1/+2
* call the columns hash methodAaron Patterson2013-03-141-3/+3
* Support Float::INFINITY in rangesTim Pope2013-02-191-2/+18
* Merge pull request #161 from Noemj/masterAaron Patterson2013-02-051-0/+10
|\
| * Fixed the bind param visiting for mysql2 prepared statements caseNoemj2013-02-041-0/+10
* | Merge pull request #160 from t0m/issue_99_oracle_optimizationRafael Mendonça França2013-01-311-1/+1
|\ \
| * | Add oracle paging optimization discussed in issue 99tom2013-01-081-1/+1
* | | fixing bind param visiting in the dot visitorAaron Patterson2013-01-301-1/+1
| |/ |/|
* | Denied the quoting of SqlLiteralsNoemj2013-01-291-0/+1
|/
* avoid extra string objects in the inner join caseAaron Patterson2012-10-151-1/+6
* more roflscaling strings in the visitorAaron Patterson2012-10-121-8/+26