aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_to_sql.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings from test_to_sql testVipul A M2016-04-111-1/+1
* * Support for bitwise operations as infix operators. Tests included.Shahbaz Javeed2016-01-061-0/+37
* Add database specific string concatenationKeenan Brock2016-01-051-2/+8
* Implement CASE Conditional ExpressionFelix Bünemann2016-01-051-0/+60
* Use a specific exception for unsupported visitsSammy Larbi2015-07-141-3/+3
* remove extra space before 'ORDER BY'Nihad Abbasov2014-11-261-1/+8
* Use class objects rather than strings for the dispatch cacheSean Griffin2014-11-181-1/+1
* Add order to BindParams in the ToSql collectorSean Griffin2014-11-171-2/+9
* Deprecate passing ranges to `#in` and `#not_in`Sean Griffin2014-10-251-12/+12
* `#not_in` with a range should respect proper precedenceSean Griffin2014-10-241-6/+6
* {Matches,DoesNotMatch} support the ESCAPE clauseTamir Duberstein2014-09-251-0/+14
* move the dispatch table to be per-instanceAaron Patterson2014-09-221-1/+1
* Fix set visiting specDimko2014-09-171-1/+1
* Merge pull request #137 from dimko/visit_setRafael Mendonça França2014-09-171-0/+5
|\
| * added a visitor for Set objectsDimko2012-09-181-0/+5
* | Merge pull request #277 from sergey-alekseev/wrap-nested-gropings-only-onceRafael Mendonça França2014-09-121-0/+7
|\ \
| * | Wrap nested Nodes::Grouping in brackets only onceSergey Alekseev2014-05-261-0/+7
* | | - Fix ambiguous argument warningVipul A M2014-05-311-1/+1
* | | Asserting on error messageBrock Trappitt2014-05-281-3/+2
* | | Test which checks the error being raised by #unsupported in ToSql VisitorBrock Trappitt2014-05-271-0/+6
|/ /
* | Test quoting integers when comparing a string column with integers.Dylan Smith2014-04-281-2/+14
* | postgresql visitor is workingAaron Patterson2014-04-081-2/+1
* | push reduction visitors to a reduction base classAaron Patterson2014-04-081-1/+1
* | Merge branch 'master' into collectorAaron Patterson2014-04-081-0/+20
|\ \
| * | Add Regexp and NotRegexp nodes for PostgreSQLJames Le Cuirot2014-04-081-0/+20
| * | Revert "Merge pull request #253 from corrupt952/master"Aaron Patterson2014-04-071-2/+2
| * | flatten object.children in visit_Arel_Node_AndKazuki Hasegawa2014-04-031-2/+2
* | | to_sql is passingAaron Patterson2014-04-081-63/+63
* | | fixing some tests in to_sqlAaron Patterson2014-04-081-14/+19
|/ /
* | Removed all the fiels in lib/arel/visitors/ which needs dependency on 'a' als...Alex Lin2014-03-241-1/+1
* | add the casting node to the AST at build timeAaron Patterson2014-03-241-17/+61
* | Test case for Issue No 242.cmohanprasath2014-02-181-0/+11
* | Add tests for Nodes::Equality and Nodes::NotEqual to the ToSql class.Roel van der Hoorn2014-02-071-10/+25
* | Add tests for PostgreSLQ bugfix regarding invalid SQL in subqueries when usin...Roel van der Hoorn2014-02-051-0/+34
* | Make visitors threadsafe by removing @last_columnErnie Miller2013-04-281-1/+1
* | Support Float::INFINITY in rangesTim Pope2013-02-191-0/+34
* | 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
|/
* 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
* bind parameters can be differentiated from sql literalsAaron Patterson2012-02-201-0/+6
* calling cache methods against the connectionAaron Patterson2011-11-191-21/+3
* Make it the responsibility of the connection to hold on to a visitor for gene...Jon Leighton2011-08-081-3/+3
* Add nodes for boolean constantsDaniel Cadenas2011-08-031-0/+16
* visitors can define their own cache strategy for dispatch. fixes #57Aaron Patterson2011-06-271-0/+16
* make sure thread runsAaron Patterson2011-05-171-0/+1
* no longer use this instance variableAaron Patterson2011-05-171-1/+1
* Make ToSql more thread safe.Damon McCormick + Cameron Walters2011-05-101-0/+17
* raising not implemented exceptions for distinct on where it is not supportedAaron Patterson2011-04-211-0/+11