[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