<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>doctrine-user Google Group</title>
  <link>http://groups.google.co.uk/group/doctrine-user</link>
  <description>Doctrine User mailing list. For questions regarding installation and usage of doctrine.</description>
  <language>en</language>
  <item>
  <title>identities</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/c464eb35d4262dc9/583f287b48491356?show_docid=583f287b48491356</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;Made any of you experience with identity columns in 2.0 that are managed &lt;br&gt; manually? &lt;br&gt; I&#39;m trying to implement a tree structure with dependend subtables. On &lt;br&gt; insertion there must be an insert on each level, but for that i need to &lt;br&gt; know the primary key of the root-record in the root-table. I wanted to
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/c464eb35d4262dc9/583f287b48491356?show_docid=583f287b48491356</guid>
  <author>
  clemens.degendor...@brainformance.at
  (Clemens Degendorfer)
  </author>
  <pubDate>Wed, 12 Dec 2009 13:32:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] Re: Version 1.2 or 2.0</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9a60aefe8b1e632b/59a8e0af481304f0?show_docid=59a8e0af481304f0</link>
  <description>
  Yes, I would like to see one, too. &lt;br&gt; &lt;p&gt;Best regards, &lt;br&gt; &lt;p&gt;Andreas
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9a60aefe8b1e632b/59a8e0af481304f0?show_docid=59a8e0af481304f0</guid>
  <author>
  localhe...@l8m.de
  (Andreas Möller)
  </author>
  <pubDate>Wed, 12 Dec 2009 10:05:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: Version 1.2 or 2.0</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9a60aefe8b1e632b/2fa7141604b4abe9?show_docid=2fa7141604b4abe9</link>
  <description>
  Another question: &lt;br&gt; will there be a migration guide to migrate projects from 1.2 to 2.0? &lt;br&gt; If the migration would&#39;nt force me to recreate the entire project I &lt;br&gt; think I will use 1.2 at the moment.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9a60aefe8b1e632b/2fa7141604b4abe9?show_docid=2fa7141604b4abe9</guid>
  <author>
  gugelwu...@divepage.net
  (Quest)
  </author>
  <pubDate>Wed, 12 Dec 2009 08:29:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: Version 1.2 or 2.0</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9a60aefe8b1e632b/cf3967b7d579e47a?show_docid=cf3967b7d579e47a</link>
  <description>
  Is there a release planned for 2.0? &lt;br&gt; I think my project should take long enough to include 2.0 final, but I &lt;br&gt; have to start developing now. &lt;br&gt; Is there a documentation on how to handle with entities and objects? &lt;br&gt; I defined an entity &#39;User&#39; with attributes id, username, firstname, &lt;br&gt; lastname based on this page: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.doctrine-project.org/documentation/manual/2_0/en/basic-mapping&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9a60aefe8b1e632b/cf3967b7d579e47a?show_docid=cf3967b7d579e47a</guid>
  <author>
  gugelwu...@divepage.net
  (Quest)
  </author>
  <pubDate>Wed, 12 Dec 2009 05:20:17 UT
</pubDate>
  </item>
  <item>
  <title>Difference between set, _set and __set?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/998fffa2e1e880c1/d9783bca1b520c3a?show_docid=d9783bca1b520c3a</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I think I get this but I want to be sure, as I can&#39;t find anything officially documented (including in the code). Can someone please confirm for me the relative difference between set(), _set() and __set(), especially with regard to overriding in descendant classes. &lt;br&gt; &lt;p&gt;Here&#39;s my understanding:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/998fffa2e1e880c1/d9783bca1b520c3a?show_docid=d9783bca1b520c3a</guid>
  <author>
  sda...@datalink.com.au
  (Scott Davey)
  </author>
  <pubDate>Wed, 12 Dec 2009 04:47:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] generating models</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/a87dfc2094744331?show_docid=a87dfc2094744331</link>
  <description>
  What you are trying to do, I assume, is the following: &lt;br&gt; &lt;p&gt;Book: &lt;br&gt; columns: &lt;br&gt; id: &lt;br&gt; type: integer(4) &lt;br&gt; primary: true &lt;br&gt; autoincrement: true &lt;br&gt; isbn: &lt;br&gt; type: isbn &lt;br&gt; &lt;p&gt;while what you should do is &lt;br&gt; &lt;p&gt;Book: &lt;br&gt; columns: &lt;br&gt; id: &lt;br&gt; type: integer(4) &lt;br&gt; primary: true
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/a87dfc2094744331?show_docid=a87dfc2094744331</guid>
  <author>
  localhe...@l8m.de
  (Andreas Möller)
  </author>
  <pubDate>Tue, 12 Dec 2009 23:01:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] Version 1.2 or 2.0</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9a60aefe8b1e632b/3e4505126239e6ca?show_docid=3e4505126239e6ca</link>
  <description>
  If you want really to create your project now, you can use Doctrine 1.2 &lt;br&gt; If you can wait, and don&#39;t want to have to migrate to Doctrine 2.0 (it will &lt;br&gt; be hard, surely !), wait for Doctrine 2.0 ;)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9a60aefe8b1e632b/3e4505126239e6ca?show_docid=3e4505126239e6ca</guid>
  <author>
  nami.d0...@gmail.com
  (nami doc)
  </author>
  <pubDate>Tue, 12 Dec 2009 19:27:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] generating models</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/10748227810b59d4?show_docid=10748227810b59d4</link>
  <description>
  Where did you get the idea of using ISSN or ISBN as a database field type? Does that exist in some databases? I&#39;m a little bit stumped as this would not be good. Such a waste for so little gain. &lt;br&gt; Use a string or regex validator or so to validate the field content on insert/update. &lt;br&gt; &lt;p&gt;Daniel
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/10748227810b59d4?show_docid=10748227810b59d4</guid>
  <author>
  annismcken...@googlemail.com
  (Daniel Lohse)
  </author>
  <pubDate>Tue, 12 Dec 2009 19:15:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] generating models</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/11c02784f19fdaf7?show_docid=11c02784f19fdaf7</link>
  <description>
  I think the only way to resolve my problem is, change the field type when I &lt;br&gt; generate models, &lt;br&gt; &lt;p&gt;from ISSN to Text or String. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Diego Machado da Rosa &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.inovaart.com.br&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.diegomachado.com.br&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; (48) 9958 - 5936 &lt;br&gt; (48) 3622 - 3017
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/11c02784f19fdaf7?show_docid=11c02784f19fdaf7</guid>
  <author>
  diego.machadodar...@gmail.com
  (Diego Machado da Rosa)
  </author>
  <pubDate>Tue, 12 Dec 2009 19:12:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] Re: MANY-TO-MANY WITH ONE RESOLUTION TABLE TO MANY OTHER TABLES</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e4f7a72643402060/bac5af6dc3d975fa?show_docid=bac5af6dc3d975fa</link>
  <description>
  Please explain to me why the approach proposed by me doesn&#39;t work? The many-to-many relationship with itself and refClass XEntity (or whatever name you want) already gives you the ability to connect subclasses any way you want. Or am I missing something here? &lt;br&gt; &lt;p&gt;Daniel
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e4f7a72643402060/bac5af6dc3d975fa?show_docid=bac5af6dc3d975fa</guid>
  <author>
  annismcken...@googlemail.com
  (Daniel Lohse)
  </author>
  <pubDate>Tue, 12 Dec 2009 19:01:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: MANY-TO-MANY WITH ONE RESOLUTION TABLE TO MANY OTHER TABLES</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e4f7a72643402060/f0ca310fb2be88c4?show_docid=f0ca310fb2be88c4</link>
  <description>
  i like to do something like this: &lt;br&gt; &lt;p&gt;Gadget: &lt;br&gt; &lt;p&gt; actAs: [Timestampable] &lt;br&gt; &lt;p&gt; columns: &lt;br&gt; &lt;p&gt; id: &lt;br&gt; &lt;p&gt; type: integer(4) &lt;br&gt; &lt;p&gt; primary: true &lt;br&gt; &lt;p&gt; autoincrement: true &lt;br&gt; &lt;p&gt; parent_entity: &lt;br&gt; &lt;p&gt; type: integer(4) &lt;br&gt; &lt;p&gt; parent_id: &lt;br&gt; &lt;p&gt; type: integer(4) &lt;br&gt; &lt;p&gt; child_entity: &lt;br&gt; &lt;p&gt; type: integer(4)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e4f7a72643402060/f0ca310fb2be88c4?show_docid=f0ca310fb2be88c4</guid>
  <author>
  raf4...@gmail.com
  (Rafael Izidoro)
  </author>
  <pubDate>Tue, 12 Dec 2009 18:44:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: MANY-TO-MANY WITH ONE RESOLUTION TABLE TO MANY OTHER TABLES</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e4f7a72643402060/2c614d3af4ce8232?show_docid=2c614d3af4ce8232</link>
  <description>
  doctrine suports multiple columns aggregate inheritance?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e4f7a72643402060/2c614d3af4ce8232?show_docid=2c614d3af4ce8232</guid>
  <author>
  raf4...@gmail.com
  (Rafael Izidoro)
  </author>
  <pubDate>Tue, 12 Dec 2009 18:41:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] MANY-TO-MANY WITH ONE RESOLUTION TABLE TO MANY OTHER TABLES</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e4f7a72643402060/8e2ae40ae0ee10c5?show_docid=8e2ae40ae0ee10c5</link>
  <description>
  I&#39;d map that as one uber-entity called Content and subclass it with News, Video, and Album. Then add a many-to-many relationship onto itself through a refClass XContent. :)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e4f7a72643402060/8e2ae40ae0ee10c5?show_docid=8e2ae40ae0ee10c5</guid>
  <author>
  annismcken...@googlemail.com
  (Daniel Lohse)
  </author>
  <pubDate>Tue, 12 Dec 2009 17:48:51 UT
</pubDate>
  </item>
  <item>
  <title>MANY-TO-MANY WITH ONE RESOLUTION TABLE TO MANY OTHER TABLES</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e4f7a72643402060/45e1e76a0b370a68?show_docid=45e1e76a0b370a68</link>
  <description>
  I&#39;ve got some tables on my system like these: &lt;br&gt; &lt;p&gt;news &lt;br&gt; --id &lt;br&gt; --title &lt;br&gt; --content &lt;br&gt; &lt;p&gt;video &lt;br&gt; --id &lt;br&gt; --title &lt;br&gt; --url &lt;br&gt; &lt;p&gt;album &lt;br&gt; --id &lt;br&gt; --title &lt;br&gt; &lt;p&gt;Now, I need to do a many-to-many relatioship with this tables, but in &lt;br&gt; a flexible way. I created a table called &#39;links&#39; with the below &lt;br&gt; structure: &lt;br&gt; &lt;p&gt;links &lt;br&gt; --parent_entity (example: news)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e4f7a72643402060/45e1e76a0b370a68?show_docid=45e1e76a0b370a68</guid>
  <author>
  raf4...@gmail.com
  (Rafael Izidoro)
  </author>
  <pubDate>Tue, 12 Dec 2009 17:45:32 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine_Cache_Driver, issue with cache keys being passed unserialized to save()</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/696c2da8c82d822b/2092989d24ff2236?show_docid=2092989d24ff2236</link>
  <description>
  I&#39;ve sub-classed &lt;br&gt; &lt;p&gt; [x] Doctrine_Cache_Driver &lt;br&gt; &lt;p&gt;in order to attach it to a &lt;br&gt; &lt;p&gt; [x] Zend_Cache_Backend_File &lt;br&gt; &lt;p&gt;for the time being, but I&#39;m a bit confused as in &lt;br&gt; &lt;p&gt; [x] Doctrine_Cache_Driver::_saveKe y($key) &lt;br&gt; [x] Doctrine_Cache_Driver::_delete Key($key) &lt;br&gt; &lt;p&gt;with either of them attempting to call
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/696c2da8c82d822b/2092989d24ff2236?show_docid=2092989d24ff2236</guid>
  <author>
  localhe...@l8m.de
  (Andreas Möller)
  </author>
  <pubDate>Tue, 12 Dec 2009 17:19:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] generating models</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/3f588b33335d7cc0?show_docid=3f588b33335d7cc0</link>
  <description>
  I think the point is that there is no type such as &lt;br&gt; &lt;p&gt; [x] ISSN &lt;br&gt; [x] ISBN &lt;br&gt; &lt;p&gt;Best regards, &lt;br&gt; &lt;p&gt;Andreas
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/3f588b33335d7cc0?show_docid=3f588b33335d7cc0</guid>
  <author>
  localhe...@l8m.de
  (Andreas Möller)
  </author>
  <pubDate>Tue, 12 Dec 2009 17:11:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] generating models</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/3c9412f9ff7684c1?show_docid=3c9412f9ff7684c1</link>
  <description>
  I don&#39;t think he meant text. He meant string. Why would you want a 65k char capable field holding an at most 15 characters long string? &lt;br&gt; &lt;p&gt;Daniel
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/3c9412f9ff7684c1?show_docid=3c9412f9ff7684c1</guid>
  <author>
  annismcken...@googlemail.com
  (Daniel Lohse)
  </author>
  <pubDate>Tue, 12 Dec 2009 17:05:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] generating models</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/b97a5964ab94ca80?show_docid=b97a5964ab94ca80</link>
  <description>
  Then there&#39;s something wrong with your schema, unless there&#39;s a specific &lt;br&gt; type for ISBN or ISSN, which I doubt. You need to set the type to text. &lt;br&gt; &lt;p&gt;Best regards, &lt;br&gt; &lt;p&gt;Andreas
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/b97a5964ab94ca80?show_docid=b97a5964ab94ca80</guid>
  <author>
  localhe...@l8m.de
  (Andreas Möller)
  </author>
  <pubDate>Tue, 12 Dec 2009 17:00:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] [2.0] Support for JPA &quot;columnDefinition&quot; (patch)</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/2cf813c72e4f15a8/110c6f74f0badaf0?show_docid=110c6f74f0badaf0</link>
  <description>
  This is an updated patch (again, for current trunk version) that fixes &lt;br&gt; AUTO_INCREMENT behavior for MySQL and sqlite. &lt;br&gt; &lt;p&gt;I also created a JIRA issue to discuss this: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.doctrine-project.org/jira/browse/DDC-200&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Nico &lt;br&gt; &lt;p&gt;Am 08.12.2009 14:14 schrieb Nico Kaiser:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/2cf813c72e4f15a8/110c6f74f0badaf0?show_docid=110c6f74f0badaf0</guid>
  <author>
  n...@kaiser.me
  (Nico Kaiser)
  </author>
  <pubDate>Tue, 12 Dec 2009 16:56:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] generating models</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/b9481e0ea7936ef8?show_docid=b9481e0ea7936ef8</link>
  <description>
  Yes, I&#39;m sure &lt;br&gt; &lt;p&gt;because when I change the field type to text works fine. &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; Diego &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Diego Machado da Rosa &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.inovaart.com.br&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.diegomachado.com.br&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; (48) 9958 - 5936 &lt;br&gt; (48) 3622 - 3017
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/b9481e0ea7936ef8?show_docid=b9481e0ea7936ef8</guid>
  <author>
  diego.machadodar...@gmail.com
  (Diego Machado da Rosa)
  </author>
  <pubDate>Tue, 12 Dec 2009 16:56:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] generating models</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/06783b9d78b6a1cf?show_docid=06783b9d78b6a1cf</link>
  <description>
  Are you sure this is the reason? &lt;br&gt; &lt;p&gt;Let&#39;s have a look at the corresponding Yaml schema. &lt;br&gt; &lt;p&gt;Best regards, &lt;br&gt; &lt;p&gt;Andreas
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/06783b9d78b6a1cf?show_docid=06783b9d78b6a1cf</guid>
  <author>
  localhe...@l8m.de
  (Andreas Möller)
  </author>
  <pubDate>Tue, 12 Dec 2009 16:50:25 UT
</pubDate>
  </item>
  <item>
  <title>generating models</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/0798832357aa46aa?show_docid=0798832357aa46aa</link>
  <description>
  Hi &lt;br&gt; &lt;p&gt;I can&#39;t generate my models, because in my DB has a field with type &lt;br&gt; ISBN and ISSN. So Doctrine calls a Exception &lt;br&gt; &amp;quot;unknown database attribute type: isbn&amp;quot;. &lt;br&gt; &lt;p&gt;How can I generate my models by table? Someone can help me? &lt;br&gt; &lt;p&gt;sorry for my english. &lt;br&gt; &lt;p&gt;Thanks for any feedback.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ad5162bfa0187d8d/0798832357aa46aa?show_docid=0798832357aa46aa</guid>
  <author>
  diego.machadodar...@gmail.com
  (Diego)
  </author>
  <pubDate>Tue, 12 Dec 2009 16:33:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] Version 1.2 or 2.0</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9a60aefe8b1e632b/d6f6640ec7d3d4d1?show_docid=d6f6640ec7d3d4d1</link>
  <description>
  Michael, &lt;br&gt; &lt;p&gt;Doctrine 2.0 is still in alpha stage so if you are in a hurry I&#39;d suggest &lt;br&gt; sticking with the 1.2.x. If your future projects are still a couple of &lt;br&gt; months in development and you feel a little adventurous I&#39;d suggest 2.0 &lt;br&gt; since it is more powerful and you will not waste resources migrating.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9a60aefe8b1e632b/d6f6640ec7d3d4d1?show_docid=d6f6640ec7d3d4d1</guid>
  <author>
  mbn...@gmail.com
  (mbneto)
  </author>
  <pubDate>Tue, 12 Dec 2009 15:47:28 UT
</pubDate>
  </item>
  <item>
  <title>Version 1.2 or 2.0</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9a60aefe8b1e632b/2211e3b7dada802a?show_docid=2211e3b7dada802a</link>
  <description>
  Hey all &lt;br&gt; &lt;p&gt;I&#39;m new to Doctrine and I have to say it&#39;s really impressive! &lt;br&gt; For future projects I want to use Doctrine. But now I have to decide &lt;br&gt; if I shall take 1.2 or 2.0. &lt;br&gt; Will it be difficult to migrate from 1.2 to 2.0? &lt;br&gt; &lt;p&gt;Regards from Germany &lt;br&gt; Michael
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9a60aefe8b1e632b/2211e3b7dada802a?show_docid=2211e3b7dada802a</guid>
  <author>
  gugelwu...@divepage.net
  (Quest)
  </author>
  <pubDate>Tue, 12 Dec 2009 15:28:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] replace() status codes</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a6400febcb5e1fa3/c24a2432be484c71?show_docid=c24a2432be484c71</link>
  <description>
  Hi Jonathan &lt;br&gt; &lt;p&gt;Thanks! I didn&#39;t realise it was released yet, I just checked and saw that it has been released yesterday, awesome! &lt;br&gt; &lt;p&gt;-Jonathan &lt;br&gt; &lt;p&gt;----- Original Message ----- &lt;br&gt; To: doctrine-user@googlegroups.com &lt;br&gt; Sent: Tuesday, December 8, 2009 12:25:41 AM &lt;br&gt; &lt;p&gt;The replace() method works a little better in regard to behaviors in Doctrine 1.2
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a6400febcb5e1fa3/c24a2432be484c71?show_docid=c24a2432be484c71</guid>
  <author>
  jcar...@revolutionlinux.com
  (Jonathan Carter)
  </author>
  <pubDate>Tue, 12 Dec 2009 15:20:36 UT
</pubDate>
  </item>
  <item>
  <title>Prevent symfony form and filter generation of versioned model</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/d5a21137ca13c618/2bb55a8321f09f80?show_docid=2bb55a8321f09f80</link>
  <description>
  Hey there, &lt;br&gt; &lt;p&gt;I kind of hit a road block when trying to disable the form and filter generation for a actAs: Versionable definition: &lt;br&gt; &lt;p&gt;I tried: &lt;br&gt; &lt;p&gt;Model: &lt;br&gt; actAs: &lt;br&gt; Versionable: &lt;br&gt; symfony: &lt;br&gt; form: false &lt;br&gt; filter: false &lt;br&gt; &lt;p&gt;Model: &lt;br&gt; actAs: &lt;br&gt; Versionable: &lt;br&gt; options: &lt;br&gt; symfony:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/d5a21137ca13c618/2bb55a8321f09f80?show_docid=2bb55a8321f09f80</guid>
  <author>
  annismcken...@googlemail.com
  (Daniel Lohse)
  </author>
  <pubDate>Tue, 12 Dec 2009 13:14:53 UT
</pubDate>
  </item>
  <item>
  <title>[2.0] Support for JPA &quot;columnDefinition&quot; (patch)</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/2cf813c72e4f15a8/c901970c80764bdf?show_docid=c901970c80764bdf</link>
  <description>
  Hi! &lt;br&gt; &lt;p&gt;Some weeks ago we discussed creation of custom Types [1] like the MySQL &lt;br&gt; enum [2] and custom field modifiers like &amp;quot;UNSIGNED&amp;quot; [3] &lt;br&gt; &lt;p&gt;While in need for another custom type (char - for fixed length text) &lt;br&gt; that - like enum - can be mapped to a Doctrine StringType, I implemented &lt;br&gt; a &amp;quot;columnDefinition&amp;quot; element for @Column annonations.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/2cf813c72e4f15a8/c901970c80764bdf?show_docid=c901970c80764bdf</guid>
  <author>
  n...@kaiser.me
  (Nico Kaiser)
  </author>
  <pubDate>Tue, 12 Dec 2009 13:14:31 UT
</pubDate>
  </item>
  <item>
  <title>Error with NastedSet behavior when moving a node</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/be3612bc2404ab15/653c5879eb2454f8?show_docid=653c5879eb2454f8</link>
  <description>
  Hi there, &lt;br&gt; &lt;p&gt;I want to make a simple thing with Symfony and Doctrine, but I have an &lt;br&gt; issue when I move a node. It doesn&#39;t seem to move its child. Here is &lt;br&gt; what I&#39;ve done : &lt;br&gt; &lt;p&gt;My Schema : &lt;br&gt; NoeRubric: &lt;br&gt; actAs: &lt;br&gt; Timestampable: ~ &lt;br&gt; Sluggable: &lt;br&gt; unique: true &lt;br&gt; canUpdate: false &lt;br&gt; fields: [label]
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/be3612bc2404ab15/653c5879eb2454f8?show_docid=653c5879eb2454f8</guid>
  <author>
  pall...@gmail.com
  (Palleas)
  </author>
  <pubDate>Tue, 12 Dec 2009 08:06:06 UT
</pubDate>
  </item>
  <item>
  <title>Versionable and I18n and Lists</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/05d7b72e25171fcc/a3e63e6af7dc5807?show_docid=a3e63e6af7dc5807</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m trying to implement a list of things and have each item in the &lt;br&gt; list be translated and then tracked with the Versionable behavior. &lt;br&gt; So, when I delete, it would have to softdelete so that when a revert &lt;br&gt; happens, the item is restored to the list. &lt;br&gt; &lt;p&gt;For example, say you have a list of webpages. So you would have
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/05d7b72e25171fcc/a3e63e6af7dc5807?show_docid=a3e63e6af7dc5807</guid>
  <author>
  nicklang...@yahoo.com
  (nicklang907)
  </author>
  <pubDate>Tue, 12 Dec 2009 02:36:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] replace() status codes</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a6400febcb5e1fa3/a7b3d5f1fd5000c8?show_docid=a7b3d5f1fd5000c8</link>
  <description>
  Superedelgaudi . . . ! &lt;br&gt; &lt;p&gt;Best regards, &lt;br&gt; &lt;p&gt;Andreas
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a6400febcb5e1fa3/a7b3d5f1fd5000c8?show_docid=a7b3d5f1fd5000c8</guid>
  <author>
  localhe...@l8m.de
  (Andreas Möller)
  </author>
  <pubDate>Mon, 12 Dec 2009 22:52:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: Doctrine Blob</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/7836c7ace8dd2358/80279cf60b02d91a?show_docid=80279cf60b02d91a</link>
  <description>
  nvmd, figured out.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/7836c7ace8dd2358/80279cf60b02d91a?show_docid=80279cf60b02d91a</guid>
  <author>
  amir.so...@gmail.com
  (zagros)
  </author>
  <pubDate>Mon, 12 Dec 2009 22:44:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] replace() status codes</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a6400febcb5e1fa3/ac8337ff1e99a8f2?show_docid=ac8337ff1e99a8f2</link>
  <description>
  The replace() method works a little better in regard to behaviors in &lt;br&gt; Doctrine 1.2 &lt;br&gt; &lt;p&gt;- Jon &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Jonathan H. Wage (+1 415 992 5468) &lt;br&gt; Open Source Software Developer &amp;amp; Evangelist &lt;br&gt; sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org &lt;br&gt; &lt;p&gt;You should follow me on Twitter: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.twitter.com/jwage&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a6400febcb5e1fa3/ac8337ff1e99a8f2?show_docid=ac8337ff1e99a8f2</guid>
  <author>
  jonw...@gmail.com
  (Jonathan Wage)
  </author>
  <pubDate>Mon, 12 Dec 2009 22:25:41 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine Blob</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/7836c7ace8dd2358/6e40899a768ee078?show_docid=6e40899a768ee078</link>
  <description>
  I&#39;m trying to figure out how to use Doctrine to save the image data &lt;br&gt; into MySQL inside a blob column. &lt;br&gt; &lt;p&gt;Essentially, I&#39;m using Symf 1.3 and Doctrine 1.2. I have an object &lt;br&gt; called Foo with a property called photo which I set using $foo- &lt;br&gt; displaying the blob data which is an issue. It looks like whenever I
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/7836c7ace8dd2358/6e40899a768ee078?show_docid=6e40899a768ee078</guid>
  <author>
  amir.so...@gmail.com
  (zagros)
  </author>
  <pubDate>Mon, 12 Dec 2009 22:15:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] replace() status codes</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a6400febcb5e1fa3/a85766b392acd7cc?show_docid=a85766b392acd7cc</link>
  <description>
  Yeah, and is there any way the &lt;br&gt; &lt;p&gt; Timestampable &lt;br&gt; &lt;p&gt;behaviour is notified of an update when you attempt to &lt;br&gt; replace a record that already exists, does anyone know? &lt;br&gt; &lt;p&gt;Best regards, &lt;br&gt; &lt;p&gt;Andreas
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a6400febcb5e1fa3/a85766b392acd7cc?show_docid=a85766b392acd7cc</guid>
  <author>
  localhe...@l8m.de
  (Andreas Möller)
  </author>
  <pubDate>Mon, 12 Dec 2009 22:09:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] Re: [2.0] Inheritance and associations problem</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/5cf38fd75e884a01?show_docid=5cf38fd75e884a01</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.doctrine-project.org/jira/browse/DDC-199&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Should be fixed now. &lt;br&gt; &lt;p&gt;Roman
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/5cf38fd75e884a01?show_docid=5cf38fd75e884a01</guid>
  <author>
  r.borsc...@gmx.net
  (Roman Borschel)
  </author>
  <pubDate>Mon, 12 Dec 2009 20:43:44 UT
</pubDate>
  </item>
  <item>
  <title>replace() status codes</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a6400febcb5e1fa3/e7540d1a77f0c03c?show_docid=e7540d1a77f0c03c</link>
  <description>
  Hi &lt;br&gt; &lt;p&gt;I&#39;m using replace() to store data, is there a way to get any feedback on whether it has added new data or replaced it? I did some searching but couldn&#39;t find anything relevant. &lt;br&gt; &lt;p&gt;Thanks for any feedback. &lt;br&gt; &lt;p&gt;-Jonathan
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a6400febcb5e1fa3/e7540d1a77f0c03c?show_docid=e7540d1a77f0c03c</guid>
  <author>
  jcar...@revolutionlinux.com
  (Jonathan Carter)
  </author>
  <pubDate>Mon, 12 Dec 2009 19:21:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] Re: [2.0] Inheritance and associations problem</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/606f6a3ef2d699d6?show_docid=606f6a3ef2d699d6</link>
  <description>
  No, I think you&#39;re right. I have created a testcase for this already &lt;br&gt; and will raise a ticket myself. &lt;br&gt; &lt;p&gt;Roman
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/606f6a3ef2d699d6?show_docid=606f6a3ef2d699d6</guid>
  <author>
  r.borsc...@gmx.net
  (Roman Borschel)
  </author>
  <pubDate>Mon, 12 Dec 2009 18:21:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] generate-migrations-diff bug?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/2516ca2115088e7e/fddbea6ad3d78ac3?show_docid=fddbea6ad3d78ac3</link>
  <description>
  Hard to say. It looks like every column is adding a notnull: true? Can we &lt;br&gt; see your before and after schema used to generate the diff? If it is too big &lt;br&gt; you can setup a smaller test and show us that, which would be preferred over &lt;br&gt; anything. &lt;br&gt; &lt;p&gt;- Jon &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Jonathan H. Wage (+1 415 992 5468)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/2516ca2115088e7e/fddbea6ad3d78ac3?show_docid=fddbea6ad3d78ac3</guid>
  <author>
  jonw...@gmail.com
  (Jonathan Wage)
  </author>
  <pubDate>Mon, 12 Dec 2009 17:35:25 UT
</pubDate>
  </item>
  <item>
  <title>generate-migrations-diff bug?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/2516ca2115088e7e/8a2d57e50459c80d?show_docid=8a2d57e50459c80d</link>
  <description>
  Hello. I&#39;ve been using generate-migrations-diff to create my migration &lt;br&gt; files, but it seems to be generating a lot of extra changeColumn calls. &lt;br&gt; &lt;p&gt;For instance, if the only change I make to my schema file is to add a single &lt;br&gt; column to a table called &#39;business_location&#39;, I still get calls such as the
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/2516ca2115088e7e/8a2d57e50459c80d?show_docid=8a2d57e50459c80d</guid>
  <author>
  jnan...@gmail.com
  (Joshua Nankin)
  </author>
  <pubDate>Mon, 12 Dec 2009 16:06:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: [2.0] Inheritance and associations problem</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/95a82d447800590e?show_docid=95a82d447800590e</link>
  <description>
  I&#39;m reinvestigating this issue tomorrow morning. It might be related &lt;br&gt; to something else.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/95a82d447800590e?show_docid=95a82d447800590e</guid>
  <author>
  reinier....@gmail.com
  (Reinier Kip)
  </author>
  <pubDate>Mon, 12 Dec 2009 16:01:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problem with relation...</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/37f91dcbc9f08272/641749585c21343b?show_docid=641749585c21343b</link>
  <description>
  Good, all is OK, thanks you !!!
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/37f91dcbc9f08272/641749585c21343b?show_docid=641749585c21343b</guid>
  <author>
  n.kondra...@gmail.com
  (Nicolas KONDRATEK)
  </author>
  <pubDate>Mon, 12 Dec 2009 15:28:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] Problem with relation...</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/37f91dcbc9f08272/892ccb4098a63755?show_docid=892ccb4098a63755</link>
  <description>
  Hello Nicolas, &lt;br&gt; &lt;p&gt;Fine. &lt;br&gt; &lt;p&gt;Try this: &lt;br&gt; &lt;p&gt; $baseCompetence = new BaseCompetence(); &lt;br&gt; $baseCompetence-&amp;gt;cle = &#39;COMP_1&#39;; &lt;br&gt; $baseCompetence-&amp;gt;diversite = 54; &lt;br&gt; &lt;p&gt; $user-&amp;gt;Competence[] = $baseCompetence;; &lt;br&gt; &lt;p&gt;Best regards, &lt;br&gt; &lt;p&gt;Andreas
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/37f91dcbc9f08272/892ccb4098a63755?show_docid=892ccb4098a63755</guid>
  <author>
  localhe...@l8m.de
  (Andreas Möller)
  </author>
  <pubDate>Mon, 12 Dec 2009 15:26:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problem with relation...</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/37f91dcbc9f08272/6afef794ef90e2d3?show_docid=6afef794ef90e2d3</link>
  <description>
  Try something as following: &lt;br&gt; $competence = new Competence(); &lt;br&gt; $competence-&amp;gt;cle = &amp;quot;COMP_1&amp;quot;; &lt;br&gt; $competence-&amp;gt;diversite = 54; &lt;br&gt; &lt;p&gt;$user = new User(); &lt;br&gt; $user-&amp;gt;name = &amp;quot;Name&amp;quot;; &lt;br&gt; $user-&amp;gt;mail = &amp;quot;n.kondra...@gmail.com&amp;quot;; &lt;br&gt; $user-&amp;gt;password = &amp;quot;xxxxx&amp;quot;; &lt;br&gt; &lt;p&gt;$user-&amp;gt;Competence[] = $competence; &lt;br&gt; &lt;p&gt;$user-&amp;gt;save();
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/37f91dcbc9f08272/6afef794ef90e2d3?show_docid=6afef794ef90e2d3</guid>
  <author>
  arts...@ukr.net
  (Artyom Bisyarin)
  </author>
  <pubDate>Mon, 12 Dec 2009 15:24:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: [2.0] Inheritance and associations problem</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/aff5a287ec8ee2f4?show_docid=aff5a287ec8ee2f4</link>
  <description>
  Very well.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/aff5a287ec8ee2f4?show_docid=aff5a287ec8ee2f4</guid>
  <author>
  reinier....@gmail.com
  (Reinier Kip)
  </author>
  <pubDate>Mon, 12 Dec 2009 15:17:43 UT
</pubDate>
  </item>
  <item>
  <title>Problem with relation...</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/37f91dcbc9f08272/bf78213f085efdc2?show_docid=bf78213f085efdc2</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I try to save a User with an association : &lt;br&gt; &lt;p&gt;$user = new User(); &lt;br&gt; $user-&amp;gt;name = &amp;quot;Name&amp;quot;; &lt;br&gt; $user-&amp;gt;mail = &amp;quot;n.kondra...@gmail.com&amp;quot;; &lt;br&gt; $user-&amp;gt;password = &amp;quot;xxxxx&amp;quot;; &lt;br&gt; &lt;p&gt;$baseCompetence = $user-&amp;gt;Competence; &lt;br&gt; $user-&amp;gt;Competence[$user-&amp;gt;id]-&amp;gt; cle = &amp;quot;COMP_1&amp;quot;; &lt;br&gt; $user-&amp;gt;Competence[$user-&amp;gt;id]-&amp;gt; diversite = 54;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/37f91dcbc9f08272/bf78213f085efdc2?show_docid=bf78213f085efdc2</guid>
  <author>
  n.kondra...@gmail.com
  (Nicolas KONDRATEK)
  </author>
  <pubDate>Mon, 12 Dec 2009 15:06:48 UT
</pubDate>
  </item>
  <item>
  <title>Wrong nodes order when inserting several nodes as last childs of some parent node.</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/6276dc8759e08953/292a76aea1c64c9d?show_docid=292a76aea1c64c9d</link>
  <description>
  Hello. &lt;br&gt; When I insert several nodes at once with &amp;quot;$node-&amp;gt;insertAsLastChildOf &lt;br&gt; ($parentNode)&amp;quot;, then nodes inserted in backward order. &lt;br&gt; This is because all nodes inserted with same &#39;lft&#39; and &#39;rgt&#39; values: &lt;br&gt; &lt;p&gt;From MySQL query log: &lt;br&gt; START TRANSACTION &lt;br&gt; UPDATE content_item SET lft = lft + &#39;2&#39; WHERE lft &amp;gt;= &#39;26&#39; AND site_id
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/6276dc8759e08953/292a76aea1c64c9d?show_docid=292a76aea1c64c9d</guid>
  <author>
  arts...@ukr.net
  (Artyom Bisyarin)
  </author>
  <pubDate>Mon, 12 Dec 2009 15:03:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] Re: [2.0] Inheritance and associations problem</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/05940b4d16572827?show_docid=05940b4d16572827</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;OK, thanks for investigating. Can you create a jira issue with that &lt;br&gt; information? I will look into it as soon as I find the time. &lt;br&gt; &lt;p&gt;Thanks! &lt;br&gt; &lt;p&gt;Roman
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/05940b4d16572827?show_docid=05940b4d16572827</guid>
  <author>
  r.borsc...@gmx.net
  (Roman Borschel)
  </author>
  <pubDate>Mon, 12 Dec 2009 14:42:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: [2.0] Inheritance and associations problem</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/a339815afe92cd01?show_docid=a339815afe92cd01</link>
  <description>
  Yes, I&#39;m using trunk. Just to be sure, I updated to the last revision &lt;br&gt; and the problem is still there. &lt;br&gt; There are a few differences between Nico&#39;s case and mine (not sure if &lt;br&gt; they make a difference). &lt;br&gt; &lt;p&gt;1. In my case, AbstractHydrator#_ce contains the base class (i.e. &lt;br&gt; Nico&#39;s AbstractUser, but not abstract) and not the child class.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/a339815afe92cd01?show_docid=a339815afe92cd01</guid>
  <author>
  reinier....@gmail.com
  (Reinier Kip)
  </author>
  <pubDate>Mon, 12 Dec 2009 14:37:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] [2.0] Inheritance and associations problem</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/0f968cd857718616?show_docid=0f968cd857718616</link>
  <description>
  Which version of Doctrine 2 are you using? This looks like this issue, &lt;br&gt; which seems to be fixed in the current SVN version: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.doctrine-project.org/jira/browse/DDC-187&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Nico &lt;br&gt; &lt;p&gt;Am 07.12.2009 15:08 schrieb Reinier Kip:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/0f968cd857718616?show_docid=0f968cd857718616</guid>
  <author>
  n...@kaiser.me
  (Nico Kaiser)
  </author>
  <pubDate>Mon, 12 Dec 2009 14:21:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] [2.0] Inheritance and associations problem</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/a44310980386a03f?show_docid=a44310980386a03f</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;is this with the latest code from trunk? Because a similar issue has &lt;br&gt; been fixed recently. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.doctrine-project.org/jira/browse/DDC-187&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Can you take a look at that and tell me whether there is any relation &lt;br&gt; to your issue? &lt;br&gt; &lt;p&gt;Thanks. &lt;br&gt; &lt;p&gt;Roman
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/acad573be7b3e03b/a44310980386a03f?show_docid=a44310980386a03f</guid>
  <author>
  r.borsc...@gmx.net
  (Roman Borschel)
  </author>
  <pubDate>Mon, 12 Dec 2009 14:21:33 UT
</pubDate>
  </item>
  </channel>
</rss>
