1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/lib/arel/visitors
2011-05-17 18:01:35 -04:00
..
depth_first.rb Added Arel::Nodes::NamedFunction for representing generic SQL functions 2011-01-04 20:27:34 -08:00
dot.rb Added Arel::Nodes::NamedFunction for representing generic SQL functions 2011-01-04 20:27:34 -08:00
ibm_db.rb replace 'LIMIT n' with 'FETCH FIRST n ROWS ONLY' when using ibm_db 2011-04-29 10:10:06 -04:00
join_sql.rb string join should be a unary op 2010-12-14 11:04:08 -08:00
mssql.rb adding TOP to sub selects for mssql 2011-02-02 15:09:54 -08:00
mysql.rb adding a Bin node to emit mysql BINARY keywords 2011-04-11 10:02:28 -07:00
oracle.rb Added MINUS for Oracle 2011-01-23 11:54:00 -05:00
order_clauses.rb doing a little cleanup on the visitors 2010-10-19 11:47:00 -07:00
postgresql.rb removing the aliased orders method from the pg visitor 2011-04-28 11:03:31 -07:00
sqlite.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
to_sql.rb do not cache sql literal values 2011-05-17 18:01:35 -04:00
visitor.rb visiting via superclass is OK, since module definitions help delegate 2011-01-04 19:53:37 -08:00
where_sql.rb fixing manifest file 2010-10-12 14:28:31 -07:00