This project is archived and is in readonly mode.

#787 ✓stale
Emrys Ingersoll

rake db:test:clone_structure fails when using Oracle adapter and :sql schema_format

Reported by Emrys Ingersoll | August 9th, 2008 @ 01:39 AM | in 3.x

Executing the db:test:clone_structure Rake task when using the 'oracle' adapter and the SQL schema format fails with an Oracle error similar to

OCIError: ORA-00911: invalid character: INSERT INTO schema_migrations (version) VALUES ('2');

which is caused by the ";" at the end of the statement.

I've included a patch that solves the issue.

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>

People watching this ticket

Attachments

Pages