Add executeWrite().
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 25 May 2010 03:38:44 +0000 (21:38 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 25 May 2010 03:50:52 +0000 (21:50 -0600)
commit556ca7c259f179d69a1bace18224280720889acc
tree2e7a2299a11feade6861d09c9ff8a9dea29bf104
parent2e856e3669ebc439d13bb8127b5ff29434525ad2
Add executeWrite().

Needed to run custom SQL queries that may need access to the write DB.
framework/Db/lib/Horde/Db/Adapter/Base.php
framework/Db/lib/Horde/Db/Adapter/Base/Schema.php
framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php
framework/Db/lib/Horde/Db/Adapter/Mysqli.php
framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php