Skip to content

Commit 4d1803b

Browse files
committed
prepare v2.0
1 parent 6511726 commit 4d1803b

File tree

4 files changed

+20
-21
lines changed

4 files changed

+20
-21
lines changed

PLEX.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ INSTALLATION
3737

3838
CHANGELOG
3939

40-
- 2.0.0 (2019-06-xx)
40+
- 2.0.0 (2019-06-20)
4141
- Package is now independend from APEX to be able to export schema object DDL and table data without an APEX installation
4242
- ATTENTION: The return type of functions BackApp and Queries_to_CSV has changed from `apex_t_export_files` to `plex.tab_export_files`
4343
- New parameters to filter for object types

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!-- DO NOT EDIT THIS FILE DIRECTLY - it is generated from source file PLEX.pks -->
22

3+
PL/SQL Export Utilities
4+
=======================
35

46
- [Package PLEX](#plex)
57
- [Function backapp](#backapp)
@@ -10,12 +12,9 @@
1012
- [Function view_runtime_log](#view_runtime_log)
1113

1214

13-
<h1><a id="plex"></a>Package PLEX</h1>
14-
<!--===============================-->
15+
<h2><a id="plex"></a>Package PLEX</h2>
16+
<!----------------------------------->
1517

16-
PL/SQL Export Utilities
17-
=======================
18-
1918
PLEX was created to be able to quickstart version control for existing (APEX) apps and has currently two main functions called **BackApp** and **Queries_to_CSV**. Queries_to_CSV is used by BackApp as a helper function, but its functionality is also useful standalone.
2019

2120
See also this resources for more information:
@@ -44,7 +43,7 @@ INSTALLATION
4443

4544
CHANGELOG
4645

47-
- 2.0.0 (2019-06-xx)
46+
- 2.0.0 (2019-06-20)
4847
- Package is now independend from APEX to be able to export schema object DDL and table data without an APEX installation
4948
- ATTENTION: The return type of functions BackApp and Queries_to_CSV has changed from `apex_t_export_files` to `plex.tab_export_files`
5049
- New parameters to filter for object types
@@ -101,7 +100,7 @@ BEGIN
101100
|| l_file_collection(i).name);
102101
END LOOP;
103102
END;
104-
{{/}}
103+
/
105104
```
106105

107106
EXAMPLE ZIP FILE PL/SQL
@@ -224,7 +223,7 @@ BEGIN
224223
p_query => 'select * from user_tables',
225224
p_file_name => 'user_tables');
226225
END;
227-
{{/}}
226+
/
228227
```
229228

230229
SIGNATURE
@@ -265,7 +264,7 @@ BEGIN
265264
|| l_file_collection(i).name);
266265
END LOOP;
267266
END;
268-
{{/}}
267+
/
269268
```
270269

271270
EXPORT EXPORT ZIP FILE PL/SQL

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"chokidar-cli": "^1.2.2",
14-
"ploc": "^0.5.0"
14+
"ploc": "^0.6.0"
1515
}
1616
}

0 commit comments

Comments
 (0)