<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dbdeploy.com &#187; News</title>
	<atom:link href="http://dbdeploy.com/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbdeploy.com</link>
	<description>Information on the dbdeploy Open Source projects</description>
	<lastBuildDate>Mon, 04 May 2009 13:27:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>dbdeploy for java 3.0M1 has been released</title>
		<link>http://dbdeploy.com/2009/05/04/dbdeploy-for-java-30m1-has-been-released/</link>
		<comments>http://dbdeploy.com/2009/05/04/dbdeploy-for-java-30m1-has-been-released/#comments</comments>
		<pubDate>Mon, 04 May 2009 13:27:26 +0000</pubDate>
		<dc:creator>graham</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://dbdeploy.com/?p=75</guid>
		<description><![CDATA[I&#8217;m pleased to announce the release of dbdeploy 3.0 milestone 1.
Main features include:
* a sensible distribution package, with source and examples
(http://code.google.com/p/dbdeploy/issues/detail?id=3)
* a change to the approach dbdeploy takes to applying changes, to
improve failure recovery
(http://code.google.com/p/dbdeploy/issues/detail?id=12)
* change of the package name to com.dbdeploy (from net.sf.dbdeploy) as
a result of the move to google code
(http://code.google.com/p/dbdeploy/issues/detail?id=13)
* a new command line [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce the release of dbdeploy 3.0 milestone 1.</p>
<p>Main features include:</p>
<p>* a sensible distribution package, with source and examples<br />
(<a href="http://code.google.com/p/dbdeploy/issues/detail?id=3" target="_blank">http://code.google.com/p/dbdeploy/issues/detail?id=3</a>)<br />
* a change to the approach dbdeploy takes to applying changes, to<br />
improve failure recovery<br />
(<a href="http://code.google.com/p/dbdeploy/issues/detail?id=12" target="_blank">http://code.google.com/p/dbdeploy/issues/detail?id=12</a>)<br />
* change of the package name to com.dbdeploy (from net.sf.dbdeploy) as<br />
a result of the move to google code<br />
(<a href="http://code.google.com/p/dbdeploy/issues/detail?id=13" target="_blank">http://code.google.com/p/dbdeploy/issues/detail?id=13</a>)<br />
* a new command line interface using commons cli (this has been around<br />
a while, but never part of an actual release)</p>
<p>Behind the scenes there&#8217;s been a significant refactoring of the<br />
codebase to enable future development and to clarify dependencies.</p>
<p>You can download this release from<br />
<a href="http://code.google.com/p/dbdeploy/downloads/list" target="_blank">http://code.google.com/p/dbdeploy/downloads/list</a> or from the m2<br />
repository at <a href="http://dbdeploy.googlecode.com/svn/m2-repo/repository/" target="_blank">http://dbdeploy.googlecode.com/svn/m2-repo/repository/</a>.<br />
If you&#8217;re upgrading from 2.X you should read<br />
<a href="http://code.google.com/p/dbdeploy/wiki/UpgradingFromVersionTwo" target="_blank">http://code.google.com/p/dbdeploy/wiki/UpgradingFromVersionTwo</a> because<br />
3.0 contains *breaking changes* including a need to change your<br />
changelog table.</p>
<p>Your feedback and experiences are welcome.  Please raise or comment on<br />
an issue, or send to <a href="http://groups.google.com/group/db-deploy-users" target="_blank">http://groups.google.com/group/db-deploy-users</a>.</p>
<p>Note that this is milestone release, not a final release. To see what<br />
changes are expected before the final release of 3.0, please visit<br />
<a href="http://code.google.com/p/dbdeploy/issues/list?q=milestone:Release3.0" target="_blank">http://code.google.com/p/dbdeploy/issues/list?q=milestone:Release3.0</a>.</p>
<p>Thanks for all of your support, comments and contributions.<br />
<span style="color: #888888;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://dbdeploy.com/2009/05/04/dbdeploy-for-java-30m1-has-been-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP and dbdeploy</title>
		<link>http://dbdeploy.com/2008/04/21/php-and-dbdeploy/</link>
		<comments>http://dbdeploy.com/2008/04/21/php-and-dbdeploy/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 00:34:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[dbdeploy php Phing]]></category>

		<guid isPermaLink="false">http://dbdeploy.com/2008/04/21/php-and-dbdeploy/</guid>
		<description><![CDATA[David Marshal as a writeup on using dbdeploy with Phing on his blog. It&#8217;s well worth a look.
]]></description>
			<content:encoded><![CDATA[<p>David Marshal as a <a href="http://www.davedevelopment.co.uk/2008/04/14/how-to-simple-database-migrations-with-phing-and-dbdeploy/">writeup </a>on using dbdeploy with Phing on his blog. It&#8217;s well worth a look.</p>
]]></content:encoded>
			<wfw:commentRss>http://dbdeploy.com/2008/04/21/php-and-dbdeploy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DBDeploy.NET v.1.0 officially released</title>
		<link>http://dbdeploy.com/2007/09/25/dbdeploynet-v10-officially-released/</link>
		<comments>http://dbdeploy.com/2007/09/25/dbdeploynet-v10-officially-released/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 21:14:31 +0000</pubDate>
		<dc:creator>tgoodwin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dbdeploy.com/2007/09/25/dbdeploynet-v10-officially-released/</guid>
		<description><![CDATA[We are pleased to announce the release of dbdeploy.net version 1.0.
dbdeploy.NET represents a port of the existing java version into the .NET framework and is more geared towards inclusion in .Net projects. It currently integrates with the NAnt build tool supporting Oracle, MS SQL Server, and MySQL databases. Thanks goes out to the Thoughtworks dbdeploy.NET [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce the release of dbdeploy.net version 1.0.</p>
<p>dbdeploy.NET represents a port of the existing java version into the .NET framework and is more geared towards inclusion in .Net projects. It currently integrates with the NAnt build tool supporting Oracle, MS SQL Server, and MySQL databases. Thanks goes out to the <a title="ThoughtWorks" href="http://www.thoughtworks.com">Thoughtworks</a> dbdeploy.NET team (Owen Rogers, Troy Gould, Robert Norton and Tim Goodwin) who contributed to the release.</p>
<p>You can download v1.0 <a href="https://sourceforge.net/project/showfiles.php?group_id=195036">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dbdeploy.com/2007/09/25/dbdeploynet-v10-officially-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>dbdeploy wins a Jolt Productivity Award</title>
		<link>http://dbdeploy.com/2007/03/22/dbdeploy-wins-a-jolt-productivity-award/</link>
		<comments>http://dbdeploy.com/2007/03/22/dbdeploy-wins-a-jolt-productivity-award/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 22:18:02 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dbdeploy.com/2007/03/22/dbdeploy-wins-a-jolt-productivity-award/</guid>
		<description><![CDATA[dbdeploy has been awarded a Jolt Productivity Award at the SD West conference in Santa Clara CA! Microsoft VSTS Db Pro won the catagory (if you use the MS stack then you really should take a look) and dbdeploy was one of 3 runners up. You can see the results in full by clicking here.
We&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>dbdeploy has been awarded a Jolt Productivity Award at the SD West conference in Santa Clara CA! Microsoft VSTS Db Pro won the catagory (if you use the MS stack then you really should take a look) and dbdeploy was one of 3 runners up. You can see the results in full <a href="http://www.joltawards.com/2007/">by clicking here</a>.</p>
<p>We&#8217;re pleased that the judges saw value in the tool and we&#8217;re thrilled to have been recognised. Thanks again must go to <a href="http://www.thoughtworks.com">ThoughtWorks</a> and <a href="http://dbdeploy.com/software/team/">all who have contributed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dbdeploy.com/2007/03/22/dbdeploy-wins-a-jolt-productivity-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dbdeploy at COLLABORATE 07</title>
		<link>http://dbdeploy.com/2007/01/29/dbdeploy-at-collaborate-07/</link>
		<comments>http://dbdeploy.com/2007/01/29/dbdeploy-at-collaborate-07/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 09:51:21 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dbdeploy.com/2007/01/29/dbdeploy-at-collaborate-07/</guid>
		<description><![CDATA[Nick will be speaking at COLLABORATE 07. The session will be on 16th April at 9:15 AM.
The session will cover practical approaches to database refactoring and examine how the database fits into the world of continuous integration. You won&#8217;t be surprised to hear that we&#8217;ll be demonstrating dbdeploy as one of the tools that can [...]]]></description>
			<content:encoded><![CDATA[<p>Nick will be speaking at <a href="http://www.oaug.org/conferencesandeducation/conferences/2007/collaborate07/">COLLABORATE 07</a>. The session will be on 16th April at 9:15 AM.</p>
<p>The session will cover practical approaches to database refactoring and examine how the database fits into the world of <a href="http://www.martinfowler.com/articles/continuousIntegration.html">continuous integration</a>. You won&#8217;t be surprised to hear that we&#8217;ll be demonstrating dbdeploy as one of the tools that can help.</p>
<p>Hope to see you there.</p>
]]></content:encoded>
			<wfw:commentRss>http://dbdeploy.com/2007/01/29/dbdeploy-at-collaborate-07/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working sample now available</title>
		<link>http://dbdeploy.com/2007/01/26/working-sample-now-available/</link>
		<comments>http://dbdeploy.com/2007/01/26/working-sample-now-available/#comments</comments>
		<pubDate>Fri, 26 Jan 2007 14:26:40 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dbdeploy.com/2007/01/26/working-sample-now-available/</guid>
		<description><![CDATA[We&#8217;ve added a very simple sample project that demonstrates ant integrated with dbdeploy. It runs against an in-memory hsql database. You can get it from the downloads page.
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve added a very simple sample project that demonstrates ant integrated with dbdeploy. It runs against an in-memory hsql database. You can get it from the <a href="/software/download">downloads page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dbdeploy.com/2007/01/26/working-sample-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wooo! We&#8217;re Jolt finalists!</title>
		<link>http://dbdeploy.com/2007/01/16/wooo-were-jolt-finalists/</link>
		<comments>http://dbdeploy.com/2007/01/16/wooo-were-jolt-finalists/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 21:59:19 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dbdeploy.com/2007/01/16/wooo-were-jolt-finalists/</guid>
		<description><![CDATA[We&#8217;re thrilled to announce that we&#8217;ve made the shortlist in the Jolt Awards &#8220;Database Engines and Data Tools&#8221; category!
Winners will be announced at SD West on 17th March 2007, we&#8217;ll keep you posted&#8230;
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re thrilled to announce that we&#8217;ve made the shortlist in the <a href="http://www.joltawards.com/">Jolt Awards</a> &#8220;Database Engines and Data Tools&#8221; category!</p>
<p>Winners will be announced at <a href="http://www.sdexpo.com/">SD West</a> on 17th March 2007, we&#8217;ll keep you posted&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dbdeploy.com/2007/01/16/wooo-were-jolt-finalists/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>dbdeploy v2.11 released &#8211; we now support MySQL!</title>
		<link>http://dbdeploy.com/2007/01/09/dbdeploy-v21-released-we-now-support-mysql/</link>
		<comments>http://dbdeploy.com/2007/01/09/dbdeploy-v21-released-we-now-support-mysql/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 10:39:47 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dbdeploy.com/2007/01/09/dbdeploy-v21-released-we-now-support-mysql/</guid>
		<description><![CDATA[We are pleased to announce the release of dbdeploy version 2.11.
This release was prompted by Jeff Mikres who kindly took it upon himself to write support for MySQL. Thanks Mike!
We&#8217;ve also fixed a null pointer exception bug that you would encounter if you didn&#8217;t supply a value for the undoOutputfile parameter.
You can download v2.11 here.
]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce the release of dbdeploy version 2.11.</p>
<p>This release was prompted by Jeff Mikres who kindly took it upon himself to write support for MySQL. Thanks Mike!</p>
<p>We&#8217;ve also fixed a null pointer exception bug that you would encounter if you didn&#8217;t supply a value for the undoOutputfile parameter.</p>
<p>You can download v2.11 <a href="/software/download">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dbdeploy.com/2007/01/09/dbdeploy-v21-released-we-now-support-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Migrations Issues</title>
		<link>http://dbdeploy.com/2007/01/04/ruby-migrations-issues/</link>
		<comments>http://dbdeploy.com/2007/01/04/ruby-migrations-issues/#comments</comments>
		<pubDate>Thu, 04 Jan 2007 12:32:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dbdeploy.com/2007/01/04/ruby-migrations-issues/</guid>
		<description><![CDATA[Jay Fields writes on his experiences of using Ruby on Rails Migrations with a large team:

It can also be troublesome to find specific changes to the database within multiple migration files. Finding which migration adds a specific column can take a fair amount of time when you are working with over 50 migration files. Naming [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jayfields.blogspot.com/2006/12/rails-migrations-with-large-team-part.html">Jay Fields writes</a> on his experiences of using Ruby on Rails <a href="http://www.emxsoftware.com/RubyOnRails/Ruby+on+Rails+Migrations+Explained">Migrations</a> with a large team:</p>
<blockquote cite="http://jayfields.blogspot.com/2006/12/rails-migrations-with-large-team-part.html">
<p>It can also be troublesome to find specific changes to the database within multiple migration files. Finding which migration adds a specific column can take a fair amount of time when you are working with over 50 migration files. Naming conventions can mitigate this issue some; however, naming conventions generally require that only one action occur per file. For example, the 023_create_customers_table.rb file can only create the customer table and cannot alter the purchases table to add the customer_id column. This type of naming convention helps on searching for specific changes to the database; however, it also results in a large number of migration files.</p>
</blockquote>
<p>RoR&#8217;s migrations is effectively an API for creating and applying database migrations. dbdeploy&#8217;s fundamental approach is that developers should know SQL &#8211; and it does of course have the added benifit of managing the delta scripts more effectively.</p>
]]></content:encoded>
			<wfw:commentRss>http://dbdeploy.com/2007/01/04/ruby-migrations-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dbdeploy mentioned in Linux User</title>
		<link>http://dbdeploy.com/2007/01/04/dbdeploy-mentioned-in-linux-user/</link>
		<comments>http://dbdeploy.com/2007/01/04/dbdeploy-mentioned-in-linux-user/#comments</comments>
		<pubDate>Thu, 04 Jan 2007 11:03:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dbdeploy.com/2007/01/04/dbdeploy-mentioned-in-linux-user/</guid>
		<description><![CDATA[There is a nice piece about dbdeploy in January&#8217;s issue (75) of Linux User Magazine:

The dbdeploy application is a simple solution to the problem of managing and deploying database refactorings to development, quality assurance, user acceptance testing and production environments.

]]></description>
			<content:encoded><![CDATA[<p>There is a nice piece about dbdeploy in January&#8217;s issue (75) of Linux User Magazine:</p>
<blockquote><p>
The dbdeploy application is a simple solution to the problem of managing and deploying database refactorings to development, quality assurance, user acceptance testing and production environments.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dbdeploy.com/2007/01/04/dbdeploy-mentioned-in-linux-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
