LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Patch for multi-column indexes #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add three new methods to ITransformationProvider:
  void AddIndex(string name, string table, params string[] columns);
  bool IndexExists(string table, string name);
  void RemoveIndex(string table, string name);

Implement in providers, added two test cases. I dont have access to Oracle
so have implemented its provider based on what I found on the web.

Original issue reported on code.google.com by nathan.o...@gmail.com on 25 Mar 2009 at 11:09

Attachments:

GoogleCodeExporter commented 8 years ago
Is there any reason that this hasn't been included in Migratordotnet? This 
patch was
sent in a year ago.

Original comment by dan.lime...@gmail.com on 18 Feb 2010 at 7:34