<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.co.uk/group/doctrine-dev</id>
  <title type="text">doctrine-dev Google Group</title>
  <subtitle type="text">
  dev list for doctrine
  </subtitle>
  <link href="/group/doctrine-dev/feed/atom_v1_0_msgs.xml" rel="self" title="doctrine-dev feed"/>
  <updated>2009-11-20T14:33:29Z</updated>
  <generator uri="http://groups.google.co.uk" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Miloslav Kmeť</name>
  <email>miloslav.k...@gmail.com</email>
  </author>
  <updated>2009-11-20T14:33:29Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/8f1f0509b11486fc?show_docid=8f1f0509b11486fc</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/8f1f0509b11486fc?show_docid=8f1f0509b11486fc"/>
  <title type="text">Re: [doctrine-dev] Re: Doctrine_Tree_NestedSet alias</title>
  <summary type="html" xml:space="preserve">
  Hi Tom, &lt;br&gt; &lt;p&gt;yes, you are right. the attribute is levelColumnName, I am using it and it &lt;br&gt; works. Strange, that it doesn&#39;t work for you. &lt;br&gt; &lt;p&gt;Have you rebuilt your models after changing the attribute to the right &lt;br&gt; name &amp;quot;levelColumnName&amp;quot; in you yml schema? &lt;br&gt; &lt;p&gt;~ &lt;br&gt; Miloslav Kmeť &lt;br&gt; &lt;p&gt;Dňa Pi 20. november 2009 Tom808 napísal:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tom808</name>
  <email>thomas_80...@yahoo.com</email>
  </author>
  <updated>2009-11-20T14:21:28Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/ce9add7fb0b44759?show_docid=ce9add7fb0b44759</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/ce9add7fb0b44759?show_docid=ce9add7fb0b44759"/>
  <title type="text">Re: Doctrine_Tree_NestedSet alias</title>
  <summary type="html" xml:space="preserve">
  Hi Miloslav, &lt;br&gt; &lt;p&gt;it looks like that &lt;br&gt; &lt;p&gt;Company: &lt;br&gt; actAs: &lt;br&gt; NestedSet: &lt;br&gt; levelColumnAlias: lvl &lt;br&gt; &lt;p&gt;does not work. I have downloaded the last version of doctrine 1.2 and &lt;br&gt; it still tries to create a cloumn &amp;quot;level&amp;quot; &lt;br&gt; &lt;p&gt;I found in Doctrine_Tree_NestedSet that $this-&amp;gt;getAttribute &lt;br&gt; (&#39;levelColumnName&#39;) is used to control the name of the level column -
  </summary>
  </entry>
  <entry>
  <author>
  <name>mahono</name>
  <email>matthias.nothh...@googlemail.com</email>
  </author>
  <updated>2009-11-20T12:10:16Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/a5dda16a7a217978/76b4d649a5db26bc?show_docid=76b4d649a5db26bc</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/a5dda16a7a217978/76b4d649a5db26bc?show_docid=76b4d649a5db26bc"/>
  <title type="text">support for non relational databases</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tom808</name>
  <email>thomas_80...@yahoo.com</email>
  </author>
  <updated>2009-11-19T17:37:14Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/574dd92527929247/ff3203086821e912?show_docid=ff3203086821e912</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/574dd92527929247/ff3203086821e912?show_docid=ff3203086821e912"/>
  <title type="text">Re: Migration Doctrine 1.1 to 1.2</title>
  <summary type="html" xml:space="preserve">
  Hi Daniel, &lt;br&gt; &lt;p&gt;thanks a lot, your sample has helped me to get it running. &lt;br&gt; &lt;p&gt;Kind regards &lt;br&gt; Tom
  </summary>
  </entry>
  <entry>
  <author>
  <name>Daniel Cousineau</name>
  <email>dcousin...@gmail.com</email>
  </author>
  <updated>2009-11-19T15:29:05Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/574dd92527929247/bb33e1c28cb3f6f5?show_docid=bb33e1c28cb3f6f5</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/574dd92527929247/bb33e1c28cb3f6f5?show_docid=bb33e1c28cb3f6f5"/>
  <title type="text">Re: [doctrine-dev] Migration Doctrine 1.1 to 1.2</title>
  <summary type="html" xml:space="preserve">
  If this will help, the following is the Zend_Applicatoin_Resource I use in &lt;br&gt; my application to load Doctrine (using the classic file structure of &lt;br&gt; generated models): &lt;br&gt; &lt;p&gt;class App_Application_Resource_Doctr ine extends &lt;br&gt; Zend_Application_Resource_Reso urceAbstract &lt;br&gt; { &lt;br&gt; public function init() &lt;br&gt; { &lt;br&gt; require_once LIB_PATH . &#39;/Doctrine.php&#39;;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tom808</name>
  <email>thomas_80...@yahoo.com</email>
  </author>
  <updated>2009-11-19T15:17:30Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/574dd92527929247/785b25a69513d237?show_docid=785b25a69513d237</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/574dd92527929247/785b25a69513d237?show_docid=785b25a69513d237"/>
  <title type="text">Migration Doctrine 1.1 to 1.2</title>
  <summary type="html" xml:space="preserve">
  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:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tom808</name>
  <email>thomas_80...@yahoo.com</email>
  </author>
  <updated>2009-11-19T13:12:09Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/7ebff30bcd458b07?show_docid=7ebff30bcd458b07</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/7ebff30bcd458b07?show_docid=7ebff30bcd458b07"/>
  <title type="text">Re: Doctrine_Tree_NestedSet alias</title>
  <summary type="html" xml:space="preserve">
  Hi Miloslav, &lt;br&gt; &lt;p&gt;thanks again - i have read the update docu. &lt;br&gt; &lt;p&gt;It looks like i&#39;ve got some problems with zend framework and the &lt;br&gt; autoloader. Doctrine does not find the models. But if you are using &lt;br&gt; symfony your bootstrap won&#39;t help. &lt;br&gt; &lt;p&gt;I have to find some more details on doctrine 1.2 and zend. I will come
  </summary>
  </entry>
  <entry>
  <author>
  <name>Miloslav Kmeť</name>
  <email>miloslav.k...@gmail.com</email>
  </author>
  <updated>2009-11-19T13:04:55Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/e99401975050a214?show_docid=e99401975050a214</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/e99401975050a214?show_docid=e99401975050a214"/>
  <title type="text">Re: [doctrine-dev] Re: Doctrine_Tree_NestedSet alias</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I am using sfDoctrinePlugin in symfony, and my connection in databases.yml &lt;br&gt; looks like this: &lt;br&gt; &lt;p&gt; doctrine: &lt;br&gt; class: sfDoctrineDatabase &lt;br&gt; param: &lt;br&gt; dsn: oracle:dbname=TNS_NAME;charset =AL32UTF8 &lt;br&gt; username: user &lt;br&gt; password: password &lt;br&gt; &lt;p&gt;I do not know what is configuring doctrine from array, but you can look at
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tom808</name>
  <email>thomas_80...@yahoo.com</email>
  </author>
  <updated>2009-11-19T12:47:22Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/b93afa4ae82bfb7c?show_docid=b93afa4ae82bfb7c</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/b93afa4ae82bfb7c?show_docid=b93afa4ae82bfb7c"/>
  <title type="text">Re: Doctrine_Tree_NestedSet alias</title>
  <summary type="html" xml:space="preserve">
  Hi Miloslav, &lt;br&gt; &lt;p&gt;thanks a lot for this very interesting. &lt;br&gt; &lt;p&gt;I does not know before that there is an own oracle apapter (and can&#39;t &lt;br&gt; find any hint in the docu). &lt;br&gt; &lt;p&gt;I just have downloaded 1.2 and start some tests. It looks like that &lt;br&gt; configuring doctrine via a config array is not longer supported. &lt;br&gt; Doctrine does not find models and schema files.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Miloslav Kmeť</name>
  <email>miloslav.k...@gmail.com</email>
  </author>
  <updated>2009-11-19T11:11:30Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/31600d810df7df89?show_docid=31600d810df7df89</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/31600d810df7df89?show_docid=31600d810df7df89"/>
  <title type="text">Re: [doctrine-dev] Re: Doctrine_Tree_NestedSet alias</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;Doctrine 1.2 is just in beta state. I am using the development version from &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://svn.doctrine-project.org/branches/1.2&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Have you ever encountered a problem with CLOBs and PDO_OCI? A time ago (at &lt;br&gt; least 2 years ago) I found, that I can&#39;t work with larger (4kb+) clobs with &lt;br&gt; PDO_OCI. That was not a Doctrine problem, but PDO_OCI. I found very old
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tom808</name>
  <email>thomas_80...@yahoo.com</email>
  </author>
  <updated>2009-11-19T10:51:38Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/dbf41dfdda94935e?show_docid=dbf41dfdda94935e</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/dbf41dfdda94935e?show_docid=dbf41dfdda94935e"/>
  <title type="text">Re: Doctrine_Tree_NestedSet alias</title>
  <summary type="html" xml:space="preserve">
  We use $conn = Doctrine_Manager::connection(o ci://user:password@server/ &lt;br&gt; ORA_SID) to connect to the database
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tom808</name>
  <email>thomas_80...@yahoo.com</email>
  </author>
  <updated>2009-11-19T10:43:49Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/1227f61b74d7451c?show_docid=1227f61b74d7451c</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/1227f61b74d7451c?show_docid=1227f61b74d7451c"/>
  <title type="text">Re: Doctrine_Tree_NestedSet alias</title>
  <summary type="html" xml:space="preserve">
  Hi Miloslav, &lt;br&gt; &lt;p&gt;yes, we are using pdo oci. &lt;br&gt; &lt;p&gt;Jon wrote that some of the bugs i have reported are solved in 1.2.0- &lt;br&gt; RC1. In the download section i can only find 1.2 Beta3 and &amp;quot;svn co &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://svn.doctrine-project.org/tags/1.2.0-BETA3&quot;&gt;[link]&lt;/a&gt;&amp;quot; comes back with &lt;br&gt; &amp;quot;svn: Server sent unexpected return value (400 Bad Request) in
  </summary>
  </entry>
  <entry>
  <author>
  <name>Miloslav Kmeť</name>
  <email>miloslav.k...@gmail.com</email>
  </author>
  <updated>2009-11-19T10:27:18Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/efd21313a3006482?show_docid=efd21313a3006482</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/efd21313a3006482?show_docid=efd21313a3006482"/>
  <title type="text">Re: [doctrine-dev] Re: Doctrine_Tree_NestedSet alias</title>
  <summary type="html" xml:space="preserve">
  Hi Tom, &lt;br&gt; &lt;p&gt;this was added to v1.2. Are you using the PDO_OCI or the adapter for oracle? &lt;br&gt; &lt;p&gt;We are using the v1.2 with Oracle Adapter without any serious problems. &lt;br&gt; &lt;p&gt;~ &lt;br&gt; Miloslav Kmeť &lt;br&gt; &lt;p&gt;Dňa Št 19. november 2009 Tom808 napísal:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tom808</name>
  <email>thomas_80...@yahoo.com</email>
  </author>
  <updated>2009-11-19T10:17:36Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/ef41253c33bdb83c?show_docid=ef41253c33bdb83c</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/ef41253c33bdb83c?show_docid=ef41253c33bdb83c"/>
  <title type="text">Re: Doctrine_Tree_NestedSet alias</title>
  <summary type="html" xml:space="preserve">
  Hi Miloslav, &lt;br&gt; &lt;p&gt;thanks a lot for this information. I have created some tickets. &lt;br&gt; &lt;p&gt;To which versions of doctrine has levelCloumnAlias been added? We are &lt;br&gt; currently using 1.1.4 (with some modifications due to errors in &lt;br&gt; combination with oracle) &lt;br&gt; &lt;p&gt;Kind regards &lt;br&gt; Tom
  </summary>
  </entry>
  <entry>
  <author>
  <name>Miloslav Kmeť</name>
  <email>miloslav.k...@gmail.com</email>
  </author>
  <updated>2009-11-18T14:15:00Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/29d164c41b8f6299?show_docid=29d164c41b8f6299</id>
  <link href="http://groups.google.co.uk/group/doctrine-dev/browse_thread/thread/bf559f4d67283bbc/29d164c41b8f6299?show_docid=29d164c41b8f6299"/>
  <title type="text">Re: [doctrine-dev] Doctrine_Tree_NestedSet alias</title>
  <summary type="html" xml:space="preserve">
  Hi, That&#39;s exactly what was solved week ago. &lt;br&gt; Just use option levelColumnAlias &lt;br&gt; &lt;p&gt;actAs: &lt;br&gt; NestedSets: &lt;br&gt; levelColumnAlias: lvl &lt;br&gt; &lt;p&gt;Whenever you find an issue with quote identifier, please post a ticket into &lt;br&gt; jira about it. &lt;br&gt; &lt;p&gt;Dňa St 18. november 2009 Tom808 napísal:
  </summary>
  </entry>
</feed>
