Added prequery statements to SQLReport and per-dbLink allowed keywords.
This commit is contained in:
parent
929df9cbf9
commit
72b999b0ea
10 changed files with 218 additions and 68 deletions
|
|
@ -25,6 +25,11 @@ our $HELP = {
|
|||
description => '15 description',
|
||||
namespace => 'Asset_SQLReport',
|
||||
},
|
||||
{
|
||||
title => 'Prequery statements',
|
||||
description => 'Prequery statements description',
|
||||
namespace => 'Asset_SQLReport',
|
||||
},
|
||||
{
|
||||
title => '4',
|
||||
description => '4 description',
|
||||
|
|
@ -44,7 +49,11 @@ our $HELP = {
|
|||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'Wobject'
|
||||
}
|
||||
},
|
||||
{
|
||||
tag => 'database links manage',
|
||||
namespace => 'WebGUI',
|
||||
},
|
||||
]
|
||||
},
|
||||
'sql report template' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue