Hi!
I found a syntax in program/lib/MDB2/Driver/Manager/fbsql.php. Use the following patch to fix it.
-snip- Index: fbsql.php =================================================================== RCS file: /cvsroot/roundcubemail/roundcubemail/program/lib/MDB2/Driver/Manager/fbsql.php,v retrieving revision 1.1 diff -u -r1.1 fbsql.php --- fbsql.php 27 Oct 2005 13:40:37 -0000 1.1 +++ fbsql.php 30 Oct 2005 08:26:47 -0000 @@ -478,7 +478,6 @@ * @return mixed data array on success, a MDB2 error on failure * @access public */
*/
function listTableIndexes($table)
{
$db =& $this->getDBInstance();
-/snip-
Cu, Gunnar
Gunnar Wagenknecht wrote:
Hi!
I found a syntax in program/lib/MDB2/Driver/Manager/fbsql.php. Use the following patch to fix it.
Thx, fixed in PEAR cvs ... though it would be nice if you would also file a bug report with PEAR::MDB2 itself.
Aside from that the FrontbaseSQL driver seriously needs love. I do not have the RDBMS installed myself anymore and so the driver is more or less unmaintained.
regards, Lukas