dbdeploy.net icon indicating copy to clipboard operation
dbdeploy.net copied to clipboard

Fork of dbdeploy.net cloned from http://sourceforge.net/projects/dbdeploy-net/

Results 9 dbdeploy.net issues
Sort by recently updated
recently updated
newest added

The `Readme.md` states that binaries are available at: `https://bintray.com/brunomlopes/generic/dbdeploy.NET` but Bintray has been shut down. Is there any alternative location, or must users now build the project themselves to use...

I had following error in my sql script. (i.e. length of column is less than actual value in sql file) > warning 8152: String or binary data would be truncated....

I have multiple folders for different solution, like ABCompany/MetaSql (for ex: it contain sql files from number 1-10) ABCompany/SchemaSql (for ex: it contain sql files from number 1-12) DEFompany/MetaSql (for...

@brunomlopes I noticed that you have a NuGet package at https://dl.bintray.com/brunomlopes/generic/dbdeploy.net.2.2.0.4.nupkg. Would you mind uploading that to https://www.nuget.org so we can use it as a package? Thanks, Gregg

Implemented support IBM DB2 using ODBC. [Wintegra.Data](https://www.nuget.org/packages/Wintegra.Data/) currently available as source code and published on NuGet. Could you please review it and merge it with your master.

You have used ilmerge to merge required assemblies but this is not a good practice in this case. Because you have referenced specific version of MySql.Data (Actually all referenced 3rd...

Hi Brunomlopes, I added postgresql database capability into dbdeploy.net. Could you please review it and merge it with your master.

Hi Bruno, I forked your 2.2.0.0 branch. It kept throwing errors while attempting to deploy to mysql directly. I am working in version 5.6.21 of MySql. The functional change I...

This is mentioned here: https://msbuildextensionpack.codeplex.com/discussions/471408