From e1533451fe34ee9e79b70f168bcdb8afe934ef34 Mon Sep 17 00:00:00 2001 From: Renato Martins Date: Thu, 9 Jan 2020 10:00:02 -0300 Subject: [PATCH] Fixed sid parameter to execute --- src/PHPJasper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PHPJasper.php b/src/PHPJasper.php index c733f44..02e86c6 100644 --- a/src/PHPJasper.php +++ b/src/PHPJasper.php @@ -129,7 +129,7 @@ public function process(string $input, string $output, array $options = []) 'jdbc_driver' => '--db-driver', 'jdbc_url' => '--db-url', 'jdbc_dir' => '--jdbc-dir', - 'db_sid' => '-db-sid', + 'db_sid' => '--db-sid', 'xml_xpath' => '--xml-xpath', 'data_file' => '--data-file', 'json_query' => '--json-query'