RoundhousE now supports Oracle, SQL2000

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Fri, 11 Jun 2010 00:00:00 GMT Indexed on 2010/06/11 18:53 UTC
Read the original article Hit count: 359

Filed under:
RoundhousE, the database migration software that is based on sql scripts has added support for Oracle and SQL 2000. There have also been numerous other little things, including better logging and a script run errors table. The script errors table captures what went wrong when/if your scripts are not quite up to par or there is some other issue. A special thanks goes out to http://twitter.com/PascalMestdach and http://twitter.com/jochenjonc. They worked hard on this and all I did was provide guidance...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner

RoundhousE now supports Oracle, SQL2000

Posted by Robz / Fervent Coder on Geeks with Blogs See other posts from Geeks with Blogs or by Robz / Fervent Coder
Published on Fri, 11 Jun 2010 11:32:38 GMT Indexed on 2010/06/11 18:43 UTC
Read the original article Hit count: 359

Filed under:

RoundhousE, the database migration software that is based on sql scripts has added support for Oracle and SQL 2000.  There have also been numerous other little things, including better logging and a script run errors table. The script errors table captures what went wrong when/if your scripts are not quite up to par or there is some other issue.

A special thanks goes out to http://twitter.com/PascalMestdach and http://twitter.com/jochenjonc. They worked hard on this and all I did was provide guidance and help bring it back to the trunk.

This is what an entry in the database looks like:

Sweet Mother Mary, look at that error goodness!

This is a preview of new log:

==================================================
Versioning
==================================================
Attempting to resolve version from C:\code\roundhouse\code_drop\sample\deployment\_BuildInfo.xml using //buildInfo/version.
Found version 0.5.0.188 from C:\code\roundhouse\code_drop\sample\deployment\_BuildInfo.xml.
Migrating TestRoundhousE from version 0 to 0.5.0.188.
Versioning TestRoundhousE database with version 0.5.0.188 based on http://roundhouse.googlecode.com/svn.
==================================================
Migration Scripts
==================================================
Looking for Update scripts in "C:\code\roundhouse\code_drop\sample\deployment\..\db\TestRoundhousE\up". These should be one time only scripts.
--------------------------------------------------
Running 0001_CreateTables.sql on (local) - TestRoundhousE.
Running 0002_ChangeTable.sql on (local) - TestRoundhousE.
Running 0003_TestBatchSplitter.sql on (local) - TestRoundhousE.
--------------------------------------------------

But what are you waiting for? Head out and grab the latest release today!

© Geeks with Blogs or respective owner