Is :dependent -> :delete_all gone in Rails 2.0.2?

Rails 2.0.2 DB: SQL Server 2000 using AR adapter/ODBC

I seem to be having a problem instantiating any models with :dependent => :delete_all. If I change them to :dependent => :delete, they seem to be ok.

Is the :delete_all specifier gone from Rails 2.0.2?

Or is this a Rails 2.x thing or a SQL Server adapter issue or both?

Thanks, Wes

Is the :delete_all specifier gone from Rails 2.0.2?

It appears to still be in the API: http://api.rubyonrails.com/classes/ActiveRecord/Associations/ClassMethods.html#M001103

Are you getting an error?

I'm pretty sure I did. But I'm unable to reproduce it. Will roll with this until I see it again.

Thanks for the response.

Wes