Home » Database » DB » Bug #2611
Not suported (?) SQL query.
Details
| Submitted | 2004-10-25 10:15 UTC |
|---|---|
| From | sunbox at gmx dot net |
| Status | Bogus |
| Package | DB |
| PHP Version | 4.3.9 |
| OS | Win 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