Don't use query cache, query building is not that expensive.
authorJan Schneider <jan@horde.org>
Wed, 5 Jan 2011 15:57:38 +0000 (16:57 +0100)
committerJan Schneider <jan@horde.org>
Wed, 5 Jan 2011 15:58:13 +0000 (16:58 +0100)
commit262db3cf1179a8efec68730ad1e7545fe13aeaf1
treeb7e20e05f8cf4a3d6978097e3d76f379b37f6206
parentc2583290776ee5c7ce72414daffb0840e37a3089
Don't use query cache, query building is not that expensive.

If really necessary this should be implemented as an instance cache, not a
static cache. Fixes failing pgsql unit test.
framework/Share/lib/Horde/Share/Sql/Hierarchical.php