File |
Summary + Labels |
Uploaded |
Size |
RoundhousE.v0.8.6.0.zip
|
RoundhousE v0.8.6.0 - Debug shows useful output; Ignore EOL format changes; Resolve Version from TXT file; Speed of batch parser is greatly increased (and errors reduced)! Numerous other fixes and enhancements, please be sure to check out the release notes (https://github.com/chucknorris/roundhouse/wiki/ReleaseNotes)!
Featured
|
Nov 8, 2013 |
9.93MB |
RoundhousE.v0.8.5.0.zip
|
RoundhousE v0.8.5.0 - MySQL, SQLite, and PostgreSQL support! Three new migrations folders (RunAfterCreateDatabase,AlterDatabase, and Indexes)! New Version Resolver (Scripts file number)! Four new configuration options (CommandTimeout, CommandTimeoutAdmin,DisableTokenReplacement, SearchAllSubdirectoriesInsteadOfTraverse)! Possible breaking changes (file encoding by default falls back to ANSI). Numerous other fixes and enhancements, please be sure to check out the release notes (https://github.com/chucknorris/roundhouse/wiki/ReleaseNotes)!
Featured
|
Nov 27, 2011 |
11.12MB |
RoundhousE.v0.8.0.300.zip
|
RoundhousE v0.8.0.300 - Token replacement in the sql files using '{{PropertyName}}' (http://code.google.com/p/roundhouse/issues/detail?id=33). Always run files that have '.EVERYTIME.' in the name (http://code.google.com/p/roundhouse/issues/detail?id=51). FIX: Environment Specific Files run other environments when other environments are part of the name (i.e. BOBTEST is run with TEST) (http://code.google.com/p/roundhouse/issues/detail?id=50). RoundhousE ships a DLL for embedding (not merged with FNH or NH) (http://code.google.com/p/roundhouse/issues/detail?id=44). The DLL has a semi-fluent interface - see (https://gist.github.com/977990) for details. A folder that runs after the other anytime scripts folders have run has been added (https://github.com/chucknorris/roundhouse/pull/1). Fix: A script modified twice always runs (https://github.com/chucknorris/roundhouse/pull/5). Sample is now a project in the release folder. MSBuild tasks are available again.
|
May 31, 2011 |
13.57MB |
RoundhousE.v0.7.0.281.zip
|
RoundhousE v0.7.0.281 - Fixed connection string only issues.
|
Jan 16, 2011 |
8.93MB |
RoundhousE.v0.7.0.276.zip
|
RoundhousE v0.7.0.276 - Fixed a collation issue with RoundhousE id columns in its tracking tables (http://code.google.com/p/roundhouse/issues/detail?id=46). RestoreFromPath can now take a relative path. RH can now upgrade it's internals without user interaction (http://code.google.com/p/roundhouse/issues/detail?id=40). MSBuild / NAnt tasks are deprecated and no longer hooked up. Please use the console and call it from your tasks. SMO is deprecated and removed. Straight ADO.NET for the win! SQL2000 to 2005 is now a smooth transition. Fix: SQL2000 - ScriptsRun now correctly references Version for the foreign key. Fix: Connection should be initialized before asking the database if it supports ddl transactions. Fix: Uppercase User names when running with Oracle. RH has differencing support with RedGate. RH has differencing support with NHibernate Schema Generation/Updates. See sample project for details. Fix: Scrips run errors now updates version number and path w/out a dependency on scripts run. Allows for it to finish during transactional runs and still capture errors. Fix: Capture errortastic changes to DDL/DML (up) files in the script run errors table. Added admin connection string to do administrative tasks.
|
Nov 16, 2010 |
8.93MB |
RoundhousE.v0.5.0.188.zip
|
RoundhousE v0.5.0.188 (NOTE: Last SMO release) - Support for Oracle (http://code.google.com/p/roundhouse/issues/detail?id=34) and SQL Server 2000 (http://code.google.com/p/roundhouse/issues/detail?id=30). Logs when errors occur in a ScriptRunErrors table (http://code.google.com/p/roundhouse/issues/detail?id=28). Handles nonsupported DDL transactions. RH will also stop and inform the user when DDL transactions are not supported, so user can choose to continue (http://code.google.com/p/roundhouse/issues/detail?id=28). Also, logging has been improved for readability.
|
May 30, 2010 |
13.09MB |
RoundhousE.v0.2.0.175.zip
|
RoundhousE v0.2.0.175 - Database names can have non-standard characters in them (for example Data.1.2.3 is valid) and RH can handle it now (http://code.google.com/p/roundhouse/issues/detail?id=31). Handles user names with apostrophes (i.e. somewhere\john.o'doe) in them (http://code.google.com/p/roundhouse/issues/detail?id=32). If copying to change output fails, log a warning and move on. Added autowiring permissions sample. Still outstanding for release 1: Does not back up a pre-existing database before running.
|
May 3, 2010 |
13.05MB |
RoundhousE.v0.2.0.150.zip
|
RoundhousE v0.2.0.150 - Splitting on batch terminator (GO) has been turned off for database types that don't need it as it affects performance. Splitting statements on GO has been enhanced to catch end of file GOs (http://code.google.com/p/roundhouse/issues/detail?id=25). Still outstanding for release 1: Does not back up a pre-existing database before running.
|
Mar 8, 2010 |
13.15MB |
RoundhousE.v0.2.0.148.zip
|
RoundhousE v0.2.0.148 - Splitting statements on GO has been enhanced to work better (http://code.google.com/p/roundhouse/issues/detail?id=25). Still outstanding for release 1: Does not back up a pre-existing database before running.
|
Mar 6, 2010 |
13.15MB |
RoundhousE.v0.2.0.144.zip
|
RoundhousE v0.2.0.144 - Splitting statements on GO is now a two-phased approach (http://code.google.com/p/roundhouse/issues/detail?id=25). Still outstanding for release 1: Does not back up a pre-existing database before running.
|
Mar 2, 2010 |
13.15MB |
RoundhousE.v0.2.0.131.zip
|
RoundhousE v0.2.0.131 - RoundhousE now has an option to use ADO.NET instead of SMO for SqlServer (http://code.google.com/p/roundhouse/issues/detail?id=22). There is now an option not to create a database if none exists (http://code.google.com/p/roundhouse/issues/detail?id=24). Console exits with an error code instead of crashing on errors (http://code.google.com/p/roundhouse/issues/detail?id=23). There is now more fine-grained splitting by the word GO (http://code.google.com/p/roundhouse/issues/detail?id=25). Made command timeouts more explicit so decorators could manipulate the property. Still outstanding for release 1: Does not back up a pre-existing database before running.
|
Feb 23, 2010 |
8.53MB |
RoundhousE.v0.2.0.127.zip
|
RoundhousE v0.2.0.127 - RoundhousE now has an option to use ADO.NET instead of SMO for SqlServer (http://code.google.com/p/roundhouse/issues/detail?id=22). There is now an option not to create a database if none exists (http://code.google.com/p/roundhouse/issues/detail?id=24). Console exits with an error code instead of crashing on errors (http://code.google.com/p/roundhouse/issues/detail?id=23). There is now more fine-grained splitting by the word GO (http://code.google.com/p/roundhouse/issues/detail?id=25). Still outstanding for release 1: Does not back up a pre-existing database before running.
Deprecated
|
Feb 22, 2010 |
8.53MB |
RoundhousE.v0.2.0.126.zip
|
RoundhousE v0.2.0.126 - RoundhousE now has an option to use ADO.NET instead of SMO for SqlServer (http://code.google.com/p/roundhouse/issues/detail?id=22). There is now an option not to create a database if none exists (http://code.google.com/p/roundhouse/issues/detail?id=24). Console exits with an error code instead of crashing on errors (http://code.google.com/p/roundhouse/issues/detail?id=23). Still outstanding for release 1: Does not back up a pre-existing database before running.
Deprecated
|
Feb 22, 2010 |
8.53MB |
RoundhousE.v0.2.0.117.zip
|
RoundhousE v0.2.0.117 - All types of migrations will split sql statements from files that have more than one statement into multiple statements and run each consecutively (http://code.google.com/p/roundhouse/issues/detail?id=17). Fixed issue with errors when trying to run roundhouse twice during MSBuild (http://code.google.com/p/roundhouse/issues/detail?id=16). Restore timeout can now be specified and now has a default timeout of 900 seconds (http://code.google.com/p/roundhouse/issues/detail?id=21). Custom database create scripts are now possible (http://code.google.com/p/roundhouse/issues/detail?id=20). Still outstanding for release 1: Does not back up a pre-existing database before running.
|
Feb 18, 2010 |
8.51MB |
RoundhousE.v0.2.0.113.zip
|
RoundhousE v0.2.0.113 - All types of migrations will split sql statements from files that have more than one statement into multiple statements and run each consecutively (http://code.google.com/p/roundhouse/issues/detail?id=17). Fixed issue with errors when trying to run roundhouse twice during MSBuild (http://code.google.com/p/roundhouse/issues/detail?id=16). Still outstanding for release 1: Does not back up a pre-existing database before running.
Deprecated
|
Feb 17, 2010 |
8.5MB |
RoundhousE.v0.2.0.112.zip
|
RoundhousE v0.2.0.112 - All types of migrations will split sql statements from files that have more than one statement into multiple statements and run each consecutively (http://code.google.com/p/roundhouse/issues/detail?id=17). Fixed issue with errors when trying to run roundhouse twice during MSBuild (http://code.google.com/p/roundhouse/issues/detail?id=16). Still outstanding for release 1: Does not back up a pre-existing database before running.
Deprecated
|
Feb 17, 2010 |
8.5MB |
RoundhousE.v0.2.0.109.zip
|
RoundhousE v0.2.0.109 - Added a custom restore option to add additional arguments (like MOVE) to a restore (http://code.google.com/p/roundhouse/issues/detail?id=12). Logs what type of scripts it is looking for and where (http://code.google.com/p/roundhouse/issues/detail?id=14). Reports version (http://code.google.com/p/roundhouse/issues/detail?id=9). Fixed a connection string issue. Still outstanding for release 1: Does not back up a pre-existing database before running.
|
Jan 20, 2010 |
8.5MB |
RoundhousE.v0.2.0.108.zip
|
RoundhousE v0.2.0.108 - Added a custom restore option to add additional arguments (like MOVE) to a restore (http://code.google.com/p/roundhouse/issues/detail?id=12). Logs what type of scripts it is looking for and where (http://code.google.com/p/roundhouse/issues/detail?id=14). Reports version (http://code.google.com/p/roundhouse/issues/detail?id=9). Fixed a connection string issue. Still outstanding for release 1: Does not back up a pre-existing database before running.
Deprecated
|
Jan 20, 2010 |
8.5MB |
RoundhousE.v0.2.0.106.zip
|
RoundhousE v0.2.0.106 - Added a custom restore option to add additional arguments (like MOVE) to a restore (http://code.google.com/p/roundhouse/issues/detail?id=12). Fixed a connection string issue. Still outstanding for release 1: Does not back up a pre-existing database before running.
Deprecated
|
Jan 20, 2010 |
8.5MB |
RoundhousE.v0.2.0.101.zip
|
RoundhousE v0.2.0.101 - Fixed a small issue in sorting to make it explicit. Still outstanding for release 1: Does not back up a pre-existing database before running.
|
Jan 12, 2010 |
8.2MB |