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
2011-05-02 09:46:29 -04:00
..
attributes Move #as to AliasPredication, stop overriding Function's #as. 2011-04-29 11:13:41 -07:00
compatibility adding not equal node, column names are expected to be symbols 2010-09-10 16:58:19 -07:00
nodes InfixOperations are valid value expressions per SQL99 BNF, and 2011-05-02 09:46:29 -04:00
sql adding a Value node so that SqlLiteral values may be used 2010-09-09 15:20:25 -07:00
visitors Merge branch 'master' of github.com:rails/arel 2011-04-29 10:05:54 -07:00
alias_predication.rb Stop calling to_s on aliases, require them to be strings already. 2011-04-29 14:27:45 -04:00
attributes.rb returning undefined for unknown column types 2010-11-16 08:09:26 -08:00
crud.rb adding create_insert method 2011-03-21 21:23:48 -07:00
delete_manager.rb refactoring where, fixing subselect 2010-12-07 10:48:47 -08:00
deprecated.rb moving deprecated constants to the correct place 2010-09-07 16:56:54 -07:00
expression.rb Add support for ordering on expressions 2011-04-28 10:11:50 +02:00
expressions.rb refactoring expressions to a module 2010-09-14 15:20:24 -07:00
factory_methods.rb add a factory method for production LOWER functions 2011-04-25 12:01:22 -07:00
insert_manager.rb added a factory method for creating values nodes 2011-03-21 21:31:45 -07:00
math.rb Replace MathOperation with InfixOperation to support more operators 2011-03-09 03:03:05 +08:00
nodes.rb adding Distinct ON node 2011-04-21 15:46:24 -05:00
order_predications.rb Add support for ordering on expressions 2011-04-28 10:11:50 +02:00
predications.rb Move #as to AliasPredication, stop overriding Function's #as. 2011-04-29 11:13:41 -07:00
relation.rb
select_manager.rb Fixed deep copy bug in SelectManager clone 2011-04-19 00:22:12 +08:00
sql_literal.rb
table.rb fixing the leg order of TableAlias nodes 2011-03-30 09:21:45 -07:00
tree_manager.rb adding a join factory method on the select manager 2010-12-07 11:44:32 -08:00
update_manager.rb Merge branch '2-0-stable' 2011-01-03 15:57:06 -08:00
visitors.rb replace 'LIMIT n' with 'FETCH FIRST n ROWS ONLY' when using ibm_db 2011-04-29 10:10:06 -04:00