Ticket #1319 (closed enhancement: fixed)
Doctrine_Import_Mssql does not support table relations
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
Change History
Note: See
TracTickets for help on using
tickets.