add patch for Oracle reflection

Issue #87 resolved
Mike Bayer repo owner created an issue

attached is a patch someone did for Oracle table reflection

Comments (4)

  1. Former user Account Deleted

    Later, I also found a change to line 176 (missing lower for referred_table): remotetable = Table(referred_table.lower(), self, autoload = True)

    Aside from upper/lower issues there is a reference to primary_key0 on the next line. I'm just wandering what if it is a composite primary/foreign key? This is my first hour and a half with SQLAlchemy so somebody else should look into this.

  2. Mike Bayer reporter

    #100 shows the fix to the reflection, and the Oracle reflection has passed "testbasic" so I am closing this one for now.

  3. Log in to comment