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
*
- 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
*
|
Test for NamedFunction predication chaining
Daniel Azuma
2011-01-19
1
-0
/
+6
|
/
*
Added Arel::Nodes::NamedFunction for representing generic SQL functions
Aaron Patterson
2011-01-04
1
-0
/
+10
*
Merge branch '2-0-stable' into merge
Aaron Patterson
2011-01-03
1
-1
/
+1
|
\
|
*
Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Able...
Viacheslav Petrenko
2011-01-03
1
-1
/
+1
|
*
tests for passing a subquery to #in and #not_in
Sven Fuchs
2010-12-07
1
-0
/
+18
|
*
quoting limit nodes
Aaron Patterson
2010-12-07
1
-0
/
+6
*
|
sql literals may be used as column attributes
Aaron Patterson
2010-12-22
1
-1
/
+8
*
|
stop using deprecated AND usage
Aaron Patterson
2010-12-09
1
-2
/
+2
*
|
Merge remote branch 'sven/in-subquery' into subquery
Aaron Patterson
2010-12-07
1
-0
/
+18
|
\
\
|
*
|
tests for passing a subquery to #in and #not_in
Sven Fuchs
2010-12-07
1
-0
/
+18
*
|
|
Merge branch '2-0-stable'
Aaron Patterson
2010-12-06
1
-0
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
quoting limit nodes
Aaron Patterson
2010-12-06
1
-0
/
+6
|
|
/
[next]