forked from SAP-archive/gorfc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
27 lines (24 loc) · 839 Bytes
/
CHANGES
File metadata and controls
27 lines (24 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
CHANGES
=======
0.0.1 (2016-02-01)
------------------
- Initial release
0.1.0 (2020-05-04)
------------------
- Darwin support
- New connection parameters added, type changed to map
- New connection attributes added, type changed to map
- Table parameter accepts also array of variables
- ABAP datatypes conversions fixed:
- Bytes: RFCTYPE_BYTE, RFCTYPE_XSTRING
- BCD: RFCTYPE_BCD
- ABAP INT8 type added: RFCTYPE_INT8
0.2.0 (2020-06-09)
------------------
- ABAP datatypes support completed, added: RFC_DECF16, RFC_DECF34, RFC_UTCLONG
- Error handling extended with GoRfc error type
- RFCTYPE_XSTRING wrap fix, fixed cLen replaced by variable strLen
- ABAP input parameters check extended, covering:
- Passing non-array to TABLE parameter
- Datatypes unit tests
- Raise an error if RFM call requested over closed connection