1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/lib/arel
2014-04-09 11:58:44 -07:00
..
attributes Move #as to AliasPredication, stop overriding Function's #as. 2011-04-29 11:13:41 -07:00
collectors adding a bind value collector 2014-04-09 11:58:44 -07:00
compatibility adding not equal node, column names are expected to be symbols 2010-09-10 16:58:19 -07:00
nodes Merge branch 'master' into collector 2014-04-08 16:20:48 -07:00
visitors adding a bind value collector 2014-04-09 11:58:44 -07:00
alias_predication.rb Stop calling to_s on aliases, require them to be strings already. 2011-04-29 14:27:45 -04:00
attributes.rb returning undefined for unknown column types 2010-11-16 08:09:26 -08:00
crud.rb explicitly pass the pk to compile_update 2013-11-16 14:20:07 -08:00
delete_manager.rb refactoring where, fixing subselect 2010-12-07 10:48:47 -08:00
expressions.rb Add #extract, which produces ANSI SQL function EXTRACT(<field> from <expr>). 2012-02-23 14:06:05 +01:00
factory_methods.rb build quoted strings 2014-03-24 16:50:34 -07:00
insert_manager.rb Remove deprecated Arel::SqlLiteral 2014-02-10 19:44:00 -02:00
math.rb Replace MathOperation with InfixOperation to support more operators 2011-03-09 03:03:05 +08:00
nodes.rb Added right and full outer joins 2014-03-30 22:59:16 -05:00
order_predications.rb Break Ordering into Ascending/Descending nodes, allow reversal 2011-06-15 09:18:26 -04:00
predications.rb build quoted nodes in factory methods 2014-03-24 17:18:56 -07:00
select_manager.rb Merge branch 'master' into collector 2014-04-08 16:27:45 -07:00
table.rb Remove joins method 2013-12-05 00:25:09 -02:00
tree_manager.rb bind visitor working with collector object 2014-04-08 12:03:52 -07:00
update_manager.rb add the casting node to the AST at build time 2014-03-24 16:26:09 -07:00
visitors.rb removing unused join_sql method 2014-04-08 16:27:33 -07:00
window_predications.rb Support ANSI SQL2003 window functions. 2012-02-22 15:25:10 +01:00