This project is archived and is in readonly mode.

#4270 ✓resolved
Tuxie

Arel 0.3.2 broke non-standard column types

Reported by Tuxie | March 25th, 2010 @ 10:15 PM | in 3.0.2

I have smallint and UUID columns in my PostgreSQL database.
After ActiveRecord bumped the Arel dependency today, all of my unit test started to fail like this:

<ActiveRecord::RecordInvalid> exception expected but was
Class: < NotImplementedError >
Message: <"Column type `` is not currently handled">
---Backtrace---
/Users/perw/.bundle/ruby/1.8/bundler/gems/arel-8151ac946644aab31601d7c0ed944eb9d7ea1e6b-master/lib/arel/engines/sql/attributes.rb:18:in `for'
/Users/perw/.bundle/ruby/1.8/bundler/gems/arel-8151ac946644aab31601d7c0ed944eb9d7ea1e6b-master/lib/arel/engines/sql/relations/table.rb:46:in `attributes'
/Users/perw/.bundle/ruby/1.8/bundler/gems/arel-8151ac946644aab31601d7c0ed944eb9d7ea1e6b-master/lib/arel/engines/sql/relations/table.rb:45:in `collect'
/Users/perw/.bundle/ruby/1.8/bundler/gems/arel-8151ac946644aab31601d7c0ed944eb9d7ea1e6b-master/lib/arel/engines/sql/relations/table.rb:45:in `attributes'
/Users/perw/.bundle/ruby/1.8/bundler/gems/arel-8151ac946644aab31601d7c0ed944eb9d7ea1e6b-master/lib/arel/algebra/relations/relation.rb:100:in `find_attribute_matching_name'

I guess the problem is here:
http://github.com/rails/arel/commit/83c27c0b5e2e341307b7a160d831fb9...

Maybe it should default to cast to String instead of raising an exeption?

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Referenced by

Pages