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

Ticket #1784 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Support use of synonyms in Oracle

Reported by: mschoen Assigned to: David
Priority: normal Milestone: 1.0
Component: ActiveRecord Version: 0.13.1
Severity: normal Keywords: oracle, oci, synonyms
Cc:

Description

This patch adjusts the sql used in the columns method of the OCIAdapter, to enable the full use of synonyms.

The associated test includes a synonym "Subject" for the table "Topic", and then just verifies that the attributes of a new Subject match the attributes of a new Topic. Fails on the trunk, succeeds with this patch.

This patch only impacts the Oracle connection adapter.

Attachments

synonyms_for_oci.patch (2.5 kB) - added by mschoen on 07/20/05 15:12:52.
Patch file (from svn diff)

Change History

07/20/05 15:12:52 changed by mschoen

  • attachment synonyms_for_oci.patch added.

Patch file (from svn diff)

07/21/05 18:04:53 changed by mschoen

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

Obsolete, see Ticket #1798