.. |
and.rb
|
- Remove four year old deprecation
|
2014-06-01 17:02:16 +05:30 |
ascending.rb
|
Break Ordering into Ascending/Descending nodes, allow reversal
|
2011-06-15 09:18:26 -04:00 |
binary.rb
|
Add case sensitive regexp
|
2015-12-05 19:13:31 -05:00 |
bind_param.rb
|
Implement equality for BindParam
|
2015-01-25 14:48:11 -07:00 |
case.rb
|
Implement CASE Conditional Expression
|
2016-01-05 17:53:52 +01:00 |
casted.rb
|
Fix Casted#hash
|
2016-07-28 00:43:01 +09:30 |
count.rb
|
Added Arel::Nodes::NamedFunction for representing generic SQL functions
|
2011-01-04 20:27:34 -08:00 |
delete_statement.rb
|
Delete should respect 'limit'
|
2015-02-23 09:17:30 -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
|
Remove unused @alias, being referenced in hashing.
|
2014-09-16 11:12:56 -04:00 |
false.rb
|
Add equality to ALL THE THINGS (that matter)
|
2012-08-18 22:33:25 -04:00 |
full_outer_join.rb
|
Added right and full outer joins
|
2014-03-30 22:59:16 -05:00 |
function.rb
|
Add OrderPredications back into Nodes::Function (removed with deprecation of Expression)
|
2015-07-23 09:55:59 -04:00 |
grouping.rb
|
Include Predications in Grouping
|
2012-05-19 11:10:47 -04:00 |
in.rb
|
removing some debugging code. oops!
|
2010-09-20 15:59:52 -07:00 |
infix_operation.rb
|
* Support for bitwise operations as infix operators. Tests included.
|
2016-01-06 11:18:42 -05:00 |
inner_join.rb
|
removing test code. :-(
|
2010-12-14 10:26:18 -08:00 |
insert_statement.rb
|
Allow INSERT INTO <table> SELECT queries
|
2014-04-10 13:52:26 -04:00 |
join_source.rb
|
Support update statements containing joins
|
2011-08-08 16:41:32 +01:00 |
matches.rb
|
Add case sensitive match
|
2015-12-05 19:00:33 -05:00 |
named_function.rb
|
Add equality to ALL THE THINGS (that matter)
|
2012-08-18 22:33:25 -04:00 |
node.rb
|
bind visitor working with collector object
|
2014-04-08 12:03:52 -07:00 |
outer_join.rb
|
moving deprecated constants to the correct place
|
2010-09-07 16:56:54 -07:00 |
over.rb
|
Must support aliases for OVER operator.
|
2012-02-23 14:16:44 +01:00 |
regexp.rb
|
Add case sensitive regexp
|
2015-12-05 19:13:31 -05:00 |
right_outer_join.rb
|
Added right and full outer joins
|
2014-03-30 22:59:16 -05:00 |
select_core.rb
|
Change the interface of having to match that of where
|
2015-01-27 09:52:54 -07:00 |
select_statement.rb
|
call super from initialize
|
2013-05-17 15:43:54 -07:00 |
sql_literal.rb
|
Add order to BindParams in the ToSql collector
|
2014-11-17 14:52:38 -08:00 |
string_join.rb
|
string join should be a unary op
|
2010-12-14 11:04:08 -08:00 |
table_alias.rb
|
Allow a type caster to be given to the Arel::Table object
|
2014-12-29 11:27:32 -07:00 |
terminal.rb
|
Add equality to ALL THE THINGS (that matter)
|
2012-08-18 22:33:25 -04:00 |
true.rb
|
Add equality to ALL THE THINGS (that matter)
|
2012-08-18 22:33:25 -04:00 |
unary.rb
|
Add Support for GroupBy Cube, Rollup and Grouping Set Syntax for PostgreSQL Visitor
|
2016-05-04 12:18:12 +08:00 |
unary_operation.rb
|
* Support for bitwise operations as infix operators. Tests included.
|
2016-01-06 11:18:42 -05:00 |
unqualified_column.rb
|
attributes do not need a column member
|
2010-12-03 15:24:30 -08:00 |
update_statement.rb
|
Add equality to ALL THE THINGS (that matter)
|
2012-08-18 22:33:25 -04:00 |
values.rb
|
updating nodes and depth first visitor
|
2010-11-29 15:17:59 -08:00 |
window.rb
|
Windowing: Calling #rows or #range should assign framing only once.
|
2014-06-22 19:13:29 -04:00 |
with.rb
|
WTF, tabs?
|
2011-01-21 17:54:58 -07:00 |