bug #1610314, incomplete detection of binary columns
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
||||
|
||||
2006-12-12 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/Table.class.php: problem changing a TIMESTAMP to DEFAULT 0
|
||||
* tbl_change.php: bug #1610314, detection of binary column
|
||||
|
||||
2006-12-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/ip_allow_deny.lib.php: checks that the header contains
|
||||
|
@@ -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