HEX and UNHEX were not available for a BINARY field
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog
|
||||
$Id$
|
||||
$HeadURL$
|
||||
|
||||
2007-02-24 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/config.default.php: RFE #1621437, HEX and UNHEX were not
|
||||
available for a BINARY field
|
||||
|
||||
2007-02-21 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* pmd/scripts/move.js: bug #1650770, Designer and Mac OSX,
|
||||
thanks to Ivan Kirillov
|
||||
|
@@ -2264,7 +2264,9 @@ if ($cfg['ShowFunctionFields']) {
|
||||
'UNIX_TIMESTAMP',
|
||||
'USER',
|
||||
'WEEKDAY',
|
||||
'CONCAT'
|
||||
'CONCAT',
|
||||
'HEX',
|
||||
'UNHEX'
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -2322,8 +2324,8 @@ if ($cfg['ShowFunctionFields']) {
|
||||
'LAST_INSERT_ID',
|
||||
'USER',
|
||||
'CONCAT',
|
||||
'HEX',
|
||||
'UNHEX'
|
||||
'HEX',
|
||||
'UNHEX'
|
||||
),
|
||||
|
||||
'FUNC_DATE' => array(
|
||||
|
Reference in New Issue
Block a user