Code Monkey home page Code Monkey logo

dbdeploy.net's Introduction

dbdeploy.net's People

Contributors

brunomlopes avatar greggbjensen avatar liempham avatar peschuster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dbdeploy.net's Issues

Specific version of MySql.Data Dependency

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 parties are same). If have more up-to-date version of MySql on my system, this won't work.

You can remove "Version=1.0.7.30072," par of the assemblyName registration. There is no difference for you because important part is PublicKeyToken.

I'm strongly encouraging you to remove version information from assemblyName registration.

Also, you guys need well formed documentation very very badly...
I'have rebuilt (directly from vs in debug mode) the project to override dependencies with what I have currently. But unfortunately its not working...
It shows, job done, but actually it is not. There is no table created...
dbdeploy

But I'm strongly recommend you guys publish your work with dependencies without merging in it. You don't have any inexperienced customers...

Thanks, regards...
efaruk

Intallation instructions?

Could you please update the readme file with installation instructions.?

I downloaded and installed the nuget package of this tool. After installing the .nupkg file to my .net project, I do not see any folders or files relevant to your tool created in the solution/project.

Am i supposed to write code in order for making this work after installing the nuget package.?

Over all, it is not so clear how to install and use your tool. Kindly request to address the gaps and publish more clearer instructions please.

thanks.

Just output the script

Hi,

I need only the sql script as output and "do not" need the script run on the database. what settings should i use?

thanks.

Create Schema Script for MySQL

Binary Release Included Script is not working:

Working Script:

CREATE TABLE changelog (
ChangeId INT(11) NOT NULL AUTO_INCREMENT,
Folder VARCHAR(255) NOT NULL,
ScriptNumber SMALLINT(6) NOT NULL,
ScriptName VARCHAR(512) NOT NULL,
StartDate DATETIME NOT NULL,
CompleteDate DATETIME DEFAULT NULL,
AppliedBy VARCHAR(128) NOT NULL,
ScriptStatus TINYINT(4) NOT NULL,
ScriptOutput TEXT NOT NULL,
PRIMARY KEY (ChangeId),
UNIQUE INDEX UK_changelog (Folder, ScriptNumber)
);

-- UNIQUE INDEX UK_changelog (Folder, ScriptNumber) Varchar(256) + SMALLINT not supported by max key size

Is it possible to pass multiple folders in lastChangeToApply property?

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 ex: it contain sql files from number 1-5)
DEFompany/SchemaSql (for ex: it contain sql files from number 1-7)
GHICompany/MetaSql (for ex: it contain sql files from number 1-15)
GHICompany/SchemaSql (for ex: it contain sql files from number 1-11)

For example, now I want to execute following files
only files whose number after 7(i.e. 8-10) from folder ABCompany/MetaSql
only files whose number after 5(i.e. 6-12) from folder ABCompany/SchemaSql
only files whose number after 2(i.e. 3-7) from folder DEFompany/SchemaSql

Now Why I want to do this is because let's say I downloaded my production Database in my QA box and it contains all the scripts except the listed above.

Is this possible?

Thanks
Manoj

Binaries no longer available at bintray.com

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 it?

Regards.

dbdeploy set status 1 in changelog table for errored sql file

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.

MSBuild raised this error but dbdeploy set ScriptStatus column value as 1 instead of 3.

Can you please help to fix this issue?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.