In commit 4893170da20eee28c016408a0f72f1996343a048, there has been a
new method type_cast in quoting which is used to prepare sql-
statements, before that, columns where asked to *quote* their own
value as in
https://github.com/rails/rails/commit/a0d4c8d1bf2198608e2e319ff833560f88d20855#activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb,

This has broken almost all GIS gems that define their own *columns*,
where should I ask if this was intended? since this can easily be
fixed and made backward compatible by overriding the *else* in
type_cast.

-- 
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