1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/arel/nodes
ignacio chiazzo 4acb6660e2 Use nested queries when doing UPDATE in myslq and GROUP_BY and HAVING clauses are present.
MySQL does not support GROUP_BY and HAVING on UPDATE, we need to use a Subquery.
2021-11-01 13:27:44 -04:00
..
and.rb
ascending.rb
binary.rb IsDistinctFrom is not equality node 2020-06-19 16:37:37 +09:00
bind_param.rb Refactor Arel node Casted, Quoted, and BindParam 2020-04-28 16:26:18 +09:00
case.rb
casted.rb Avoid extra BindParam allocation to generate placeholder in queries 2021-03-02 18:09:05 +09:00
comment.rb
count.rb
delete_statement.rb Use nested queries when doing UPDATE in myslq and GROUP_BY and HAVING clauses are present. 2021-11-01 13:27:44 -04:00
descending.rb
equality.rb IsDistinctFrom is not equality node 2020-06-19 16:37:37 +09:00
extract.rb
false.rb
filter.rb Arel: Add support for FILTER clause (SQL:2003) 2021-07-20 15:17:04 +03:00
full_outer_join.rb
function.rb Arel: Add support for FILTER clause (SQL:2003) 2021-07-20 15:17:04 +03:00
grouping.rb Refactor fetch_attribute 2020-03-13 13:38:32 -04:00
homogeneous_in.rb Fix binds logging for HomogeneousIn 2021-02-25 20:37:20 -05:00
in.rb Implement equality? rather than inheriting Equality for In node 2020-06-21 07:35:17 +09:00
infix_operation.rb Use symbol consistently for operator in InfixOperation 2020-05-18 08:02:00 +09:00
inner_join.rb
insert_statement.rb Allow statement nodes' initializer takes a table 2021-03-05 02:43:55 +09:00
join_source.rb
matches.rb
named_function.rb
node.rb Perf: Improve performance of where when using an array of values 2020-05-01 15:12:05 -04:00
node_expression.rb
ordering.rb Properly support reverse_order on relations with nulls_first or nulls_last calls 2020-09-08 11:20:46 -04:00
outer_join.rb
over.rb
regexp.rb
right_outer_join.rb
select_core.rb Allow select statement node's initializer takes a table 2021-03-08 02:54:10 +09:00
select_statement.rb Allow select statement node's initializer takes a table 2021-03-08 02:54:10 +09:00
sql_literal.rb Refactor fetch_attribute 2020-03-13 13:38:32 -04:00
string_join.rb
table_alias.rb Move Arel attribute normalization into arel_table 2020-07-19 23:41:24 +09:00
terminal.rb
true.rb
unary.rb Allow #nulls_first and #nulls_last in PostgreSQL 2019-12-31 15:59:59 -05:00
unary_operation.rb
unqualified_column.rb
update_statement.rb Use nested queries when doing UPDATE in myslq and GROUP_BY and HAVING clauses are present. 2021-11-01 13:27:44 -04:00
values_list.rb
window.rb
with.rb