.. |
attributes
|
attributes do not need a column member
|
2010-12-03 15:24:30 -08:00 |
compatibility
|
adding not equal node, column names are expected to be symbols
|
2010-09-10 16:58:19 -07:00 |
nodes
|
Added support for INTERSECT and EXCEPT
|
2011-01-22 09:16:53 -05:00 |
sql
|
adding a Value node so that SqlLiteral values may be used
|
2010-09-09 15:20:25 -07:00 |
visitors
|
Added MINUS for Oracle
|
2011-01-23 11:54:00 -05:00 |
attributes.rb
|
returning undefined for unknown column types
|
2010-11-16 08:09:26 -08:00 |
crud.rb
|
Merge branch '2-0-stable'
|
2011-01-03 15:57:06 -08: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
|
Rails references Arel::Expression, adding an unused module for now
|
2010-08-16 16:44:07 -07:00 |
expressions.rb
|
refactoring expressions to a module
|
2010-09-14 15:20:24 -07:00 |
factory_methods.rb
|
adding deprecation warning for where_clauses
|
2010-12-26 19:56:07 -07:00 |
insert_manager.rb
|
renaming @head to @ast
|
2010-11-05 14:09:09 -07:00 |
nodes.rb
|
Add support for WITH and UNION
|
2011-01-21 17:25:12 -07:00 |
predications.rb
|
stop using deprecated AND usage
|
2010-12-09 14:52:11 -08:00 |
relation.rb
|
adding a relation thing
|
2010-08-13 12:26:06 -07:00 |
select_manager.rb
|
Make #with chainable
|
2011-02-02 14:55:55 -08:00 |
sql_literal.rb
|
project works with strings
|
2010-08-13 08:11:08 -07:00 |
table.rb
|
sql literals may be used as column attributes
|
2010-12-22 18:02:56 -08: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
|
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 |