Add an index cache as well as the columns cache
authorChuck Hagenbuch <chuck@horde.org>
Sun, 4 Jan 2009 17:38:21 +0000 (12:38 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 4 Jan 2009 17:38:21 +0000 (12:38 -0500)
commit567320e2bcbb4ae3354b069716b6baf2338064a4
tree36d716125c5c47db5d7c105f2751f4ac2faabc15
parentd394e9802617cc248f8f79d9b3ec100a06234e4c
Add an index cache as well as the columns cache
framework/Db/lib/Horde/Db/Adapter/Abstract/Schema.php
framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php
framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php
framework/Db/test/Horde/Db/Adapter/MysqliTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php