update docs

This commit is contained in:
ogobrecht 2019-06-20 16:33:45 +02:00
parent 4d1803b52f
commit 87b74acf5c
4 changed files with 10 additions and 8 deletions

View File

@ -323,6 +323,7 @@ WITH
END queries_to_csv_zip;
SELECT queries_to_csv_zip FROM dual;
{{/}}
```
**/

View File

@ -116,7 +116,7 @@ BEGIN
-- do something with the zip file
-- Your code here...
END;
{{/}}
/
```
EXAMPLE ZIP FILE SQL
@ -164,7 +164,7 @@ WITH
p_base_path_data => 'app_data'));
END backapp;
SELECT backapp FROM dual;
{{/}}
/
```
SIGNATURE
@ -286,7 +286,7 @@ BEGIN
-- do something with the zip file
-- Your code here...
END;
{{/}}
/
```
EXAMPLE EXPORT ZIP FILE SQL
@ -307,7 +307,8 @@ WITH
RETURN v_return;
END queries_to_csv_zip;
SELECT queries_to_csv_zip FROM dual;
{{/}}
/
```
SIGNATURE

6
package-lock.json generated
View File

@ -1521,9 +1521,9 @@
"integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
},
"ploc": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/ploc/-/ploc-0.6.0.tgz",
"integrity": "sha512-j+HbT/HrhPEn045i4QEaP6dbU7DU8KNB5mgWP5voYHys9UBMHwuGXQZgGTSUHdKWQe87M7LfcWDkURO23KPnwA==",
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/ploc/-/ploc-0.6.1.tgz",
"integrity": "sha512-xEiYb8AO7AUC7RGXs6myDHo+xb8eyd2ome5F9sibHuYnT1D8R8RsoAZXoWOfw+APb6AC5nrY015qIJxd5ajcZg==",
"requires": {
"glob": "^7.1.4",
"minimist": "^1.2.0"

View File

@ -11,6 +11,6 @@
},
"dependencies": {
"chokidar-cli": "^1.2.2",
"ploc": "^0.6.0"
"ploc": "^0.6.1"
}
}