bug #1610314, incomplete detection of binary columns
This commit is contained in:
@@ -399,7 +399,7 @@ foreach ($loop_array AS $vrowcount => $vrow) {
|
||||
|
||||
<?php
|
||||
// The type column
|
||||
$is_binary = stristr($row_table_def['Type'], ' binary');
|
||||
$is_binary = stristr($row_table_def['Type'], 'binary');
|
||||
$is_blob = stristr($row_table_def['Type'], 'blob');
|
||||
$is_char = stristr($row_table_def['Type'], 'char');
|
||||
switch ($row_table_def['True_Type']) {
|
||||
|
Reference in New Issue
Block a user