index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
arel
/
visitors
/
to_sql.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix sliced IN clauses to be grouped
Ryuta Kamizono
2019-04-24
1
-13
/
+45
*
Revert unused code and re-using query annotation for `update_all` and `delete...
Ryuta Kamizono
2019-04-01
1
-4
/
+2
*
Add Relation#annotate for SQL commenting
Matt Yoho
2019-03-21
1
-3
/
+9
*
Merge pull request #35664 from jeremyevans/remove-roflscaling
Rafael França
2019-03-19
1
-74
/
+21
|
\
|
*
Remove roflscaling constants
Jeremy Evans
2019-03-19
1
-10
/
+0
|
*
Remove roflscaling
Jeremy Evans
2019-03-18
1
-64
/
+21
*
|
Extract `sanitize_as_sql_comment` from SQL visitor into connection
Ryuta Kamizono
2019-03-19
1
-5
/
+5
|
/
*
Merge pull request #35653 from kamipo/remove_arel_nodes_values
Ryuta Kamizono
2019-03-18
1
-20
/
+1
|
\
|
*
Get rid of `Arel::Nodes::Values`
Ryuta Kamizono
2019-03-18
1
-20
/
+1
*
|
Add test case to prevent possible SQL injection
Ryuta Kamizono
2019-03-18
1
-1
/
+3
|
/
*
Support Optimizer Hints
Ryuta Kamizono
2019-03-16
1
-0
/
+13
*
All of queries should return correct result even if including large number
Ryuta Kamizono
2019-01-18
1
-0
/
+4
*
Use `unboundable?` rather than `boundable?`
Ryuta Kamizono
2019-01-18
1
-4
/
+4
*
Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)
Ryuta Kamizono
2019-01-09
1
-3
/
+1
*
Arel: Implemented DB-aware NULL-safe comparison (#34451)
Dmytro Shteflyuk
2018-11-15
1
-0
/
+33
*
Merge pull request #34437 from kbrock/union_all_paren
Rafael Mendonça França
2018-11-13
1
-4
/
+19
|
\
|
*
Emit single pair of parens for UNION and UNION ALL
Keenan Brock
2018-11-13
1
-4
/
+19
|
/
*
Checking boundable not only `IN` clause but also `NOT IN` clause
Ryuta Kamizono
2018-11-03
1
-0
/
+12
*
Refactor Arel visitor to use `collect_nodes_for` as much as possible
Ryuta Kamizono
2018-10-10
1
-33
/
+10
*
Improve DELETE with JOIN handling to avoid subqueries if possible
Ryuta Kamizono
2018-10-10
1
-1
/
+7
*
Move UPDATE/DELETE with JOIN handling to the Arel side
Ryuta Kamizono
2018-10-03
1
-20
/
+49
*
Handle UPDATE/DELETE with OFFSET in Arel
Ryuta Kamizono
2018-10-01
1
-1
/
+2
*
Handle DELETE with LIMIT in Arel
Ryuta Kamizono
2018-09-30
1
-17
/
+17
*
`visitor.accept` doesn't handle `&block`
Ryuta Kamizono
2018-09-30
1
-2
/
+2
*
Remove `visit_Fixnum` and `visit_Bignum`
Ryuta Kamizono
2018-09-28
1
-2
/
+0
*
Make `update_counters` preparable
Ryuta Kamizono
2018-09-28
1
-1
/
+1
*
Abandon TOP support.
Vladimir Kochnev
2018-09-25
1
-7
/
+0
*
Consistently use `visitor.compile`
Ryuta Kamizono
2018-09-09
1
-2
/
+2
*
Arel: :nodoc: all
Matthew Draper
2018-02-24
1
-1
/
+1
*
Arel: rubocop -a
Matthew Draper
2018-02-24
1
-619
/
+620
*
Merge Arel into Active Record
Matthew Draper
2018-02-24
1
-0
/
+846