Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
for some reason when you set ezcGraph::KEY and ezcGraph::VALUE you must set them to lowercase regardless of how it is returned from the database. The result of this is that you end up getting a ezcGraphDatabaseMissingColumnException error. This shouldn't happen. It's quite valid to say 'SELECT col1 AS MyCol FROM mytable' You would then expect to have to set ezcGraph::KEY or ezcGraph::VALUE to 'MyCol' not 'mycol'. It may be acceptable to be able to set ezcGraph::VALUE = 'MyCol' and lowercase the string in the setter in the code source. Environment: Operating System: Windows |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||