My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
  
  Filename Summary + Labels Uploaded ReleaseDate Size DownloadCount ...
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 Nov 26 11.1 MB 409  
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 2011 May 2011 13.6 MB 360  
RoundhousE.v0.7.0.281.zip RoundhousE v0.7.0.281 - Fixed connection string only issues. Jan 2011 Jan 2011 8.9 MB 330  
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 2010 8.9 MB 70  
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 2010 13.1 MB 280  
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 2010 13.1 MB 50  
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 2010 13.1 MB 85  
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 2010 13.1 MB 9  
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 2010 13.1 MB 12  
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 2010 8.5 MB 20  
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 2010 8.5 MB 10  
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 2010 8.5 MB 23  
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 2010 8.2 MB 15  
RoundhousE.v0.2.0.97.zip RoundhousE v0.2.0.97 - RoundhousE adds OleDB support for versioning. RH can accept connection strings for advanced connections to databases. RH can migrate Microsoft Access through OleDB. Other database types still need sql written for creating/updating RH management tables. Still outstanding for release 1: Does not back up a pre-existing database before running. Dec 2009 7.7 MB 27  
RoundhousE.v0.0.0.86.zip RoundhousE v0.0.0.86 - RoundhousE will now run environment specific scripts. You have to tag both that a file is an environment file and what environment it is for. LOCAL.0001_DoSomething.ENV.sql is a proper environment file. LOCAL is the specific environment and ".ENV." tells RoundhousE this is an environment file. Permissions scripts will now run every time regardless of any changes. Still outstanding for release 1: Does not back up a pre-existing database before running. Dec 2009 7.7 MB 10  
RoundhousE.v0.0.0.85.zip RoundhousE v0.0.0.85 - Added synonyms for database types - see http://code.google.com/p/roundhouse/issues/detail?id=10 for details. Removed event logging from RoundhousE for execution under limited windows permissions. Still outstanding for release 1: Does not back up a pre-existing database before running. Dec 2009 7.7 MB 6  
RoundhousE.v0.0.0.83.zip RoundhousE v0.0.0.83 - RH.exe is now merged into a single executable file with no config file necessary. Fixed an issue with implicitly setting recovery to simple (it's now explicit - see http://code.google.com/p/roundhouse/issues/detail?id=8). Still outstanding for release 1: Does not back up a pre-existing database before running. Dec 2009 7.7 MB 9  
RoundhousE.v0.0.0.74.zip RoundhousE v0.0.0.74 - Fixed an issue with holding connections (http://code.google.com/p/roundhouse/issues/detail?id=7). RH can now run in a transaction. Take a look at the sample for details and to see this in action. Still outstanding for release 1: Does not back up a pre-existing database before running. Dec 2009 9.5 MB 8  
RoundhousE.v0.0.0.73.zip RoundhousE v0.0.0.73 - Added a switch for Drop. During development, this allows you to run a script to drop and recreate a database with two calls in a batch file (the first with the switch /drop turned on and the second without). Take a look at the sample to see this in action. Still outstanding for release 1: Does not back up a pre-existing database before running. Dec 2009 9.5 MB 6  
RoundhousE.v0.0.0.69.zip RoundhousE v0.0.0.69 - Console is now complete. This release does nearly everything for release 1 with the exceptions of: Does not back up a pre-existing database before running. Nov 2009 9.5 MB 11  
RoundhousE.v0.0.0.67.zip RoundhousE v0.0.0.67 - Change_drop folder is now being created. Databases are now a plug in model that allows for anyone to write a database specific plugin. This release does nearly everything for release 1 with the exceptions of: Console does not work yet. Does not back up a pre-existing database before running. Nov 2009 8.1 MB 19  
RoundhousE.v0.0.0.60.zip RoundhousE v0.0.0.60 - Added a sample for zip file. Added detection of one time script changes with notification and error. This release does nearly everything for release 1 with the exceptions of: Console does not work yet. Does not back up a pre-existing database before running. Does not create a change_drop folder Nov 2009 7.6 MB 10  
RoundhousE.v0.0.0.59.zip RoundhousE v0.0.0.59 - Added detection of one time script changes with notification and error. This release does nearly everything for release 1 with the exceptions of: Console does not work yet. Does not back up a pre-existing database before running. Does not create a change_drop folder Nov 2009 3.5 MB 19  
RoundhousE.v0.0.0.54.zip RoundhousE v0.0.0.54 - This release does nearly everything for release 1 with the exceptions of: Console does not work yet. There is no notification when text in scripts has changed for 1 time scripts. Does not back up a pre-existing database before running. Does not create a change_drop folder Nov 2009 3.5 MB 10  
  
Powered by Google Project Hosting