Merge branch 'QA_3_3'

This commit is contained in:
Marc Delisle
2010-05-30 08:44:33 -04:00
2 changed files with 5 additions and 0 deletions

View File

@@ -2220,6 +2220,10 @@ if (! defined('PMA_MINIMUM_COMMON')) {
$after = '';
$before = '';
}
// for example SELECT 1 somealias
if ($typearr[1] == 'digit_integer') {
$before = ' ';
}
if (($typearr[3] == 'alpha_columnType') || ($typearr[3] == 'alpha_identifier')) {
$after .= ' ';
}