LinuxDoku / migratordotnet

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

Migrations by group for one database #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here is the patch for Migrations by group for one database.
I think there was a little problem with line endings in 2 files I modified,
so the patch shows the whole files as different.

I also added the possibility to execute batches of commands with the
ExecuteNonQuery method by parsing the sql text and splitting it with GO or
a semi-colon.

I added a few tests, they pass with SQLServer, but I don't have the other
databases installed.

I was able to install and remove the ASP.NET Application Services
(Membership, Role...) using the ExecuteNonQuery method.

All should be backwards compatible.

Jacques

Original issue reported on code.google.com by mushing...@gmail.com on 9 Oct 2007 at 6:50

GoogleCodeExporter commented 8 years ago
patch file?

Original comment by nick.h...@gmail.com on 22 Apr 2008 at 4:40

GoogleCodeExporter commented 8 years ago
Since there is no patch here I am closing this issue. If someone can attach the 
patch we will re-open

Original comment by dko...@gmail.com on 23 Apr 2008 at 12:52