You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Please use for all comments, discussions, feature requests or bug reports the Gi
9
9
10
10
<!-- toc -->
11
11
12
+
-[0.5.2 (2020-05-09)](#052-2020-05-09)
12
13
-[0.5.1 (2020-04-19)](#051-2020-04-19)
13
14
-[0.5.0 (2018-12-23)](#050-2018-12-23)
14
15
-[0.4.1 (2017-05-27)](#041-2017-05-27)
@@ -19,11 +20,14 @@ Please use for all comments, discussions, feature requests or bug reports the Gi
19
20
20
21
<!-- tocstop -->
21
22
23
+
## 0.5.2 (2020-05-09)
24
+
25
+
Fixes #30: Primary key missing from create_row when identity column is used as PK - thanks to PaoloM (github.com/softinn72) to report this issue.
26
+
22
27
## 0.5.1 (2020-04-19)
23
28
24
29
Fixes #29: Primary key not returned on create_row when XMLTYPE column is present - thanks to PaoloM (github.com/softinn72) to report this issue.
25
30
26
-
27
31
## 0.5.0 (2018-12-23)
28
32
29
33
Special thanks to Jacek Gębal (github.com/jgebal), Peter Ettinger (github.com/pettinger) and PaoloM (github.com/softinn72) for the valuable feedback in several issues.
@@ -32,21 +36,21 @@ ATTENTION: When installed in a central tools schema you need from version 0.5 on
32
36
33
37
New support for multi column primary keys:
34
38
35
-
- NOT generated: get_pk_by_unique_cols functions - use instead read_row functions, which are also overloaded with unique constraint params and returning the whole row
36
-
- NOT supported: use of generic change log (p_enable_generic_change_log)
39
+
- NOT generated: get_pk_by_unique_cols functions - use instead read_row functions, which are also overloaded with unique constraint params and returning the whole row
40
+
- NOT supported: use of generic change log (p_enable_generic_change_log)
Other things, mostly internals, the visible one is better formatted API code:
52
56
@@ -67,12 +71,10 @@ Other things, mostly internals, the visible one is better formatted API code:
67
71
- In the second step we want to use also utPLSQL for tests
68
72
- Many rework in the background, mainly for the multi column primary keys - Thank you Peter ;-)
69
73
70
-
71
74
## 0.4.1 (2017-05-27)
72
75
73
76
- Fixes #5: Parameter with PK is not used to insert - thanks to Jacek Gębal to report this issue
74
77
75
-
76
78
## 0.4.0 (2017-03-30)
77
79
78
80
New generated API functions / procedures:
@@ -95,21 +97,18 @@ Other stuff:
95
97
- renaming internal variables more consistently
96
98
- supporting special column names, by using quotes around column names and validating / converting parameter names
97
99
98
-
99
100
## 0.3.0 (2016-07-03)
100
101
101
102
- First public release
102
103
- André: Complete redesign with global package collections and initialisation phase to avoid many dictionary queries
103
104
- Ottmar: Integration of all dependencies as package utilities, template engine to avoid many replace statements, integration in SQL-Developer, save parameters in source code for easy recreation
104
105
105
-
106
106
## 0.2.0 (not published)
107
107
108
108
- André: Read row procedure for APEX with out parameters for the page items, rowtype based methods
109
109
- Ottmar: Generic change log, get pk by unique columns function, idea for rowtype based methods
110
110
111
-
112
111
## 0.1.0 (not published)
113
112
114
113
- André: Idea and first running version
115
-
- Ottmar: Fan of the idea and first usage in a project :-)
114
+
- Ottmar: Fan of the idea and first usage in a project :-)
0 commit comments