Skip to end of banner
Go to start of banner

SQL-file Macro

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

On this page

Description

This macro has similar parameters as the SQL Macro and behaves similarly in most cases. There are 2 primary reasons for using sql-file:

  1. Security - it can be secured separately from the other SQL macros. 
    1. Using Macro Security for Confluence, more general users can be authorized to use this macro since the administrator controls what queries can be accessed.
    2. When not using Macro Security for Confluence, the administrator can disable the sql and sql-query macros and still allow the sql-file macro since it has a fixed set of queries that can be run. 
  2. Simplified file access parameter.

Parameters

ParameterRequiredDefaultMacro Browser LabelDescription

file

  • may be restricted
(tick) File

File path in the configured Confluence server home directory under the script directory.


Unable to render {include} The included page could not be found.

Examples

 {sql-file:dataSource=testDS|file=authorized.sql}

 

  • No labels