Releases: SoftwareAG/adabas-go-api
add more comment
v1.6.20 new tag created
Support different record buffer input for OpenUser
v1.6.19 signed my 1.6.19 tag
PE and MU index problem fixed
In some case the reference of an PE and MU index is used different. Possible notations are
- with comma like SE[1,2]
- with two brackets like SE[1][2]
Fix Large object stream crash
Streaming Large Objects with Adabas Go API can cause a crash. This fix handles streaming correctly.
Lock central usage of Adabas ID
Adabas ID is used to synchronize parallel request using same Adabas ID.
Adabas Response code 153 is avoided.
Changes after profiler tests
Minor fixes and changes after profiler runs
Minor API fixes
This fix add some more platform related information API. The API provides Mainframe or Linux, Unix Windows information about the Adabas database running on.
Some more tests on Mainframe are done.
What's Changed
- Target Adabas information provided by @tknie in #33
- Update version by @tknie in #34
- Fix error handling, no error return in Adabas Map usage with repositories by @tknie in #35
Full Changelog: v1.6.13...v1.6.14
Adabas information collected
During Open to database information are provided which can be get with corresponding methods (ada.Version() and ada.Platform())
ABD enhancements
ABD usage enhancements needed for projects using lower layer access to Adabas.
Fix internal problems
Various internal problems are found and fixed
- golint tools
- Adabas instance usage