.. |
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 |
extract.rb
|
Add #extract, which produces ANSI SQL function EXTRACT(<field> from <expr>).
|
2012-02-23 14:06:05 +01:00 |
false.rb
|
Remove short circuit evaluation and leave AST as it is
|
2011-08-03 20:58:29 -03:00 |
function.rb
|
Support ANSI SQL2003 window functions.
|
2012-02-22 15:25:10 +01: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
|
while using activerecord-sqlserver-adapter 3.1.5 with Rails 3.1 with Arel 2.2.1 we encountered the error
|
2012-01-20 10:10:09 -05: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 |
over.rb
|
Support ANSI SQL2003 window functions.
|
2012-02-22 15:25:10 +01:00 |
select_core.rb
|
Support ANSI SQL2003 window functions.
|
2012-02-22 15:25:10 +01:00 |
select_statement.rb
|
Don't need with_recursive
|
2011-01-21 17:30:10 -07:00 |
sql_literal.rb
|
bind parameters can be differentiated from sql literals
|
2012-02-20 17:57:37 -08:00 |
string_join.rb
|
string join should be a unary op
|
2010-12-14 11:04:08 -08:00 |
table_alias.rb
|
Allow using non-table alias as a rhs relation name, fix for #84 and #59
|
2011-10-30 19:06:15 -05: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 |
window.rb
|
Support ANSI SQL2003 window functions.
|
2012-02-22 15:25:10 +01:00 |
with.rb
|
WTF, tabs?
|
2011-01-21 17:54:58 -07:00 |