From 5c6bf4908debc5936325126ed2a557b2610fb5b8 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 24 Feb 2007 16:25:44 +0000 Subject: [PATCH] HEX and UNHEX were not available for a BINARY field --- ChangeLog | 4 ++++ libraries/config.default.php | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4b6c1a01e..302aed93d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL$ +2007-02-24 Marc Delisle + * libraries/config.default.php: RFE #1621437, HEX and UNHEX were not + available for a BINARY field + 2007-02-21 Marc Delisle * pmd/scripts/move.js: bug #1650770, Designer and Mac OSX, thanks to Ivan Kirillov diff --git a/libraries/config.default.php b/libraries/config.default.php index b406de3f5..ed9875a8f 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -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(