HEX and UNHEX were not available for a BINARY field

This commit is contained in:
Marc Delisle
2007-02-24 16:25:44 +00:00
parent cd93ef76b9
commit 5c6bf4908d
2 changed files with 9 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog
$Id$ $Id$
$HeadURL$ $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> 2007-02-21 Marc Delisle <lem9@users.sourceforge.net>
* pmd/scripts/move.js: bug #1650770, Designer and Mac OSX, * pmd/scripts/move.js: bug #1650770, Designer and Mac OSX,
thanks to Ivan Kirillov thanks to Ivan Kirillov

View File

@@ -2264,7 +2264,9 @@ if ($cfg['ShowFunctionFields']) {
'UNIX_TIMESTAMP', 'UNIX_TIMESTAMP',
'USER', 'USER',
'WEEKDAY', 'WEEKDAY',
'CONCAT' 'CONCAT',
'HEX',
'UNHEX'
); );
/** /**