<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: TRUNCATE TABLE with Symfony and Doctrine</title>
	<atom:link href="http://www.chrisshennan.com/2009/11/20/truncate-table-with-symfony-and-doctrine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisshennan.com/2009/11/20/truncate-table-with-symfony-and-doctrine/</link>
	<description>A day in the life of...</description>
	<lastBuildDate>Wed, 11 Aug 2010 18:41:55 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christopher Shennan</title>
		<link>http://www.chrisshennan.com/2009/11/20/truncate-table-with-symfony-and-doctrine/comment-page-1/#comment-1647</link>
		<dc:creator>Christopher Shennan</dc:creator>
		<pubDate>Fri, 12 Feb 2010 22:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisshennan.com/?p=178#comment-1647</guid>
		<description>I don&#039;t see why not although I think DROP and ALTER table statements should really be handled with &lt;a href=&quot;http://www.symfony-project.org/doctrine/1_2/en/07-Migrations&quot; rel=&quot;nofollow&quot;&gt;migrations&lt;/a&gt;.

I&#039;ve started using these recently and although I&#039;ve found there are a few things you need to remember when using them they work really well and really reduces the problems when applying database changes from development to test to live servers.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see why not although I think DROP and ALTER table statements should really be handled with <a href="http://www.symfony-project.org/doctrine/1_2/en/07-Migrations">migrations</a>.</p>
<p>I&#8217;ve started using these recently and although I&#8217;ve found there are a few things you need to remember when using them they work really well and really reduces the problems when applying database changes from development to test to live servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parag</title>
		<link>http://www.chrisshennan.com/2009/11/20/truncate-table-with-symfony-and-doctrine/comment-page-1/#comment-1643</link>
		<dc:creator>Parag</dc:creator>
		<pubDate>Fri, 12 Feb 2010 09:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisshennan.com/?p=178#comment-1643</guid>
		<description>Thanks a lot! I don&#039;t know where this is in the Doctrine docs, but your solution is exactly what i was looking for. Can we use DROP and ALTER table statements in the same way?</description>
		<content:encoded><![CDATA[<p>Thanks a lot! I don&#8217;t know where this is in the Doctrine docs, but your solution is exactly what i was looking for. Can we use DROP and ALTER table statements in the same way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivar</title>
		<link>http://www.chrisshennan.com/2009/11/20/truncate-table-with-symfony-and-doctrine/comment-page-1/#comment-1623</link>
		<dc:creator>Ivar</dc:creator>
		<pubDate>Sun, 07 Feb 2010 16:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisshennan.com/?p=178#comment-1623</guid>
		<description>Thank you. 

Trunkating all tables in phpMyAdmin was driving me crazy.  I saved myself some typing by separating the query with ;

TRUNCATE TABLE Article; TRUNCATE TABLE User; ...</description>
		<content:encoded><![CDATA[<p>Thank you. </p>
<p>Trunkating all tables in phpMyAdmin was driving me crazy.  I saved myself some typing by separating the query with ;</p>
<p>TRUNCATE TABLE Article; TRUNCATE TABLE User; &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
