aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add the casting node to the AST at build timeAaron Patterson2014-03-2414-42/+97
* Merge pull request #246 from cmohanprasath/assign_value_from_attribute_testAaron Patterson2014-02-241-0/+11
|\
| * Test case for Issue No 242.cmohanprasath2014-02-181-0/+11
* | Remove deprecated Arel::ExpressionRafael Mendonça França2014-02-102-18/+0
* | Remove deprecated Arel::SqlLiteralRafael Mendonça França2014-02-102-13/+13
* | Removed deprecated `Arel::Sql::Engine` and make use of `FakeRecord::Base` inp...Vipul A M2014-02-101-1/+1
|/
* Add tests for Nodes::Equality and Nodes::NotEqual to the ToSql class.Roel van der Hoorn2014-02-071-10/+25
* Merge pull request #232 from vipulnsward/bump-minitestRafael Mendonça França2014-02-0511-11/+11
|\
| * Bump minitest to 5.1.Vipul A M2014-01-0411-11/+11
* | Add tests for PostgreSLQ bugfix regarding invalid SQL in subqueries when usin...Roel van der Hoorn2014-02-052-0/+70
* | add bind values to the manager classAaron Patterson2014-01-141-0/+7
* | Merge pull request #234 from aackerman/remove-test-engine-proxyRafael Mendonça França2014-01-041-68/+8
|\ \
| * | Removed EngineProxy in SelectManager testsAaron Ackerman2014-01-041-68/+8
| |/
* / Assert that SelectManager#project accepts a raw StringAaron Ackerman2014-01-041-4/+2
|/
* Remove deprecated calls from the testsRafael Mendonça França2013-12-052-7/+7
* explicitly pass the pk to compile_updateAaron Patterson2013-11-162-7/+7
* Merge pull request #216 from iantropov/issue_yamlRafael Mendonça França2013-11-101-0/+8
|\
| * Add :encode_with for proper YAML serializationIvan Antropov2013-11-091-0/+8
* | Remove deprecated calls to `SelectManager#wheres` with no replacementVipul A M2013-11-101-18/+0
* | Remove deprecated calls to `SelectManage#insert` with preference to using `co...Vipul A M2013-11-101-14/+0
|/
* Merge pull request #211 from yahonda/support_columns_for_distinct_oracleAaron Patterson2013-10-211-1/+2
|\
| * Support `columns_for_distinct`Yasuo Honda2013-10-141-1/+2
* | fix one deprecation warningAaron Patterson2013-10-141-0/+1
|/
* Cache visitor dispatch on a per-visitor basisColin Jones2013-08-141-0/+22
* Make visitors threadsafe by removing @last_columnErnie Miller2013-04-281-1/+1
* Update test_oracle.rbEduardo Mourao2013-03-151-1/+2
* call the columns hash methodAaron Patterson2013-03-141-1/+5
* Support Float::INFINITY in rangesTim Pope2013-02-191-0/+34
* Merge pull request #161 from Noemj/masterAaron Patterson2013-02-051-1/+20
|\
| * Added unit test for the mysql2 bind substitutionNoemj2013-02-051-1/+20
* | 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
* | Denied the quoting of SqlLiteralsNoemj2013-01-291-0/+8
|/
* Remove some test warningsCarlos Antonio da Silva2012-11-172-5/+0
* more roflscaling strings in the visitorAaron Patterson2012-10-121-2/+2
* Merge pull request #141 from sunaku/GH-138Aaron Patterson2012-09-241-0/+8
|\
| * GH-138: add Arel::SelectManager#projections methodSuraj N. Kurapati2012-09-211-0/+8
* | Merge pull request #140 from sunaku/GH-139Aaron Patterson2012-09-241-0/+39
|\ \
| * | GH-139: some aggregations lacked DISTINCT emissionSuraj N. Kurapati2012-09-211-0/+39
| |/
* / to_sql: add support for emitting SQL subqueriesSuraj N. Kurapati2012-09-221-0/+5
|/
* Add equality to ALL THE THINGS (that matter)Ernie Miller2012-08-1828-2/+550
* Add Nodes::TableAlias#engineJon Leighton2012-07-131-0/+16
* Fix in [] to be false, in [] to be trueErnie Miller2012-06-141-8/+4
* Do not generate NOT IN (NULL) when empty rightSantiago Pastorino2012-06-131-4/+4
* Include Predications in GroupingErnie Miller2012-05-191-0/+13
* Adds visit_Arel_Nodes_InfixOperation to Arel::Visitors::DepthFirstBenedikt Deicke2012-03-221-0/+6
* Patch Informix Visitor so that it includes joinsJordan2012-02-291-0/+10
* Must support aliases for OVER operator.Alexander Staubo2012-02-231-0/+9
* Add #extract, which produces ANSI SQL function EXTRACT(<field> from <expr>).Alexander Staubo2012-02-231-0/+19
* Support ANSI SQL2003 window functions.Alexander Staubo2012-02-223-2/+200