Older versions of DB2 suffer the same character length issue with table names as an FYI.

On 3/16/06, Rick Olson < [EMAIL PROTECTED]> wrote:
> Should AR pass all tests on oracle?  I'm on rev 3900 atm and I still get
> four errors.
>
>
> --
> Corey Donohoe
> http://www.atmos.org/
> [EMAIL PROTECTED]

Corey showed me the errors http://rafb.net/paste/results/5O41hK24.html
(will self destruct in 24 hours.  #1-3 look like fixture/constraint
issues.  But #4 is the result of an alias that's too long for oracle.
join_category_nonexistent_posts

Any thoughts?

Should Oracle have a special aliasing method that converts that to
j_c_posts?  Should all databases do that consistently?  I'd really
like to have readable aliases and get away from something like
j_c_posts_2.

--
Rick Olson
http://techno-weenie.net
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to