Re: [Components] ezcTree and Oracle

2009-03-12 Thread Peter Hopfgartner
Gaetano Giunta wrote: Thomas Koch a écrit : Hi Peter, I've had the issue with uppercase myself once and it is since then documented at: http://ezcomponents.org/docs/tutorials/Database#restrictions The import code is at Database/handler.php, line 91: $this-setAttribute(

Re: [Components] ezcTree and Oracle

2009-03-02 Thread Peter Hopfgartner
Thomas Koch wrote: Hi Peter, Hi Thomas I've had the issue with uppercase myself once and it is since then documented at: http://ezcomponents.org/docs/tutorials/Database#restrictions Ok, I see! Could this note be referenced from

Re: [Components] ezcTree and Oracle

2009-03-02 Thread Gaetano Giunta
Peter Hopfgartner a écrit : Dear ezComnuity, I would like to use the Tree functionality for a database located in a Oracle database. Unfortunatly I hava a couple of problems, that may be caused by the fact that * I'm new to ezComponents * I'm new to Oracle I defined the table as

Re: [Components] ezcTree and Oracle

2009-03-02 Thread Peter Hopfgartner
Thomas Koch wrote: Hi Peter, Hi Thomas I've had the issue with uppercase myself once and it is since then documented at: http://ezcomponents.org/docs/tutorials/Database#restrictions The import code is at Database/handler.php, line 91: $this-setAttribute( PDO::ATTR_CASE,

[Components] ezcTree and Oracle

2009-02-27 Thread Peter Hopfgartner
Dear ezComnuity, I would like to use the Tree functionality for a database located in a Oracle database. Unfortunatly I hava a couple of problems, that may be caused by the fact that * I'm new to ezComponents * I'm new to Oracle I defined the table as CREATE TABLE taxonomy ( id

Re: [Components] ezcTree and Oracle

2009-02-27 Thread Thomas Koch
Hi Peter, I've had the issue with uppercase myself once and it is since then documented at: http://ezcomponents.org/docs/tutorials/Database#restrictions The import code is at Database/handler.php, line 91: $this-setAttribute( PDO::ATTR_CASE, PDO::CASE_LOWER ); This means, that all