add functions HEX and UNHEX in the list of functions for Insert/Edit

This commit is contained in:
Marc Delisle
2006-12-29 16:45:11 +00:00
parent 8e61869a17
commit 523da2e726
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ $HeadURL$
2006-12-29 Marc Delisle <lem9@users.sourceforge.net>
* tbl_relation.php: RFE #1621025, show SQL statement in Relation View
(I only implemented the display of InnoDB-related statements)
* libraries/config.default.php: RFE #1621437, add HEX and UNHEX
2006-12-27 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html, libraries/common.lib.php: patch #1592366,

View File

@@ -771,7 +771,9 @@ if ($cfg['ShowFunctionFields']) {
'UNCOMPRESS',
'LAST_INSERT_ID',
'USER',
'CONCAT'
'CONCAT',
'HEX',
'UNHEX'
),
'FUNC_DATE' => array(