aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/visitors
Commit message (Expand)AuthorAgeFilesLines
...
| * | fix whitespace and unsupported method argsAaron Patterson2014-04-072-2/+2
| |/
| * Revert "Merge pull request #253 from corrupt952/master"Aaron Patterson2014-04-071-1/+1
| * flatten object.children in visit_Arel_Node_AndKazuki Hasegawa2014-04-031-1/+1
| * Added right and full outer joinsStephen Prater & Fire-Dragon-DoL2014-03-303-1/+13
* | to_sql is passingAaron Patterson2014-04-081-57/+97
* | fixing some tests in to_sqlAaron Patterson2014-04-081-67/+112
* | bind visitor working with collector objectAaron Patterson2014-04-083-11/+14
|/
* remove the default parameter and updated commentAlex Lin2014-03-252-3/+3
* removed the attribute that was left in for testingAlex Lin2014-03-251-1/+1
* Removed all the fiels in lib/arel/visitors/ which needs dependency on 'a' als...Alex Lin2014-03-2415-380/+367
* add the casting node to the AST at build timeAaron Patterson2014-03-242-15/+29
* 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::SqlLiteralRafael Mendonça França2014-02-103-3/+0
|/
* PostgreSQL bugfix for invalid SQL in subqueriesvanderhoorn2014-02-051-0/+2
* Documented the case-insensitive nature of the match feature.Robb Shecter2013-12-051-0/+4
* Remove deprecated calls from the testsRafael Mendonça França2013-12-051-2/+2
* Remove deprecated calls to using `UpdateManager` without setting `UpdateManag...Vipul A M2013-11-101-11/+1
* 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
|/
* Cache visitor dispatch on a per-visitor basisColin Jones2013-08-141-3/+6
* Make visitors threadsafe by removing @last_columnErnie Miller2013-04-2815-381/+385
* ARel -> ArelXavier Noria2013-04-142-2/+2
* Revert issue #99 fixesEduardo Mourao2013-03-151-1/+2
* call the columns hash methodAaron Patterson2013-03-141-3/+3
* 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
* adding some roflscale to the sql visitorAaron Patterson2012-10-121-13/+96
* Merge pull request #140 from sunaku/GH-139Aaron Patterson2012-09-241-4/+4
|\
| * GH-139: some aggregations lacked DISTINCT emissionSuraj N. Kurapati2012-09-211-4/+4
* | to_sql: add support for emitting SQL subqueriesSuraj N. Kurapati2012-09-221-0/+4
|/
* Fix in [] to be false, in [] to be trueErnie Miller2012-06-141-2/+10
* Do not generate NOT IN (NULL) when empty rightSantiago Pastorino2012-06-131-1/+1
* Adds visit_Arel_Nodes_InfixOperation to Arel::Visitors::DepthFirstBenedikt Deicke2012-03-221-0/+1
* Patch Informix Visitor so that it includes joinsJordan2012-02-291-1/+1
* Add #extract, which produces ANSI SQL function EXTRACT(<field> from <expr>).Alexander Staubo2012-02-232-0/+10
* Support ANSI SQL2003 window functions.Alexander Staubo2012-02-223-0/+75
* added a module for visiting and transforming bind valuesAaron Patterson2012-02-212-2/+26
* bind parameters can be differentiated from sql literalsAaron Patterson2012-02-203-0/+3
* Oracle limit and offset issue when query is ordered, issue #99 solved.babinho2012-02-171-2/+1
* bumping to 3.0.0Aaron Patterson2012-01-121-1/+1
* Ensure @last_column is cleared after visiting objectNorman Clarke2012-01-071-1/+1