add functions HEX and UNHEX in the list of functions for Insert/Edit
This commit is contained in:
@@ -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,
|
||||
|
@@ -771,7 +771,9 @@ if ($cfg['ShowFunctionFields']) {
|
||||
'UNCOMPRESS',
|
||||
'LAST_INSERT_ID',
|
||||
'USER',
|
||||
'CONCAT'
|
||||
'CONCAT',
|
||||
'HEX',
|
||||
'UNHEX'
|
||||
),
|
||||
|
||||
'FUNC_DATE' => array(
|
||||
|
Reference in New Issue
Block a user