1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/test/visitors
Aaron Patterson d4259c5ce2 Merge branch '2-0-stable' into merge
* 2-0-stable:
  updating history
  Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Abley (https://github.com/jabley/arel).
  consolidating dot visitor methods
  refactoring where, fixing subselect
  implementation for passing a subquery to #in and #not_in
  tests for passing a subquery to #in and #not_in
  limit members of the AST are visited
  quoting limit nodes

Conflicts:
	History.txt
	lib/arel/nodes.rb
	lib/arel/nodes/select_core.rb
	lib/arel/select_manager.rb
	lib/arel/visitors/to_sql.rb
	test/visitors/test_to_sql.rb
2011-01-03 10:31:25 -08:00
..
test_depth_first.rb string join should be a unary op 2010-12-14 11:04:08 -08:00
test_dot.rb testing binary ops in the dot visitor 2010-12-25 12:14:30 -07:00
test_join_sql.rb string join should be a unary op 2010-12-14 11:04:08 -08:00
test_mssql.rb Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Abley (https://github.com/jabley/arel). 2011-01-03 10:18:02 -08:00
test_mysql.rb quoting limit nodes 2010-12-07 10:48:02 -08:00
test_oracle.rb fix one more time order_hacks method for Oracle 2010-11-16 12:45:29 +02:00
test_postgres.rb quoting limit nodes 2010-12-07 10:48:02 -08:00
test_sqlite.rb adding default limits when there is an offset for sqlite and mysql [#5316 state:resolved] 2010-10-20 17:16:18 -07:00
test_to_sql.rb Merge branch '2-0-stable' into merge 2011-01-03 10:31:25 -08:00