<?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>Creotiv lives here &#187; Doctrine</title>
	<atom:link href="http://creotiv.in.ua/tags/doctrine/feed/" rel="self" type="application/rss+xml" />
	<link>http://creotiv.in.ua</link>
	<description>Блог Андрея Никишаева об IT, менеджменте, SEO и фотографии</description>
	<lastBuildDate>Thu, 26 Apr 2012 13:23:05 +0000</lastBuildDate>
	<language>ru</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Doctrine cannot add or update child row error</title>
		<link>http://creotiv.in.ua/%d0%bf%d1%80%d0%be%d0%b3%d1%80%d0%b0%d0%bc%d0%bc%d0%b8%d1%80%d0%be%d0%b2%d0%b0%d0%bd%d0%b8%d0%b5/doctrine-cannot-add-or-update-child-row-error/</link>
		<comments>http://creotiv.in.ua/%d0%bf%d1%80%d0%be%d0%b3%d1%80%d0%b0%d0%bc%d0%bc%d0%b8%d1%80%d0%be%d0%b2%d0%b0%d0%bd%d0%b8%d0%b5/doctrine-cannot-add-or-update-child-row-error/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 15:33:44 +0000</pubDate>
		<dc:creator>Андрей Никишаев</dc:creator>
				<category><![CDATA[Программирование]]></category>
		<category><![CDATA[Doctrine]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://creotiv.in.ua/?p=1004</guid>
		<description><![CDATA[Doctrine worked mostly with InnoDB tables. And when you create foreign keys you must set onUpdate and onDelete events to "CASCADE" or "NO ACTION", cause if you set them to NULL(the same if you don't set them) they automatically set in "RESTRICT". This may cause some problems.

The second mistake(that i did many times) it's forgetting to rename FOREIGN KEY when rename tables or dependent cols. So don't forget about names)]]></description>
			<content:encoded><![CDATA[<p>Doctrine worked mostly with InnoDB tables. And when you create foreign keys you must set <strong>onUpdate</strong> and <strong>onDelete</strong> events to &#8220;CASCADE&#8221; or &#8220;NO ACTION&#8221;, cause if you set them to NULL(the same if you don&#8217;t set them) they automatically set in &#8220;RESTRICT&#8221;. This may cause some problems.</p>
<p>The second mistake(that i did many times) it&#8217;s forgetting to rename FOREIGN KEY when rename tables or dependent cols. So don&#8217;t forget about names)</p>
]]></content:encoded>
			<wfw:commentRss>http://creotiv.in.ua/%d0%bf%d1%80%d0%be%d0%b3%d1%80%d0%b0%d0%bc%d0%bc%d0%b8%d1%80%d0%be%d0%b2%d0%b0%d0%bd%d0%b8%d0%b5/doctrine-cannot-add-or-update-child-row-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Doctrine can&#8217;t create tables</title>
		<link>http://creotiv.in.ua/%d0%bf%d1%80%d0%be%d0%b3%d1%80%d0%b0%d0%bc%d0%bc%d0%b8%d1%80%d0%be%d0%b2%d0%b0%d0%bd%d0%b8%d0%b5/doctrine-cant-create-tables/</link>
		<comments>http://creotiv.in.ua/%d0%bf%d1%80%d0%be%d0%b3%d1%80%d0%b0%d0%bc%d0%bc%d0%b8%d1%80%d0%be%d0%b2%d0%b0%d0%bd%d0%b8%d0%b5/doctrine-cant-create-tables/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 11:45:35 +0000</pubDate>
		<dc:creator>Андрей Никишаев</dc:creator>
				<category><![CDATA[Программирование]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[Doctrine]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[schema]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://creotiv.in.ua/?p=986</guid>
		<description><![CDATA[People if one sunshine day your doctrine cli stops create database, first of all you should delete your old models that can stay in your models and base models directories. And then repeat your operation.]]></description>
			<content:encoded><![CDATA[<p>People if one sunshine day your doctrine cli stops create database, first of all you should delete your old models that can stay in your models and base models directories. And then repeat your operation.</p>
]]></content:encoded>
			<wfw:commentRss>http://creotiv.in.ua/%d0%bf%d1%80%d0%be%d0%b3%d1%80%d0%b0%d0%bc%d0%bc%d0%b8%d1%80%d0%be%d0%b2%d0%b0%d0%bd%d0%b8%d0%b5/doctrine-cant-create-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

