<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>doctrine-dev Google Group</title>
  <link>http://groups.google.co.uk/group/doctrine-dev</link>
  <description>dev list for doctrine</description>
  <language>en-GB</language>
  <item>
  <title>relations modified in preSave not added to saveGraph</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/e1ae7d769dce9c41/5fca2ff0a518da62?show_docid=5fca2ff0a518da62</link>
  <description>
  Hi, &lt;br&gt; I have a vague recollection that this was once added as an issue in &lt;br&gt; Trac/Jira, but I can&#39;t find it now. &lt;br&gt; A problem I&#39;m experiencing all over the place is that when you modify a &lt;br&gt; (clean) related object in preSave() or preInsert(), it isn&#39;t added to list &lt;br&gt; of objects for update in the save graph. This is annoying, because the
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/e1ae7d769dce9c41</guid>
  <author>
  adam.hutt...@fracturedatlas.org
  (Adam Huttler)
  </author>
  <pubDate>Mon, 12 Dec 2009 23:15:02 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine I18n template bug</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/a4749f6e7e68ce64/2be3968b0f289375?show_docid=2be3968b0f289375</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;I reported a few weeks ago a bug on the symfony Doctrine template (see &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.symfony-project.org/ticket/7637&quot;&gt;[link]&lt;/a&gt;). &lt;br&gt; This template always looks for the translation tables in the last &lt;br&gt; database declared in the schema.yml file. &lt;br&gt; &lt;p&gt;Jonathan Wage marked this bug as fixed in Doctrine 1.2, so I upgraded
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/a4749f6e7e68ce64</guid>
  <author>
  salim.semao...@gmail.com
  (Sailor)
  </author>
  <pubDate>Wed, 12 Dec 2009 15:19:29 UT
</pubDate>
  </item>
  <item>
  <title>Getters and setters in Doctrine_Record</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/28d9b40fe0d7292f/62ec5c5fcc38fefa?show_docid=62ec5c5fcc38fefa</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Could a Doctrine dev please confirm for me the relative difference between set() and _set() in Doctrine_Record? &lt;br&gt; &lt;p&gt;Here&#39;s my understanding based on reading the code, but correct me if I&#39;m wrong: &lt;br&gt; &lt;p&gt;Doctrine_Access is responsible for providing classes with magic getter and setter functionality, by implementing __get() and __set(). Doctrine_Access simply forwards to the descendant class&#39;s get() and set(), which it expects that class to provide.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/28d9b40fe0d7292f</guid>
  <author>
  sda...@datalink.com.au
  (Scott Davey)
  </author>
  <pubDate>Wed, 12 Dec 2009 01:03:27 UT
</pubDate>
  </item>
  <item>
  <title>Translation of chapter titles</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/e7b755338c45cf2e/daf5914ed96baefc?show_docid=daf5914ed96baefc</link>
  <description>
  Hi, Jonathan, Could you change chapter titles of &amp;quot;Doctrine for PHP&amp;quot; to &lt;br&gt; be able to translate and add a languages switch link on &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.doctrine-project.org/documentation/documentation?&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;And do you have a plan to publish translations like &amp;quot;More with &lt;br&gt; symfony&amp;quot;? &lt;br&gt; &lt;p&gt;Japanese translation of &amp;quot;Doctrine for PHP&amp;quot; caught up with version 1.2
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/e7b755338c45cf2e</guid>
  <author>
  masakielas...@gmail.com
  (Masaki)
  </author>
  <pubDate>Fri, 12 Dec 2009 12:58:36 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine Validator</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/e52919dfaa23b3f2/28fc0874b0e98208?show_docid=28fc0874b0e98208</link>
  <description>
  Roman, &lt;br&gt; &lt;p&gt;I was wondering if you might share with us your vision for the &lt;br&gt; Doctrine Validator that I see sitting in JIRA. I am interested partly &lt;br&gt; out of sheer curiosity, but also in case myself (or others) could help &lt;br&gt; get this project off the ground. &lt;br&gt; &lt;p&gt;Matt
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/e52919dfaa23b3f2</guid>
  <author>
  m...@frigidmedia.com
  (Matt)
  </author>
  <pubDate>Wed, 12 Dec 2009 23:45:59 UT
</pubDate>
  </item>
  <item>
  <title>Embedded values not supported by Doctrine 2.0.0 Alpha?</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/175f5471308683d3/575d6eaf929a7f29?show_docid=575d6eaf929a7f29</link>
  <description>
  Hi, I just started writing my domain model to try out this fantastic ORM. &lt;br&gt; Finally PHP is going to have a serious Data Mapper to work with when &lt;br&gt; dealing with complex domain models. &lt;br&gt; The problem arose when I tried to implement a Value Object for holding &lt;br&gt; email addresses in the following manner: &lt;br&gt; class Author
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/175f5471308683d3</guid>
  <author>
  trashofmast...@gmail.com
  (Andrea Turso)
  </author>
  <pubDate>Wed, 12 Dec 2009 17:44:11 UT
</pubDate>
  </item>
  <item>
  <title>Inherited Table classes</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/65e0fec88678f5ec/a8a0dd3e8a898a90?show_docid=a8a0dd3e8a898a90</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;We&#39;ve a modular application based on Doctrine 1.2 which uses custom &lt;br&gt; table classes. I was hoping to define a base table class (ModuleTable) &lt;br&gt; that would apply to Module records by default, unless a specific table &lt;br&gt; class existed for a record (e.g. DocumentTable). It appears that it&#39;s &lt;br&gt; only possible to define custom tables per class though - if
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/65e0fec88678f5ec</guid>
  <author>
  craig.marvel...@boxuk.com
  (craig.marvelley@googlemail.com)
  </author>
  <pubDate>Wed, 12 Dec 2009 16:12:09 UT
</pubDate>
  </item>
  <item>
  <title>Searchable vs mysql full text</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/edfc0042901cfb49/8c148b9497afeae6?show_docid=8c148b9497afeae6</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I have a CSV file will 3x10^6 rows, title and body mostly, the text &lt;br&gt; file has 3GB+. &lt;br&gt; &lt;p&gt;Im a little scared of the fact that Seachable will almost duplicate &lt;br&gt; the data, can anyone please advise me on the advantages of searchable &lt;br&gt; over a mysql fulltext index on the title, body columns? &lt;br&gt; &lt;p&gt;Thanks!!
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/edfc0042901cfb49</guid>
  <author>
  ganda...@gmail.com
  (gandalfu@gmail.com)
  </author>
  <pubDate>Thu, 12 Dec 2009 04:02:07 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine 2 lifecycle event system</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/26390d291eb508d0/99e5077b1d04e196?show_docid=99e5077b1d04e196</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;I&#39;m a new contributor to Doctrine. I&#39;ve been playing around a lot with &lt;br&gt; Doctrine 2 lately, and I noticed that only methods of the entity class &lt;br&gt; can handle lifecycle events. I think it might be a good idea to change &lt;br&gt; that behavior and allow external classes to register event handlers to &lt;br&gt; lifecycle events, maybe by having an event manager instance for each
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/26390d291eb508d0</guid>
  <author>
  manuel.guilba...@gmail.com
  (Manuel Guilbault)
  </author>
  <pubDate>Mon, 11 Nov 2009 00:07:19 UT
</pubDate>
  </item>
  <item>
  <title>Let´s go develop a moderation plugin</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/bc5228fae05e68f9/a4053905096c72ce?show_docid=a4053905096c72ce</link>
  <description>
  Guys, &lt;br&gt; What do you think of us develop a behavior like this one &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.symfony-project.org/plugins/sfPropelApprovableBehaviorPlugin&quot;&gt;[link]&lt;/a&gt; for &lt;br&gt; doctrine?? &lt;br&gt; I´ve never develop a behavior, Is it so dificult?? There is any started &lt;br&gt; project for it?? &lt;br&gt; Nei
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/bc5228fae05e68f9</guid>
  <author>
  nra...@gmail.com
  (Nei Rauni Santos)
  </author>
  <pubDate>Sat, 11 Nov 2009 15:33:03 UT
</pubDate>
  </item>
  <item>
  <title>[1.2] Doctrine_Record::_set()</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/1f91a1efa053e8af/313fe48e363097dd?show_docid=313fe48e363097dd</link>
  <description>
  Hi all, &lt;br&gt; Is there any reason, why the _set and _get methods of Doctrine_Records are &lt;br&gt; protected? &lt;br&gt; I need to redefine the accessors and mutators of the record in the template, &lt;br&gt; and I would like to use something like: &lt;br&gt; MyTemplate extends Doctrine_Template &lt;br&gt; { &lt;br&gt; public function setTableDefinition() &lt;br&gt; { &lt;br&gt; $this-&amp;gt;getInvoker()-&amp;gt;hasMutato r(&#39;type&#39;, &#39;setMyTemplateType&#39;);
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/1f91a1efa053e8af</guid>
  <author>
  miloslav.k...@gmail.com
  (Miloslav Kmeť)
  </author>
  <pubDate>Thu, 11 Nov 2009 00:08:30 UT
</pubDate>
  </item>
  <item>
  <title>Welcome Benjamin</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/f024ac05ad5d55ed/18039c28655eab1c?show_docid=18039c28655eab1c</link>
  <description>
  Hi all, &lt;br&gt; I would like to officially welcome Benjamin Eberlei to the Doctrine &lt;br&gt; core team. &lt;br&gt; Many of you probably already know that he gave up on Zend_Entity some &lt;br&gt; time ago and instead decided to contribute to Doctrine 2. Although I&#39;m &lt;br&gt; sure it was no easy decision for him, I am very glad about his move.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/f024ac05ad5d55ed</guid>
  <author>
  r.borsc...@gmx.net
  (Roman Borschel)
  </author>
  <pubDate>Mon, 11 Nov 2009 17:21:32 UT
</pubDate>
  </item>
  <item>
  <title>support for non relational databases</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/a5dda16a7a217978/76b4d649a5db26bc?show_docid=76b4d649a5db26bc</link>
  <description>
  Hi devs, &lt;br&gt; &lt;p&gt;for some weeks I&#39;m playing with CouchDB as it seems to be a good &lt;br&gt; solution for one of our customer projects where high availability is &lt;br&gt; needed while there&#39;s only a very low budget available. &lt;br&gt; &lt;p&gt;Anyway, my motivation for this posting is that I noticed that there &lt;br&gt; are several things in Doctrine 2 that would also be very helpful with
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/a5dda16a7a217978</guid>
  <author>
  matthias.nothh...@googlemail.com
  (mahono)
  </author>
  <pubDate>Fri, 11 Nov 2009 12:10:16 UT
</pubDate>
  </item>
  <item>
  <title>Migration Doctrine 1.1 to 1.2</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/574dd92527929247/785b25a69513d237?show_docid=785b25a69513d237</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;i want to swicht in a current zend / doctirne project from doctrine &lt;br&gt; 1.1.4 to 1.2. There is no way to switch doctrine models to pear style &lt;br&gt; directories (would be a huge amount of work). So i&#39;ve tried to use the &lt;br&gt; old style (and existing) structure. &lt;br&gt; &lt;p&gt;If i use &#39;modelAutoload&#39; as autoloader mode i get the error message:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/574dd92527929247</guid>
  <author>
  thomas_80...@yahoo.com
  (Tom808)
  </author>
  <pubDate>Thu, 11 Nov 2009 15:17:30 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine_Tree_NestedSet alias</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/bf559f4d67283bbc/478b2cba83364ea5?show_docid=478b2cba83364ea5</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;is there any way to set an alias for column &amp;quot;level&amp;quot; used in doctrines &lt;br&gt; nested sets? &lt;br&gt; &lt;p&gt;Problem: &lt;br&gt; &lt;p&gt;&amp;quot;level&amp;quot; is a reserved word (Oracle and also ANSI SQL 92/99). Due to &lt;br&gt; this ATTR_QUOTE_IDENTIFIER has to be used. Unfortunately some &lt;br&gt; subqueries generated by doctrine (e.g. paginator with order by clause)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/bf559f4d67283bbc</guid>
  <author>
  thomas_80...@yahoo.com
  (Tom808)
  </author>
  <pubDate>Wed, 11 Nov 2009 13:28:34 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine_Record#hasMappedValue()</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/f1d18c52357b5756/6d36a68631c7bd52?show_docid=6d36a68631c7bd52</link>
  <description>
  It doesn&#39;t look like this made it into 1.2. Jon, can you take a look? &lt;br&gt; Maybe it can get into the final version. &lt;br&gt; &lt;p&gt;On Jun 28, 4:44 pm, &amp;quot;Adam Huttler&amp;quot; &amp;lt;adam.hutt...@fracturedatlas.o rg&amp;gt; &lt;br&gt; wrote:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/f1d18c52357b5756</guid>
  <author>
  adam.hutt...@fracturedatlas.org
  (Adam Huttler)
  </author>
  <pubDate>Fri, 11 Nov 2009 18:14:41 UT
</pubDate>
  </item>
  <item>
  <title>Integration of Zend Tool and Doctrine 1</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/b715262399272645/cb98aff5ea5f6cf3?show_docid=cb98aff5ea5f6cf3</link>
  <description>
  Hello everyone, &lt;br&gt; I made a first attempt to formulate a possible way to integrate Zend Tool and &lt;br&gt; Doctrine 1. This heavily depends on the Doctrine Zend_Application resource &lt;br&gt; proposal by Matthew Lurz (See References Section of the proposal) aswell as on &lt;br&gt; comments and discussions I had with several people from both Doctrine and Zend
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/b715262399272645</guid>
  <author>
  kont...@beberlei.de
  (Benjamin Eberlei)
  </author>
  <pubDate>Tue, 11 Nov 2009 21:30:17 UT
</pubDate>
  </item>
  <item>
  <title>There is any behavior to moderate models?</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/e797d6af525ac013/93f0bdd86daa11de?show_docid=93f0bdd86daa11de</link>
  <description>
  I noticed that Propel have a interesting plugin called Versionable. &lt;br&gt; I&#39;ve looking the versionable behavior on doctrine and see that it haven&#39;t &lt;br&gt; all features like versionable of propel. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.doctrine-project.org/documentation/manual/1_1/en/behaviors#core-behaviors:versionable-&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; Doctrine versionable
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/e797d6af525ac013</guid>
  <author>
  nra...@gmail.com
  (Nei Rauni Santos)
  </author>
  <pubDate>Mon, 11 Nov 2009 11:40:54 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine_Adapter_Oracle::__destruct - the necessity)</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/ea285ed9449e714d/5fca566f2142d051?show_docid=5fca566f2142d051</link>
  <description>
  Hi, &lt;br&gt; today I tried to do some database interactions in sfI18N::__destruct() (saving &lt;br&gt; untraslated strings into the database). I developed this feature on &lt;br&gt; postgresql, whithout noticing any problem, but after on Oracle through oracle &lt;br&gt; adapter I found, that Doctrine_Adapter_Oracle was destructed before the and I
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/ea285ed9449e714d</guid>
  <author>
  miloslav.k...@gmail.com
  (Miloslav Kmeť)
  </author>
  <pubDate>Thu, 11 Nov 2009 19:59:52 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine 1.2 doesn&#39;t generate models corretly.</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/05af9550f31b8ebd/1c8c07ac227a449d?show_docid=1c8c07ac227a449d</link>
  <description>
  I was using doctrine 1.2, but my models already generated by doctrine 1.2, &lt;br&gt; ok, it worked fine. Now, I tried to create a new model and I have some &lt;br&gt; problems, Doctrine didn&#39;t generate my table model class correctly. &lt;br&gt; It generated the class &lt;br&gt; Parse error: syntax error, unexpected &#39;{&#39;, expecting T_STRING in
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/05af9550f31b8ebd</guid>
  <author>
  nra...@gmail.com
  (Nei Rauni Santos)
  </author>
  <pubDate>Wed, 11 Nov 2009 13:45:32 UT
</pubDate>
  </item>
  <item>
  <title>Working without default connection</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/2fdde3fc5007e2b3/b77c63803c8bb854?show_docid=b77c63803c8bb854</link>
  <description>
  Hi all, &lt;br&gt; We use Doctrine with multiple connections, but in the same time we want &lt;br&gt; to not set any of them as the default one. &lt;br&gt; It general, it seems quite possible and easily achievable. But I &lt;br&gt; discovered that not all code of Doctrine itself can properly work &lt;br&gt; without the default connection. &lt;br&gt; For example, here is a piece of code from
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/2fdde3fc5007e2b3</guid>
  <author>
  esy...@gmail.com
  (Eugene Janusov)
  </author>
  <pubDate>Tue, 10 Oct 2009 06:27:33 UT
</pubDate>
  </item>
  <item>
  <title>Model auto-loading in getConnectionForComponent()</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/c2056a11b95edec5/403823b0bd954a63?show_docid=403823b0bd954a63</link>
  <description>
  Hi, &lt;br&gt; Doctrine_Manager::getConnectio nForComponent() first of all tries to &lt;br&gt; pre-load given component using Doctrin_Core::autoload(). &lt;br&gt; But shouldn&#39;t it be modelsAutoload() there instead? Because just &lt;br&gt; autoload() has nothing to do with model classes, in my understanding.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/c2056a11b95edec5</guid>
  <author>
  esy...@gmail.com
  (Eugene Janusov)
  </author>
  <pubDate>Tue, 10 Oct 2009 01:21:25 UT
</pubDate>
  </item>
  <item>
  <title>New extension for Doctrine</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/3d8906ac72458463/90fd37cb77ad0482?show_docid=90fd37cb77ad0482</link>
  <description>
  hello people, sorry my English, I&#39;m using the google translator and &lt;br&gt; little knowledge I have. &lt;br&gt; &lt;p&gt;Today I had the idea of developing an extension pro Doctrine for &lt;br&gt; encrypting data bank. I already have an application that uses Propel, &lt;br&gt; where the data before being stored in database are encrypted and &lt;br&gt; compressed through functions of PHP itself.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/3d8906ac72458463</guid>
  <author>
  raphox.ara...@gmail.com
  (raphox)
  </author>
  <pubDate>Wed, 10 Oct 2009 19:58:32 UT
</pubDate>
  </item>
  <item>
  <title>Class name prefixes and inheritance</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/c0b69cfd7e94062b/9602e01f35efe2ad?show_docid=9602e01f35efe2ad</link>
  <description>
  Hi, &lt;br&gt; I have been trying for a while to figure out, is there a way to use a &lt;br&gt; prefix for model class names or not (see also my message at &lt;br&gt; doctrine-user: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://bit.ly/30V7Ig&quot;&gt;[link]&lt;/a&gt;). &lt;br&gt; I&#39;ve found that Doctrine 1.2 has classPrefix option. Unfortunately for &lt;br&gt; me, this option is intended only for model builder, and other components
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/c0b69cfd7e94062b</guid>
  <author>
  esy...@gmail.com
  (Eugene Janusov)
  </author>
  <pubDate>Wed, 10 Oct 2009 02:03:12 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine 1.2 ALPHA 3</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/ab2a5fdef7c34579/ae8f1d65cdf23981?show_docid=ae8f1d65cdf23981</link>
  <description>
  Hi Everyone, &lt;br&gt; We weren&#39;t planning on having another ALPHA for 1.2, but some pretty &lt;br&gt; important fixes and improvements were brought up to us. We decided since 1.2 &lt;br&gt; could be the final LTS release of the Doctrine 1, we should have another &lt;br&gt; round of improvements, so we&#39;ll have a ALPHA3 now. I have already committed
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/ab2a5fdef7c34579</guid>
  <author>
  jonw...@gmail.com
  (Jonathan Wage)
  </author>
  <pubDate>Sat, 10 Oct 2009 17:53:04 UT
</pubDate>
  </item>
  <item>
  <title>Enums with Y/N values</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/973d111365da8718/956cf02c82a568e5?show_docid=956cf02c82a568e5</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m using symfony, but I suppose my problem is related only to &lt;br&gt; Doctrine. &lt;br&gt; &lt;p&gt;In my schema I have lots of fields like this: &lt;br&gt; &lt;p&gt; is_public as isPublic: &lt;br&gt; type: enum &lt;br&gt; values: [Y, N] &lt;br&gt; default: &#39;N&#39; &lt;br&gt; notnull: true &lt;br&gt; &lt;p&gt;By some reason I cannot use boolean type instead of binary enum.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/973d111365da8718</guid>
  <author>
  esy...@gmail.com
  (Eugene Janusov)
  </author>
  <pubDate>Fri, 10 Oct 2009 00:51:44 UT
</pubDate>
  </item>
  <item>
  <title>Problem with inheritance and Versionable</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/7bdf7967c6d608e0/3a83a22cbcbe4409?show_docid=3a83a22cbcbe4409</link>
  <description>
  Hi, I don&#39;t know if this is the place for posting this kind of things, &lt;br&gt; if not, please forgive me because I&#39;m a new on this. &lt;br&gt; &lt;p&gt;I have a table that has a versionable behaviour and other who inherit &lt;br&gt; it. When I create someone of the child class, versionable work well in &lt;br&gt; the &amp;quot;father&amp;quot; table, but, it not &amp;quot;father_version&amp;quot; table, it make all
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/7bdf7967c6d608e0</guid>
  <author>
  jaimes...@gmail.com
  (jaime)
  </author>
  <pubDate>Wed, 10 Oct 2009 15:42:08 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine_Connection::replace() workings</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/0cbe12fd37c16d56/457010b5d8226348?show_docid=457010b5d8226348</link>
  <description>
  Hi there. &lt;br&gt; &lt;p&gt;First post here, so correct me if I use this forum in a wrong way. &lt;br&gt; &lt;p&gt;I&#39;ve got a question regarding the workings of the replace(...) method &lt;br&gt; of Doctrine_Connection. Apparently it implements the &amp;quot;REPLACE &lt;br&gt; INTO ...&amp;quot; functionality from MySQL (and SQLite?) in other DBMSes. &lt;br&gt; However, I think this implementation is done in a wrong way. If this
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/0cbe12fd37c16d56</guid>
  <author>
  fis...@gmail.com
  (phil0)
  </author>
  <pubDate>Sun, 09 Sep 2009 10:35:48 UT
</pubDate>
  </item>
  <item>
  <title>&quot;Patch for composite FK relations&quot; from trac</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/fa70edca95eee04b/d2f00028f8ffd604?show_docid=d2f00028f8ffd604</link>
  <description>
  I&#39;m not sure if devs have seen this, but in ticket #460: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.doctrine-project.org/ticket/460&quot;&gt;[link]&lt;/a&gt; there is a patch for &lt;br&gt; composite key. Romanb has written there &amp;quot;If you want to see composite &lt;br&gt; foreign key support in 1.x, provide a patch.&amp;quot; 3 months ago.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/fa70edca95eee04b</guid>
  <author>
  jacek.jedrzejew...@gmail.com
  (eXtreme)
  </author>
  <pubDate>Sat, 09 Sep 2009 12:58:36 UT
</pubDate>
  </item>
  <item>
  <title>Schema Generation Patch</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/55f3c1de069a62ff/b99471948c80427a?show_docid=b99471948c80427a</link>
  <description>
  Hello, &lt;br&gt; First patch here. The attached patch enables a person to configure &lt;br&gt; Doctrine to split out the files generated when the schema is exported. &lt;br&gt; I added an attribute constant (not sure of the numbering / sequence, &lt;br&gt; etc - so please adjust as you might see fit). &lt;br&gt; Thanks, &lt;br&gt; -Dave
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/55f3c1de069a62ff</guid>
  <author>
  dave.r...@redcedarsolutionsgroup.com
  (Dave Rowe)
  </author>
  <pubDate>Mon, 09 Sep 2009 20:33:25 UT
</pubDate>
  </item>
  <item>
  <title>Patches into 1.0/1.1/1.2</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/2e6516a91abee0a0/9a7eaeb41011798a?show_docid=9a7eaeb41011798a</link>
  <description>
  Just to let people know (since 1.0-1.2 have gone a few months without a &lt;br&gt; commit :P) I committed a patch and tests for Doctrine_Export_Mssql in all &lt;br&gt; three 1.x branches. &lt;br&gt; As far as I can tell (without extensive real world stress testing) it covers &lt;br&gt; the alter operations (alter table name, alter column name, alter column
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/2e6516a91abee0a0</guid>
  <author>
  dcousin...@gmail.com
  (Daniel Cousineau)
  </author>
  <pubDate>Fri, 09 Sep 2009 20:51:44 UT
</pubDate>
  </item>
  <item>
  <title>Regression with onDelete applied to wrong relation (#2463)</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/3a0c00d50542bf22/6222585f1d094e45?show_docid=6222585f1d094e45</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;could you pls look into #2463? &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.doctrine-project.org/ticket/2463&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;&amp;quot;onDelete&amp;quot; is, as reported by user &amp;quot;sebo&amp;quot;, applied to the wrong &lt;br&gt; relations in the database. &lt;br&gt; &lt;p&gt;I noticed it while trying to update ullright to symfony 1.2.8 (from &lt;br&gt; 1.2.7 which uses doctrine 1.0.7) &lt;br&gt; &lt;p&gt;This is pretty severe because it makes symfony 1.2.8 unusable.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/3a0c00d50542bf22</guid>
  <author>
  klem...@ull.at
  (klemens_u)
  </author>
  <pubDate>Mon, 09 Sep 2009 19:57:35 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine::loadModels() and inheritance</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/f56743a0af321983/5c3f71e4018077fb?show_docid=5c3f71e4018077fb</link>
  <description>
  I have a table named Photo and another table named Preview that &lt;br&gt; inherits from Photo (Preview is a thumbnailed, preview of the larger &lt;br&gt; Photo). Anyway, after I run generate-models-yaml and then generate- &lt;br&gt; sql from the command line, I get an error saying that my &amp;quot;Class &lt;br&gt; &#39;Photo&#39; not found&amp;quot; in BasePreview.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/f56743a0af321983</guid>
  <author>
  cully.lar...@gmail.com
  (Cully)
  </author>
  <pubDate>Mon, 08 Aug 2009 06:19:31 UT
</pubDate>
  </item>
  <item>
  <title>Erro grave.</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/85d0d4cd1df50b77/cdb8bce065d22f58?show_docid=cdb8bce065d22f58</link>
  <description>
  Caros, &lt;br&gt; Estou concentrado aqui no meu trabalho em uma tarefa e por conta disso &lt;br&gt; mandei uma mensagem relativa a uma candidatura a presidência para um monte &lt;br&gt; de lista e pessoas sem pensar no que estava fazendo. &lt;br&gt; Sei que a mensagem deve ter ido para muitas listas que não tem escopo &lt;br&gt; político, por isso reconheço já de antemão o meu deslize. Por favor, apenas
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/85d0d4cd1df50b77</guid>
  <author>
  bruno.p.r...@gmail.com
  (Bruno Reis)
  </author>
  <pubDate>Tue, 08 Aug 2009 14:15:30 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine 2</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/cd74934aa01e96d8/c5272ae50c467298?show_docid=c5272ae50c467298</link>
  <description>
  Hi All, &lt;br&gt; &lt;p&gt;I have been playing with SVN trunk recently, and I was wondering if &lt;br&gt; version 2 would feature a &amp;quot;Migration&amp;quot;-esque feature, and if so, would &lt;br&gt; that come along with 2.0 or later with 2.1, etc... &lt;br&gt; &lt;p&gt;Matt
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/cd74934aa01e96d8</guid>
  <author>
  m...@frigidmedia.com
  (Matt)
  </author>
  <pubDate>Fri, 08 Aug 2009 21:07:49 UT
</pubDate>
  </item>
  <item>
  <title>I am working on a Doctrine package for Fedora</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/eae1e3ba571c5a6c/7d35088ef2211d7f?show_docid=7d35088ef2211d7f</link>
  <description>
  I just wanted to announce that I am working on a Doctrine Package for &lt;br&gt; Fedora. &lt;br&gt; &lt;p&gt;Originally I just planned to package Symfony, but for this the &lt;br&gt; Doctrine Package is needed too, because Fedora doesn&#39;t like bundled &lt;br&gt; libs in packages. &lt;br&gt; &lt;p&gt;Here are the review requests: &lt;br&gt; &lt;p&gt;doctrine pear channel: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=517641&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/eae1e3ba571c5a6c</guid>
  <author>
  cdam...@gmail.com
  (cdamian)
  </author>
  <pubDate>Mon, 08 Aug 2009 13:21:21 UT
</pubDate>
  </item>
  <item>
  <title>Conflicting conventions needing inflection</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/75511372ad22f483/e972a0c0517b669b?show_docid=e972a0c0517b669b</link>
  <description>
  Hi, the problem is that we have the convention of naming tables in &lt;br&gt; plural and the models in singular. To achieve this with the record &lt;br&gt; classes we are extending the class with a singular name, i.e. class &lt;br&gt; User extends Users{}. &lt;br&gt; &lt;p&gt;This works well until we use relational features that require the &lt;br&gt; table name, i.e. $user-&amp;gt;Emails, which is confusing. Changing the
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/75511372ad22f483</guid>
  <author>
  dukeofgam...@gmail.com
  (dukeofgaming)
  </author>
  <pubDate>Thu, 08 Aug 2009 08:44:52 UT
</pubDate>
  </item>
  <item>
  <title>change table name or even connection for a model on the fly?</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/72bf900299304d76/99536f4371faddd4?show_docid=99536f4371faddd4</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;is there a way to change the corresponsing table name and even the &lt;br&gt; database connection for a table or record on the fly? &lt;br&gt; &lt;p&gt;I&#39;m trying to setup some basic sharding for a table that at least must &lt;br&gt; be separated into 2 or more &amp;quot;local&amp;quot; shards but it would be even better &lt;br&gt; to be able to switch the connection.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/72bf900299304d76</guid>
  <author>
  matthias.nothh...@googlemail.com
  (mahono)
  </author>
  <pubDate>Fri, 08 Aug 2009 16:13:54 UT
</pubDate>
  </item>
  <item>
  <title>Timestampable (and other behaviours) and Record::copy</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/d115c2e9011ff92f/f87d211dd0e45b2c?show_docid=f87d211dd0e45b2c</link>
  <description>
  Hello everyone, &lt;br&gt; &lt;p&gt;I have noticed that timestampable behaviour does not work after I &lt;br&gt; create a new Doctrine_Record using the copy() function. &lt;br&gt; &lt;p&gt;So for the schema like that: &lt;br&gt; Employee: &lt;br&gt; tableName: employee &lt;br&gt; actAs: &lt;br&gt; Timestampable: &lt;br&gt; columns: &lt;br&gt; id: &lt;br&gt; type: integer &lt;br&gt; primary: true
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/d115c2e9011ff92f</guid>
  <author>
  nexor1...@gmail.com
  (Tomek)
  </author>
  <pubDate>Mon, 08 Aug 2009 11:47:16 UT
</pubDate>
  </item>
  <item>
  <title>Request: Command-Line Error Message</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/bb98f5997423fc08/734f6416a6b6865b?show_docid=734f6416a6b6865b</link>
  <description>
  Would it be possible to tell doctrine&#39;s cli to output error messages? &lt;br&gt; Sometimes I&#39;ll get a &#39;bad yaml&#39; message, but other than that I don&#39;t &lt;br&gt; get any feedback when something goes wrong. Just a suggestion. &lt;br&gt; &lt;p&gt;Thanks! &lt;br&gt; &lt;p&gt;Cully
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/bb98f5997423fc08</guid>
  <author>
  cully.lar...@gmail.com
  (Cully)
  </author>
  <pubDate>Tue, 07 July 2009 19:55:43 UT
</pubDate>
  </item>
  <item>
  <title>Does Doctrine 1.2 want these enhancements?</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/6b3778279a3361a4/4c8ae30adbe8b743?show_docid=4c8ae30adbe8b743</link>
  <description>
  Hi guys, &lt;br&gt; I have made a few local enhancements to Doctrine 1.1 for our project, &lt;br&gt; and thought I&#39;d see whether the community feels they are worthy of &lt;br&gt; polishing and submission for Doctrine 1.2: &lt;br&gt; 1. Column Aggregation Inheritance &lt;br&gt; Under Doctrine 1.x, all columns in sub-classes must be defined in the &lt;br&gt; parent class, meaning you can&#39;t have columns in one subclass that are
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/6b3778279a3361a4</guid>
  <author>
  sda...@datalink.com.au
  (Scott Davey)
  </author>
  <pubDate>Thu, 07 July 2009 02:44:49 UT
</pubDate>
  </item>
  <item>
  <title>How can I use CASE on Order by clause Doctrine Pager?</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/86054618fbbf4cd6/96786b1d278c3f3e?show_docid=96786b1d278c3f3e</link>
  <description>
  Hi Guys, &lt;br&gt; &lt;p&gt;Is possible to use the CASE WHEN clausule with DoctrinePager?? &lt;br&gt; &lt;p&gt;I&#39;m trying to do it: &lt;br&gt; &lt;p&gt;// simple example of &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pastebin.com/m4451e032&quot;&gt;[link]&lt;/a&gt; ( I know, it&#39;s &lt;br&gt; horrible, but it&#39;s necessary ) &lt;br&gt; $customOrder = &amp;quot;(CASE WHEN id = 94297 THEN 1 WHEN id = 12082 THEN 2 &lt;br&gt; WHEN id = 19054 THEN 3 WHEN id = 92746 THEN 4 WHEN id = 90029 THEN
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/86054618fbbf4cd6</guid>
  <author>
  nra...@gmail.com
  (Nei Rauni Santos)
  </author>
  <pubDate>Tue, 07 July 2009 23:18:12 UT
</pubDate>
  </item>
  <item>
  <title>Contribute with doct 2.0</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/0cf996c28ec67250/34e06cda78218d01?show_docid=34e06cda78218d01</link>
  <description>
  Hi, &lt;br&gt; I want start contribute with the code of Doctrine 2.0. I already download &lt;br&gt; the project and run the tests. Ok! but.. I need help to start write the &lt;br&gt; code. &lt;br&gt; i.e: witch classes i must start? witch methods? Can somebody help me to &lt;br&gt; write my first assert in project? the first test. Off course the project
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/0cf996c28ec67250</guid>
  <author>
  fernandochu...@gmail.com
  (Fernando Chucre)
  </author>
  <pubDate>Sun, 07 July 2009 04:15:39 UT
</pubDate>
  </item>
  <item>
  <title>Timestampable and update updated_at only on modifications</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/57f30140f49fa19a/5e54f813c7ee2262?show_docid=5e54f813c7ee2262</link>
  <description>
  Hi devs, &lt;br&gt; &lt;p&gt;I have a i18n model (using symfony 1.2) and I added the Timestampable &lt;br&gt; behavior to the i18n behavior. The reason is I want to search for &lt;br&gt; &amp;quot;recently updated i18n records&amp;quot;. But I noticed that (at least in &lt;br&gt; symfony admin generator) the various i18n record are all updated no &lt;br&gt; matter if the content was changed or not.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/57f30140f49fa19a</guid>
  <author>
  matthias.nothh...@googlemail.com
  (mahono)
  </author>
  <pubDate>Wed, 07 July 2009 11:31:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: #2298: Doctrine_Query_Tokenizer goes havok when strings contain &#39; or and like &#39;</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/b0ae9a847d9e59f7/0bd010340a70b39c?show_docid=0bd010340a70b39c</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;thanks for applying this huge tokenizer change. I&#39;m really glad that &lt;br&gt; it made its way into SVN. &lt;br&gt; But a small thanks and credits in the SVN log would have been fair &lt;br&gt; enough and would make committing to doctrine a little more &lt;br&gt; satisfactory. &lt;br&gt; &lt;p&gt;Cheers &lt;br&gt; Stefan
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/b0ae9a847d9e59f7</guid>
  <author>
  stefan.k...@googlemail.com
  (Stefan Klug)
  </author>
  <pubDate>Tue, 07 July 2009 07:20:51 UT
</pubDate>
  </item>
  <item>
  <title>problems with doctrine i18n behavior</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/19ec389fe724b713/c8ae204038e559cd?show_docid=c8ae204038e559cd</link>
  <description>
  Guys, I&#39;m having a lot of problems with the i18n behavior. What&#39;s &lt;br&gt; wrong with the code below? &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pastebin.com/m72ba7879&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; &lt;p&gt;Nei
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/19ec389fe724b713</guid>
  <author>
  nra...@gmail.com
  (Nei Rauni Santos)
  </author>
  <pubDate>Wed, 07 July 2009 14:02:53 UT
</pubDate>
  </item>
  <item>
  <title>setUp not called</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/7c6340645c617d86/f3a06dc3605722ac?show_docid=f3a06dc3605722ac</link>
  <description>
  Hey guys, &lt;br&gt; &lt;p&gt;For various reasons (like implementing extended validation with &lt;br&gt; specifications) i decided to extend DoctrineRecord. So assuming i have &lt;br&gt; the entity/class called Person, it would inherit from BasePerson (the &lt;br&gt; default behavior when autogenerated), and BasePerson would inherit &lt;br&gt; from My_Doctrine_Record. And of course, My_Doctrine_Record, inherits
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/7c6340645c617d86</guid>
  <author>
  alex.far...@gmail.com
  (Alex Farcas)
  </author>
  <pubDate>Tue, 07 July 2009 18:09:38 UT
</pubDate>
  </item>
  <item>
  <title>Bad relations builds in a Many-to-Many Relational Behavior</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/c706135d315ffb56/9f9fa6fd6fb604b1?show_docid=9f9fa6fd6fb604b1</link>
  <description>
  Hi everyone, &lt;br&gt; &lt;p&gt;Im working in a large scale project and we decide to use symfony as &lt;br&gt; our framework to build the app. I found interesting things on it and I &lt;br&gt; working deeply in the symfony way to get the most of it. We are &lt;br&gt; working in app that have many relations within models, so one model &lt;br&gt; can has relations with several other models.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/c706135d315ffb56</guid>
  <author>
  joseto...@gmail.com
  (josetonyp)
  </author>
  <pubDate>Thu, 07 July 2009 08:51:29 UT
</pubDate>
  </item>
  <item>
  <title>Batchupdate()...</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/7256b3d2f0ba8220/b4822d3d65a13201?show_docid=b4822d3d65a13201</link>
  <description>
  Hi all, &lt;br&gt; We use Doctrine in two projects that are both in production. &lt;br&gt; Part of these projects use Doctrine Searchable beahavior, and we discovered &lt;br&gt; several month ago that part of this module is not working (at least with &lt;br&gt; MySQL). &lt;br&gt; I opened a ticket (#2007) and proposed a patch, that is working for us. &lt;br&gt; Yesterday another guy just said he has needed our patch to get this method
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/7256b3d2f0ba8220</guid>
  <author>
  adri...@gmail.com
  (Adrien Carbonne)
  </author>
  <pubDate>Mon, 06 June 2009 15:47:24 UT
</pubDate>
  </item>
  <item>
  <title>dump /load data conflicts</title>
  <link>http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/a35aef4f483d4532/c5db0728ce79896c?show_docid=c5db0728ce79896c</link>
  <description>
  Hello, &lt;br&gt; A while ago I submitted a bug for the doctrine plugin included in &lt;br&gt; symfony, since it is doctrine related and haven&#39;t got an answer there, &lt;br&gt; Im asking here. &lt;br&gt; This is my model: &lt;br&gt; Country: &lt;br&gt; columns: &lt;br&gt; id: { type: string(2), notnull: true, primary:true } &lt;br&gt; name: { type: string(250), notnull: true }
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-dev/browse_frm/thread/a35aef4f483d4532</guid>
  <author>
  ganda...@gmail.com
  (Gandalf)
  </author>
  <pubDate>Sat, 06 June 2009 08:14:50 UT
</pubDate>
  </item>
  </channel>
</rss>
