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
/
test
/
visitors
/
test_to_sql.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove extra space before 'ORDER BY'
Nihad Abbasov
2014-11-26
1
-1
/
+8
*
Use class objects rather than strings for the dispatch cache
Sean Griffin
2014-11-18
1
-1
/
+1
*
Add order to BindParams in the ToSql collector
Sean Griffin
2014-11-17
1
-2
/
+9
*
Deprecate passing ranges to `#in` and `#not_in`
Sean Griffin
2014-10-25
1
-12
/
+12
*
`#not_in` with a range should respect proper precedence
Sean Griffin
2014-10-24
1
-6
/
+6
*
{Matches,DoesNotMatch} support the ESCAPE clause
Tamir Duberstein
2014-09-25
1
-0
/
+14
*
move the dispatch table to be per-instance
Aaron Patterson
2014-09-22
1
-1
/
+1
*
Fix set visiting spec
Dimko
2014-09-17
1
-1
/
+1
*
Merge pull request #137 from dimko/visit_set
Rafael Mendonça França
2014-09-17
1
-0
/
+5
|
\
|
*
added a visitor for Set objects
Dimko
2012-09-18
1
-0
/
+5
*
|
Merge pull request #277 from sergey-alekseev/wrap-nested-gropings-only-once
Rafael Mendonça França
2014-09-12
1
-0
/
+7
|
\
\
|
*
|
Wrap nested Nodes::Grouping in brackets only once
Sergey Alekseev
2014-05-26
1
-0
/
+7
*
|
|
- Fix ambiguous argument warning
Vipul A M
2014-05-31
1
-1
/
+1
*
|
|
Asserting on error message
Brock Trappitt
2014-05-28
1
-3
/
+2
*
|
|
Test which checks the error being raised by #unsupported in ToSql Visitor
Brock Trappitt
2014-05-27
1
-0
/
+6
|
/
/
*
|
Test quoting integers when comparing a string column with integers.
Dylan Smith
2014-04-28
1
-2
/
+14
*
|
postgresql visitor is working
Aaron Patterson
2014-04-08
1
-2
/
+1
*
|
push reduction visitors to a reduction base class
Aaron Patterson
2014-04-08
1
-1
/
+1
*
|
Merge branch 'master' into collector
Aaron Patterson
2014-04-08
1
-0
/
+20
|
\
\
|
*
|
Add Regexp and NotRegexp nodes for PostgreSQL
James Le Cuirot
2014-04-08
1
-0
/
+20
|
*
|
Revert "Merge pull request #253 from corrupt952/master"
Aaron Patterson
2014-04-07
1
-2
/
+2
|
*
|
flatten object.children in visit_Arel_Node_And
Kazuki Hasegawa
2014-04-03
1
-2
/
+2
*
|
|
to_sql is passing
Aaron Patterson
2014-04-08
1
-63
/
+63
*
|
|
fixing some tests in to_sql
Aaron Patterson
2014-04-08
1
-14
/
+19
|
/
/
*
|
Removed all the fiels in lib/arel/visitors/ which needs dependency on 'a' als...
Alex Lin
2014-03-24
1
-1
/
+1
*
|
add the casting node to the AST at build time
Aaron Patterson
2014-03-24
1
-17
/
+61
*
|
Test case for Issue No 242.
cmohanprasath
2014-02-18
1
-0
/
+11
*
|
Add tests for Nodes::Equality and Nodes::NotEqual to the ToSql class.
Roel van der Hoorn
2014-02-07
1
-10
/
+25
*
|
Add tests for PostgreSLQ bugfix regarding invalid SQL in subqueries when usin...
Roel van der Hoorn
2014-02-05
1
-0
/
+34
*
|
Make visitors threadsafe by removing @last_column
Ernie Miller
2013-04-28
1
-1
/
+1
*
|
Support Float::INFINITY in ranges
Tim Pope
2013-02-19
1
-0
/
+34
*
|
Merge pull request #140 from sunaku/GH-139
Aaron Patterson
2012-09-24
1
-0
/
+39
|
\
\
|
*
|
GH-139: some aggregations lacked DISTINCT emission
Suraj N. Kurapati
2012-09-21
1
-0
/
+39
|
|
/
*
/
to_sql: add support for emitting SQL subqueries
Suraj N. Kurapati
2012-09-22
1
-0
/
+5
|
/
*
Fix in [] to be false, in [] to be true
Ernie Miller
2012-06-14
1
-8
/
+4
*
Do not generate NOT IN (NULL) when empty right
Santiago Pastorino
2012-06-13
1
-4
/
+4
*
bind parameters can be differentiated from sql literals
Aaron Patterson
2012-02-20
1
-0
/
+6
*
calling cache methods against the connection
Aaron Patterson
2011-11-19
1
-21
/
+3
*
Make it the responsibility of the connection to hold on to a visitor for gene...
Jon Leighton
2011-08-08
1
-3
/
+3
*
Add nodes for boolean constants
Daniel Cadenas
2011-08-03
1
-0
/
+16
*
visitors can define their own cache strategy for dispatch. fixes #57
Aaron Patterson
2011-06-27
1
-0
/
+16
*
make sure thread runs
Aaron Patterson
2011-05-17
1
-0
/
+1
*
no longer use this instance variable
Aaron Patterson
2011-05-17
1
-1
/
+1
*
Make ToSql more thread safe.
Damon McCormick + Cameron Walters
2011-05-10
1
-0
/
+17
*
raising not implemented exceptions for distinct on where it is not supported
Aaron Patterson
2011-04-21
1
-0
/
+11
*
Replace MathOperation with InfixOperation to support more operators
Ernie Miller
2011-03-09
1
-1
/
+10
*
Merge branch 'master' of github.com:rails/arel
Aaron Patterson
2011-03-07
1
-0
/
+9
|
\
|
*
Add an #table_name method to Table and TableAlias, which always returns the a...
Jon Leighton
2011-03-04
1
-0
/
+9
*
|
Merge remote branch 'stiff/master' into omg
Aaron Patterson
2011-03-07
1
-0
/
+22
|
\
\
|
|
/
|
/
|
|
*
implemented support for math operations in numeric attributes
Vladimir Meremyanin
2011-01-29
1
-0
/
+22
[next]