bug #1114550 changing a float unsigned column type
This commit is contained in:
@@ -8,6 +8,8 @@ $Source$
|
||||
2005-02-02 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/dbi/*: PMA_DBI_num_rows(): do not send a boolean
|
||||
to mysqli_num_rows() or mysql_num_row(), it expects a result resource
|
||||
* tbl_properties.inc.php: bug #1114550, changing the type of
|
||||
a float unsigned column
|
||||
|
||||
2005-01-30 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/export/sql.php: bug #1108521, part 2: mysqli_num_rows
|
||||
|
@@ -257,6 +257,9 @@ for ($i = 0 ; $i < $num_fields; $i++) {
|
||||
$length = $submit_length;
|
||||
}
|
||||
|
||||
// rtrim the type, for cases like "float unsigned"
|
||||
$type = rtrim($type);
|
||||
|
||||
$cnt_column_types = count($cfg['ColumnTypes']);
|
||||
for ($j = 0; $j < $cnt_column_types; $j++) {
|
||||
$content_cells[$i][$ci] .= ' <option value="'. $cfg['ColumnTypes'][$j] . '"';
|
||||
|
Reference in New Issue
Block a user