This project is archived and is in readonly mode.
Make 'rake db:drop' work for oracle
Reported by timgaleckas | September 3rd, 2008 @ 05:19 PM | in 3.x
When using oracle as the database, the rake command "rake db:drop" does nothing. This patch implements it.
Comments and changes to this ticket
-
DHH September 10th, 2008 @ 05:36 AM
- State changed from new to incomplete
Since the Oracle adapter has been pulled out of Rails, we need to find a way for this to happen in a way that doesn't refer to an adapter that isn't shipped as standard. Perhaps we can have a hook here for some code that can live in external adapters?
-
Rohit Arondekar October 7th, 2010 @ 07:31 AM
- State changed from incomplete to stale
- Importance changed from to Low
Marking ticket as stale. If this is still an issue please leave a comment with suggested changes, creating a patch with tests, rebasing an existing patch or just confirming the issue on a latest release or master/branches.
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>