Ticket #1319 (closed enhancement: fixed)

Opened 11 months ago

Last modified 10 months ago

Doctrine_Import_Mssql does not support table relations

Reported by: bwaidelich Owned by: jwage
Priority: minor Milestone:
Component: Import/Export Version: 1.0.0
Severity: Keywords: MSSQL, Doctrine_Import_Mssql, Doctrine_Import, relations
Cc: Has Test: no
Status: Pending Core Response Has Patch: yes

Description

Doctrine_Import_Mssql has no listTableRelations() method so relations are lost when importing from MS SQL databases. Attached is a patch which adds support for table relations by querying sysobjects and syscolumns.

Attachments

mssql_import_relations_issue1319.patch (1.8 KB) - added by bwaidelich 11 months ago.

Change History

Changed 11 months ago by bwaidelich

Changed 10 months ago by jwage

  • status changed from new to closed
  • resolution set to fixed

(In [4844]) fixes #1319 - Added relationship reverse engineering support for MSSQL

Changed 10 months ago by jwage

  • version changed from 0.11 to 1.0
  • milestone changed from Unknown to 1.0.0-RC2

Changed 10 months ago by anonymous

  • milestone New deleted

Milestone New deleted

Note: See TracTickets for help on using tickets.