lp:~colinwinning/dbversion/cmdtimeout

Created by Colin Winning and last modified
Get this branch:
bzr branch lp:~colinwinning/dbversion/cmdtimeout
Only Colin Winning can upload to this branch. If you are Colin Winning please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Colin Winning
Project:
DB Version
Status:
Merged

Recent revisions

49. By Colin Winning

Inject PropertyService into ScriptTask to allow it to set a command timeout if necessary

48. By Colin Winning

Added a couple of tests

47. By Colin Winning

Commands now return a bool to indicate result of operation.
Console Program uses result to set exit code.

46. By Adam Connelly

Added a test for bus 862222 where the ClassicVersionProvider was not ordering versions correctly

45. By Adam Connelly

Updating ScriptTask so that it uses the current connection from the NHibernate session to create a command, and then uses that command to execute the script. Previously it was using ISession.CreateSQLQuery. The problem with CreateSQLQuery is that it parses the SQL text for parameters which can cause executing the script to fail.

44. By Adam Connelly

Updating the console application to look in same directory as the dbversion.exe application for the plugins directory, and to stop it from trying to create the directory if it doesn't exist.

43. By Adam Connelly

Added a base class for commands that need a database connection to make sure that they can all use saved connections, and that the properties are all applied in the correct order. Altered the saved-connection command to allow existing connections to be updated.

42. By Adam Connelly

Merging in the changes from trunk.

41. By Adam Connelly

Updated the create command to use the saved connection service. If there is a default saved connection, it will try to use it. You can also specify the name of a saved connection to use using the -s switch.

40. By Adam Connelly

Created a basic working version of the template functionality.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:dbversion
This branch contains Public information 
Everyone can see this information.

Subscribers