Sorcerer's IsleCode QueryParam Scanner / files

 1[Config]
 2keys=ProfileName,OutputFormat,RequestTimeout,StartingDir,recurse,Exclusions,scanOrderBy,scanQoQ,scanBuiltInFunc,showScopeInfo,highlightClientScopes,ClientScopes,ReturnSqlSegments
 3
 4
 5
 6[ProfileName]
 7label=Profile Name
 8type=text
 9
10
11; Basic Settings
12
13[OutputFormat]
14label=Output Format
15type=select
16options=HTML,JSON,WDDX,XML
17
18[RequestTimeout]
19label=Request Timeout
20type=text
21hint=Override the Request Timeout setting. Set to 'default' to ignore.
22
23
24; Directory Settings
25
26[StartingDir]
27label=Directory
28type=text
29hint=Absolute path or mapping.
30
31[recurse]
32label=Recurse?
33type=boolean
34hint=Enable to scan inside sub-directories.
35
36[Exclusions]
37label=Exclusions
38type=text
39hint=A regular expression specifying which files/directories to exclude.
40
41
42; Scanner Flags
43
44[scanQoQ]
45label=Scan Query of Queries?
46type=boolean
47hint=Enable to include Queries with dbtype="query".
48
49[scanBuiltInFunc]
50label=Scan Built-in Functions?
51type=boolean
52hint=Enable to include functions like Now(), Round(...), ArrayLen(...), etc.
53
54[scanOrderBy]
55label=Scan ORDER BY?
56type=boolean
57hint=Disable to exclude ORDER BY clauses from scanning.
58status=experimental
59
60
61; Result Options
62
63[showScopeInfo]
64label=Show Scope Info?
65type=boolean
66hint=Disable to not provide information about scopes which variables are in.
67
68[highlightClientScopes]
69label=Highlight Client Scopes?
70type=boolean
71hint=Disbale to highlight queries which contain client scoped variables.
72
73[ClientScopes]
74label=Client Scopes
75type=text
76hint=A list of scopes which can be directly set by clients.
77
78
79[ReturnSqlSegments]
80label=Return SQL Segments
81type=boolean
82hint=Enable to include separate SELECT/FROM/WHERE/etc in result data.
83status=experimental