Is this a limitation of PostgreSQL or the ruby library that is used by said 
adapter's #raw_connection? Specifically, computed column support? I know in SQL 
Server that `MAX(datetime_column)` would return the proper datatype and the low 
level connection ruby library, in this case TinyTDS, would do the legwork 
before handing things to the adapter then ActiveRecord. 

Could the same be achieved doing a CAST() in your SQL string for the select?


 - Ken


-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en.

Reply via email to