PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB » Bug #2611

Not suported (?) SQL query.

Details

Submitted2004-10-25 10:15 UTC
Fromsunbox at gmx dot net
StatusBogus
PackageDB
PHP Version4.3.9
OSWin XP
Roadmaps(Not assigned)

Comments

[2004-10-25 10:15 UTC] sunbox at gmx dot net

Description:
------------
unknown error

Reproduce code:
---------------
$r_abkuerzung->free();

//print_r($result);
$smarty->assign('result', $result);

// letzte Aktualisierung
$r_table = $sql->query ("SHOW TABLE STATUS FROM nupav");

if(DB::isError($r_table)) die($r_table->getMessage());

$f_table = $r_table->fetchrow(DB_FETCHMODE_ASSOC);
$r_table->free();
$smarty->assign('last_edit', $f_table['Update_time']);

Expected result:
----------------
a parsed template ;)

Actual result:
--------------
DB Error: unknown error