<?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>mssql varbinary</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/c40918465cfba9a4/74726d84c278520c?show_docid=74726d84c278520c</link>
  <description>
  I&#39;m using mssql and doctrine. Doctrine can create the associated &lt;br&gt; record and save the data to the db but I&#39;m unable to read the data &lt;br&gt; back from the db. I&#39;ve tried every combination of data types and &lt;br&gt; lengths that I can think of with blob and null as the assumed correct &lt;br&gt; combo. &lt;br&gt; &lt;p&gt;Any help would be appreciated.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/c40918465cfba9a4/74726d84c278520c?show_docid=74726d84c278520c</guid>
  <author>
  peterman.d...@gmail.com
  (BoulderRider)
  </author>
  <pubDate>Sat, 11 Nov 2009 20:55:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] [2.0] Default values and Proxies</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9b24746fb9d0e6b1/7d6b942d40b48a9d?show_docid=7d6b942d40b48a9d</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I have thought about this problem a bit and have an idea for which I &lt;br&gt; created a JIRA issue (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.doctrine-project.org/jira/browse/DDC-167&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; ) &lt;br&gt; &lt;p&gt;The idea is that there is an alternative method &lt;br&gt; getPartialReference(&#39;Class&#39;, $id) on the EntityManager that does not &lt;br&gt; return a proxy but an instance of the requested Class where only the
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9b24746fb9d0e6b1/7d6b942d40b48a9d?show_docid=7d6b942d40b48a9d</guid>
  <author>
  r.borsc...@gmx.net
  (Roman Borschel)
  </author>
  <pubDate>Fri, 11 Nov 2009 22:00:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] Request: &quot;resurrect&quot; orphaned entities when they&#39;ve been moved to anew collection</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/8d10c30a9fb03dd3/ff5bed70d5c1a3d3?show_docid=ff5bed70d5c1a3d3</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I assume you mean the case of a bidirectional one-to-many through a &lt;br&gt; foreign key. Yes, in that case the many side must be the owning side. &lt;br&gt; This is simply to make the life of Doctrine a bit easier :-) Things &lt;br&gt; are difficult enough as they are. &lt;br&gt; &lt;p&gt;In all other associations (one-one bidirectional, many-many
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/8d10c30a9fb03dd3/ff5bed70d5c1a3d3?show_docid=ff5bed70d5c1a3d3</guid>
  <author>
  r.borsc...@gmx.net
  (Roman Borschel)
  </author>
  <pubDate>Fri, 11 Nov 2009 20:15:09 UT
</pubDate>
  </item>
  <item>
  <title>Request: &quot;resurrect&quot; orphaned entities when they&#39;ve been moved to anew collection</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/8d10c30a9fb03dd3/f7d6a454e3792a9a?show_docid=f7d6a454e3792a9a</link>
  <description>
  The semantics of my application involves that if I move if I change a &lt;br&gt; entities owner, the other side of the relationship should change as &lt;br&gt; well. Meaning that the old parent should remove that entity from its &lt;br&gt; grasps, and the new owner should have a reference to it. Now, &lt;br&gt; normally, this would have nothing to do with Doctrine, since Doctrine
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/8d10c30a9fb03dd3/f7d6a454e3792a9a?show_docid=f7d6a454e3792a9a</guid>
  <author>
  atbl...@gmail.com
  (Avi Block)
  </author>
  <pubDate>Fri, 11 Nov 2009 20:00:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] [2.0] Default values and Proxies</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9b24746fb9d0e6b1/6c62a1c81e69aaed?show_docid=6c62a1c81e69aaed</link>
  <description>
  Hi! &lt;br&gt; &lt;p&gt;This is also an interesting issue and I think it points out a bug. &lt;br&gt; I assume what you want in the end is the following: &lt;br&gt; &lt;p&gt;And as result 1 INSERT that sets all values including the user_id FK. &lt;br&gt; Is that correct? &lt;br&gt; &lt;p&gt;(Note: If the association is bi-directional and $a-&amp;gt;setUser($user) &lt;br&gt; internally calls $user-&amp;gt;setAddress($this) then the proxy will
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9b24746fb9d0e6b1/6c62a1c81e69aaed?show_docid=6c62a1c81e69aaed</guid>
  <author>
  r.borsc...@gmx.net
  (Roman Borschel)
  </author>
  <pubDate>Fri, 11 Nov 2009 19:31:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] [2.0] Problem regarding Single Table Inheritance</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/17bef23229e04349/b9bb1e00134a257c?show_docid=b9bb1e00134a257c</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Seems you&#39;re right. It works properly with DQL (and is tested with DQL &lt;br&gt; only apparently). &lt;br&gt; &lt;p&gt;I created a ticket and started the work: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.doctrine-project.org/jira/browse/DDC-164&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Thanks for catching this. &lt;br&gt; &lt;p&gt;Roman
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/17bef23229e04349/b9bb1e00134a257c?show_docid=b9bb1e00134a257c</guid>
  <author>
  r.borsc...@gmx.net
  (Roman Borschel)
  </author>
  <pubDate>Fri, 11 Nov 2009 17:19:56 UT
</pubDate>
  </item>
  <item>
  <title>many-tomany relations with more than two tables</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/0b77417e6246a03c/1a9476accfd2f8f8?show_docid=1a9476accfd2f8f8</link>
  <description>
  Hi, &lt;br&gt; I try to configure an yml file to represent a relation between more &lt;br&gt; than two tables. I don&#39;t know how to do that. &lt;br&gt; Here is the problem : &lt;br&gt; 1 user works in many departments &lt;br&gt; 1 user hasMany offices &lt;br&gt; 1 user hasMany missions &lt;br&gt; 1 user hasMany phoneNumbers &lt;br&gt; &lt;p&gt;The thing is that each association is unique, I want that in my
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/0b77417e6246a03c/1a9476accfd2f8f8?show_docid=1a9476accfd2f8f8</guid>
  <author>
  jpjoun...@gmail.com
  (jpj)
  </author>
  <pubDate>Fri, 11 Nov 2009 16:25:09 UT
</pubDate>
  </item>
  <item>
  <title>Self-hasMany</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/c4a93e2f9d13de06/ecfbbe3dd363c100?show_docid=ecfbbe3dd363c100</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I have a model named &amp;quot;User&amp;quot; &lt;br&gt; &amp;lt;?php &lt;br&gt; class User extends UserBase &lt;br&gt; { &lt;br&gt; public function setUp() &lt;br&gt; { &lt;br&gt; $this-&amp;gt;hasMany(&#39;User as Friends&#39;, local( &lt;br&gt; &#39;local&#39; =&amp;gt; &#39;first_user_id&#39;, &lt;br&gt; &#39;foreign&#39; =&amp;gt; &#39;second_user_id&#39;, &lt;br&gt; &#39;refClass&#39; =&amp;gt; &#39;FriendsRelation&#39;, &lt;br&gt; );
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/c4a93e2f9d13de06/ecfbbe3dd363c100?show_docid=ecfbbe3dd363c100</guid>
  <author>
  nami.d0...@gmail.com
  (nami doc)
  </author>
  <pubDate>Fri, 11 Nov 2009 15:40:12 UT
</pubDate>
  </item>
  <item>
  <title>Same component on Doctrine_RawSql isnt possible to add with different Alias</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/3c80821767f09a6e/0cadbcff58ff458f?show_docid=0cadbcff58ff458f</link>
  <description>
  Hello All! &lt;br&gt; &lt;p&gt;Our query is very complex and to implement this in DQL, would be very &lt;br&gt; difficult. So, I decided to use Doctrine_RawSql only to simplify the &lt;br&gt; task. &lt;br&gt; &lt;p&gt;Take a look on our query &lt;br&gt; &lt;p&gt;/ &lt;br&gt; ****************************** ****************************** **********/ &lt;br&gt; &lt;p&gt; $sql = &amp;quot;SELECT DISTINCT {TC.category_id}, {T.id}, {T.tag}, IF
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/3c80821767f09a6e/0cadbcff58ff458f?show_docid=0cadbcff58ff458f</guid>
  <author>
  wilson.carva...@gmail.com
  (Wilbor-PHP)
  </author>
  <pubDate>Fri, 11 Nov 2009 13:19:49 UT
</pubDate>
  </item>
  <item>
  <title>[1.1] How to alter in get and set for the database</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/a04ea34c06968ca5/e1c207aae056323d?show_docid=e1c207aae056323d</link>
  <description>
  I want to know how to alter a variable of an record when i retrieve or &lt;br&gt; when i save it to database, cause mutator does not act when i fetch a &lt;br&gt; record from the db, it only act when i explicitly set the variable. &lt;br&gt; &lt;p&gt;Mutator act &lt;br&gt; ex. $record-&amp;gt;value = &amp;quot;A&amp;quot;;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/a04ea34c06968ca5/e1c207aae056323d?show_docid=e1c207aae056323d</guid>
  <author>
  potapc...@gmail.com
  (Diego Potapczuk)
  </author>
  <pubDate>Fri, 11 Nov 2009 13:17:53 UT
</pubDate>
  </item>
  <item>
  <title>[2.0] Default values and Proxies</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9b24746fb9d0e6b1/1e83fc116665dbf8?show_docid=1e83fc116665dbf8</link>
  <description>
  Hi! &lt;br&gt; &lt;p&gt;I&#39;d like to use Doctrine 2.0 and its Proxy features. &lt;br&gt; &lt;p&gt;- - - - 8&amp;lt; - - - - &lt;br&gt; $userId = 31; // e.g. from $_REQUEST &lt;br&gt; $user = $em-&amp;gt;getReference(&#39;Entity\User &#39;, $userId); &lt;br&gt; // $em-&amp;gt;flush(); &lt;br&gt; $a = new Address(); &lt;br&gt; ... &lt;br&gt; $a-&amp;gt;setUser($user); &lt;br&gt; $em-&amp;gt;persist(); &lt;br&gt; $em-&amp;gt;flush(); &lt;br&gt; - - - - 8&amp;lt; - - - - &lt;br&gt; &lt;p&gt;Now if the User class looks like this:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9b24746fb9d0e6b1/1e83fc116665dbf8?show_docid=1e83fc116665dbf8</guid>
  <author>
  n...@kaiser.me
  (Nico Kaiser)
  </author>
  <pubDate>Fri, 11 Nov 2009 11:26:11 UT
</pubDate>
  </item>
  <item>
  <title>[2.0] Problem regarding Single Table Inheritance</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/17bef23229e04349/f105fe7bbcc03fc2?show_docid=f105fe7bbcc03fc2</link>
  <description>
  I was testing single table inheritance and a class hierarchy and a &lt;br&gt; table described below. &lt;br&gt; Now, I assumed that &lt;br&gt; &lt;p&gt;$module = $em-&amp;gt;find(&#39;Module&#39;, 1); &lt;br&gt; &lt;p&gt;would result in an object of class SubModule, just as with class table &lt;br&gt; inheritance, but it results in an object of class Module. &lt;br&gt; &lt;p&gt;Is this correct behaviour, am I forgetting something, or is this a
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/17bef23229e04349/f105fe7bbcc03fc2?show_docid=f105fe7bbcc03fc2</guid>
  <author>
  reinier....@gmail.com
  (Reinier Kip)
  </author>
  <pubDate>Fri, 11 Nov 2009 10:17:10 UT
</pubDate>
  </item>
  <item>
  <title>[1.2] Does Doctrine 1.2 support polymorphic associations?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/01bd7c6504487571/51881870b4a4fcd9?show_docid=51881870b4a4fcd9</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I have trouble getting polymorphic associations to work in Doctrine &lt;br&gt; 1.2, and I just realized that this is not a feature explicitly &lt;br&gt; mentioned in the documentation (just something I expected to work). &lt;br&gt; &lt;p&gt;Scenario is simple: I have a class hierarchy of classes PartA, PartB &lt;br&gt; extends PartA, PartC extends PartB, mapped via Single Table
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/01bd7c6504487571/51881870b4a4fcd9?show_docid=51881870b4a4fcd9</guid>
  <author>
  m.plo...@i-ssential.de
  (Michael Plomer)
  </author>
  <pubDate>Fri, 11 Nov 2009 09:47:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] [2.0] Setting Id field unsigned in the DB</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/6e08b7d2779d1cca/7835337e773740c8?show_docid=7835337e773740c8</link>
  <description>
  Without disagreeing with the philosophy presented here, there&#39;s a flip side to the argument. Many applications do not have the freedom of redefining the database schema and must instead use an existing database with its defined schema. In such situations, the application has little choice but to ensure that the software layers agree with the database layer.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/6e08b7d2779d1cca/7835337e773740c8?show_docid=7835337e773740c8</guid>
  <author>
  berd...@serendipity.org
  (Eric Berdahl)
  </author>
  <pubDate>Fri, 11 Nov 2009 07:03:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: Versionable + Validation</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/aaea68aa914eaef6/98834b686feb3478?show_docid=98834b686feb3478</link>
  <description>
  My understanding of the original post is they did use the built-in min &lt;br&gt; length validator and that works fine but the issue is an exception is &lt;br&gt; thrown when you call isValid which should not happen.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/aaea68aa914eaef6/98834b686feb3478?show_docid=98834b686feb3478</guid>
  <author>
  froggy...@gmail.com
  (David Engeset)
  </author>
  <pubDate>Thu, 11 Nov 2009 22:49:15 UT
</pubDate>
  </item>
  </channel>
</rss>
