aboutsummaryrefslogtreecommitdiffstats
path: root/test/nodes
Commit message (Expand)AuthorAgeFilesLines
* add the casting node to the AST at build timeAaron Patterson2014-03-243-3/+3
* Remove deprecated Arel::ExpressionRafael Mendonça França2014-02-101-6/+0
* Bump minitest to 5.1.Vipul A M2014-01-047-7/+7
* Add :encode_with for proper YAML serializationIvan Antropov2013-11-091-0/+8
* Add equality to ALL THE THINGS (that matter)Ernie Miller2012-08-1826-2/+514
* Add Nodes::TableAlias#engineJon Leighton2012-07-131-0/+16
* Include Predications in GroupingErnie Miller2012-05-191-0/+13
* 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-221-0/+40
* bind parameters can be differentiated from sql literalsAaron Patterson2012-02-201-0/+1
* Make it the responsibility of the connection to hold on to a visitor for gene...Jon Leighton2011-08-083-13/+12
* Break Ordering into Ascending/Descending nodes, allow reversalErnie Miller2011-06-153-2/+70
* Include Arel::Predicates to Arel::Nodes::Function so you can do table[:id].co...Samuel Kadolph2011-05-271-0/+9
* InfixOperations are valid value expressions per SQL99 BNF, andErnie Miller2011-05-021-0/+30
* Move #as to AliasPredication, stop overriding Function's #as.Ernie Miller2011-04-291-0/+17
* adding a DISTINCT nodeAaron Patterson2011-04-211-14/+23
* adding a Bin node to emit mysql BINARY keywordsAaron Patterson2011-04-111-0/+23
* Make as factory method convert alias name to SqlLiteralErnie Miller2011-03-121-0/+6
* Fix #not to stop wrapping in a grouping nodeErnie Miller2011-02-111-7/+4
* Added Arel::Nodes::NamedFunction for representing generic SQL functionsAaron Patterson2011-01-042-0/+14
* adding factory methods to node base classAaron Patterson2010-12-141-0/+4
* adding node testAaron Patterson2010-11-301-0/+33
* fixing warningsAaron Patterson2010-11-291-1/+1
* adding an AS nodeAaron Patterson2010-11-231-0/+16
* adding a "not" factory method for creating Not nodesAaron Patterson2010-11-231-0/+20
* Refactor predication methods to be available to SqlLiterals as well.Ernie Miller2010-10-271-0/+24
* renaming test_helper to helper so that it is not double requiredAaron Patterson2010-10-1810-10/+10
* got rid of retarded check method. down with rspecRyan Davis2010-10-182-12/+12
* Renamed spec_helper to test_helperRyan Davis2010-10-1810-10/+10
* Fisting arel specs -- still needs tree_manager and cleanupRyan Davis2010-10-1810-0/+239