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/nodes
2011-08-08 23:23:51 +01:00
..
and.rb removing more nodes! 2010-12-14 18:13:06 -08:00
ascending.rb Break Ordering into Ascending/Descending nodes, allow reversal 2011-06-15 09:18:26 -04:00
binary.rb Added support for INTERSECT and EXCEPT 2011-01-22 09:16:53 -05:00
count.rb Added Arel::Nodes::NamedFunction for representing generic SQL functions 2011-01-04 20:27:34 -08:00
delete_statement.rb updating nodes and depth first visitor 2010-11-29 15:17:59 -08:00
descending.rb Break Ordering into Ascending/Descending nodes, allow reversal 2011-06-15 09:18:26 -04:00
equality.rb adding backwards compat methods 2010-09-06 17:39:09 -07:00
false.rb Remove short circuit evaluation and leave AST as it is 2011-08-03 20:58:29 -03:00
function.rb Include Arel::Predicates to Arel::Nodes::Function so you can do table[:id].count.eq(2) 2011-05-27 17:21:40 -04:00
in.rb removing some debugging code. oops! 2010-09-20 15:59:52 -07:00
infix_operation.rb InfixOperations are valid value expressions per SQL99 BNF, and 2011-05-02 09:46:29 -04:00
inner_join.rb removing test code. :-( 2010-12-14 10:26:18 -08:00
insert_statement.rb insert statements supported 2010-11-29 14:30:06 -08:00
join_source.rb Support update statements containing joins 2011-08-08 16:41:32 +01:00
named_function.rb Include Arel::Predicates to Arel::Nodes::Function so you can do table[:id].count.eq(2) 2011-05-27 17:21:40 -04:00
node.rb Make it the responsibility of the connection to hold on to a visitor for generating SQL, rather than the TreeManager. (There is a related commit coming in Active Record.) 2011-08-08 23:23:51 +01:00
ordering.rb Break Ordering into Ascending/Descending nodes, allow reversal 2011-06-15 09:18:26 -04:00
outer_join.rb moving deprecated constants to the correct place 2010-09-07 16:56:54 -07:00
select_core.rb adding a DISTINCT node 2011-04-21 15:28:21 -05:00
select_statement.rb Don't need with_recursive 2011-01-21 17:30:10 -07:00
sql_literal.rb Move #as to AliasPredication, stop overriding Function's #as. 2011-04-29 11:13:41 -07:00
string_join.rb string join should be a unary op 2010-12-14 11:04:08 -08:00
table_alias.rb fixing the leg order of TableAlias nodes 2011-03-30 09:21:45 -07:00
terminal.rb adding Distinct ON node 2011-04-21 15:46:24 -05:00
true.rb Remove short circuit evaluation and leave AST as it is 2011-08-03 20:58:29 -03:00
unary.rb Break Ordering into Ascending/Descending nodes, allow reversal 2011-06-15 09:18:26 -04:00
unqualified_column.rb attributes do not need a column member 2010-12-03 15:24:30 -08:00
update_statement.rb requiring that the primary key be set on the UpdateManager so that databases which do not support UPDATE with LIMIT will work 2010-12-24 15:48:33 -07:00
values.rb updating nodes and depth first visitor 2010-11-29 15:17:59 -08:00
with.rb WTF, tabs? 2011-01-21 17:54:58 -07:00