.. |
attributes
|
Move #as to AliasPredication, stop overriding Function's #as.
|
2011-04-29 11:13:41 -07:00 |
collectors
|
fixing some tests in to_sql
|
2014-04-08 14:18:44 -07:00 |
compatibility
|
adding not equal node, column names are expected to be symbols
|
2010-09-10 16:58:19 -07:00 |
nodes
|
bind visitor working with collector object
|
2014-04-08 12:03:52 -07:00 |
visitors
|
fixing some tests in to_sql
|
2014-04-08 14:18:44 -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
|
explicitly pass the pk to compile_update
|
2013-11-16 14:20:07 -08:00 |
delete_manager.rb
|
refactoring where, fixing subselect
|
2010-12-07 10:48:47 -08:00 |
expressions.rb
|
Add #extract, which produces ANSI SQL function EXTRACT(<field> from <expr>).
|
2012-02-23 14:06:05 +01:00 |
factory_methods.rb
|
build quoted strings
|
2014-03-24 16:50:34 -07:00 |
insert_manager.rb
|
Remove deprecated Arel::SqlLiteral
|
2014-02-10 19:44:00 -02:00 |
math.rb
|
Replace MathOperation with InfixOperation to support more operators
|
2011-03-09 03:03:05 +08:00 |
nodes.rb
|
build quoted nodes in factory methods
|
2014-03-24 17:18:56 -07:00 |
order_predications.rb
|
Break Ordering into Ascending/Descending nodes, allow reversal
|
2011-06-15 09:18:26 -04:00 |
predications.rb
|
build quoted nodes in factory methods
|
2014-03-24 17:18:56 -07:00 |
select_manager.rb
|
take in to account quoted and translated values
|
2014-03-25 10:01:44 -07:00 |
table.rb
|
Remove joins method
|
2013-12-05 00:25:09 -02:00 |
tree_manager.rb
|
bind visitor working with collector object
|
2014-04-08 12:03:52 -07:00 |
update_manager.rb
|
add the casting node to the AST at build time
|
2014-03-24 16:26:09 -07:00 |
visitors.rb
|
Added a basic test for the informix visitor
|
2011-05-16 09:24:04 -04:00 |
window_predications.rb
|
Support ANSI SQL2003 window functions.
|
2012-02-22 15:25:10 +01:00 |