
11 Dec
2007
11 Dec
'07
5:09 p.m.
Sebastian Mendel a écrit :
Hi,
a field with TEXT utf8_bin results in [Blob - XXX bytes]
is this volitional?
Not really intentional, it's a side effect of this code in display_tbl.lib.php // b l o b } elseif ($GLOBALS['cfg']['ShowBlob'] == false && stristr($meta->type, 'BLOB')) { because the reported type is BLOB in this case.