bug #1610314, incomplete detection of binary columns
This commit is contained in:
@@ -7,6 +7,7 @@ $HeadURL$
|
||||
|
||||
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, incomplete detection of binary column
|
||||
|
||||
2006-12-11 Michal Čihař <michal@cihar.com>
|
||||
* lang/czech: Updated.
|
||||
|
@@ -426,7 +426,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