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>
|
2006-12-29 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_relation.php: RFE #1621025, show SQL statement in Relation View
|
* tbl_relation.php: RFE #1621025, show SQL statement in Relation View
|
||||||
(I only implemented the display of InnoDB-related statements)
|
(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>
|
2006-12-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* Documentation.html, libraries/common.lib.php: patch #1592366,
|
* Documentation.html, libraries/common.lib.php: patch #1592366,
|
||||||
|
@@ -771,7 +771,9 @@ if ($cfg['ShowFunctionFields']) {
|
|||||||
'UNCOMPRESS',
|
'UNCOMPRESS',
|
||||||
'LAST_INSERT_ID',
|
'LAST_INSERT_ID',
|
||||||
'USER',
|
'USER',
|
||||||
'CONCAT'
|
'CONCAT',
|
||||||
|
'HEX',
|
||||||
|
'UNHEX'
|
||||||
),
|
),
|
||||||
|
|
||||||
'FUNC_DATE' => array(
|
'FUNC_DATE' => array(
|
||||||
|
Reference in New Issue
Block a user