Mantis - Quercus
Viewing Issue Advanced Details
1492 minor always 12-05-06 02:10 05-01-07 06:03
KnisterPeter  
nam  
normal  
closed 3.1.0  
fixed  
none    
none 3.1.1  
0001492: Mysql Driver Metadata
The mysql_list_fields method does return invalid and incompletete metadata.
E.g. the table name is null or empty string.

To fix this change the query in mysql_list_fields to:

SELECT * FROM " + tableName + " WHERE NULL

Notes
(0001887)
nam   
05-01-07 06:03   
php/141c

that query worked!