Skip to content

Commit

Permalink
These comments are useless
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Apr 26, 2012
1 parent ad6e061 commit 941c923
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/Types.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ public function getTypeDescription($type)
return __("A system's default double-precision floating-point number");
case 'BOOLEAN':
return __('True or false');
// Drizzle doesn't have UNSIGNED types
case 'SERIAL':
return __('An alias for BIGINT NOT NULL AUTO_INCREMENT UNIQUE');
case 'UUID':
Expand All @@ -730,7 +729,6 @@ public function getTypeDescription($type)
return __('A variable-length (0-65,535) string, uses binary collation for all comparisons');
case 'BLOB':
return __('A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with a four-byte prefix indicating the length of the value');
// there is no limit on ENUM length
case 'ENUM':
return __("An enumeration, chosen from the list of defined values");
}
Expand Down

0 comments on commit 941c923

Please sign in to comment.