[Tickets #9151] Re: Kronolith, Nag, Mnemo, Turba don't work with Oracle DB
bugs at horde.org
bugs at horde.org
Tue Jul 27 19:15:31 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9151
------------------------------------------------------------------------------
Ticket | 9151
Updated By | robert at databee.org
Summary | Kronolith, Nag, Mnemo, Turba don't work with Oracle DB
Queue | Horde Framework Packages
Version | FRAMEWORK_3
Type | Bug
State | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
robert at databee.org (2010-07-27 15:15) wrote:
It was in a file called /lib/Horde/SQL/Manager.php
There is a function:
function getInstance($dsn = array())
{
// Merge local options with Horde database config.
if (isset($GLOBALS['conf']['sql'])) {
$dsn = array_merge($GLOBALS['conf']['sql'], $dsn);
}
unset($dsn['charset']);
$options = array('seqcol_name' => 'id',
'portability' => MDB2_PORTABILITY_ALL &
~MDB2_PORTABILITY_FIX_CASE,
'force_defaults' => false,
'emulate_database' => false);
^^^^^^^^^^^^^^^^^^
This is for sure not the right place for doing so, since it affects
the other db-drivers, too...
I'm a Oracle Database Architect/Developer/Administrator, and have no
experience in php-programming, so I decided at this to leave that to
the ones who know, what they are doing
More information about the bugs
mailing list