Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #1624 (closed enhancement: duplicate)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Implementation of structure_dump for OCI Adapter

Reported by: chris.a.williams@gmail.com Assigned to: David
Priority: normal Milestone:
Component: ActiveRecord Version: 0.12.1
Severity: normal Keywords: oci, oracle, db, structure, dump, rake
Cc:

Description

This patch includes teh implementation of stcuture_dump for the oci_adapter.rb as well as modifies the fresh rakefile generated for a new rails app to support the db_structure_dump task for an oracle db.

Attachments

oci_db_structure_dump.diff (2.4 kB) - added by chris.a.williams@gmail.com on 07/06/05 10:24:26.
Diff patch for implementation of structure_dump on oci_adapter

Change History

07/06/05 10:24:26 changed by chris.a.williams@gmail.com

  • attachment oci_db_structure_dump.diff added.

Diff patch for implementation of structure_dump on oci_adapter

07/17/05 05:21:03 changed by anonymous

  • summary changed from Implementation of structure_dump for OCI Adapter to [PATCH] Implementation of structure_dump for OCI Adapter.

07/24/05 02:57:10 changed by mschoen

  • status changed from new to closed.
  • resolution set to duplicate.

Closed in favor of #1798 -- which expands it to include the related Rakefil tasks to purge the test db and clone from dev.