Releases: benwmaddox/DataAccessGeneration
Releases · benwmaddox/DataAccessGeneration
Release list
V1.28.0
V1.27.0
- Updated procedure execution so it can find results when: fallback option is used because of temp tables and user defined table types are used as parameters.
- Fakes for run transaction will work now
V1.24
2023-06-05 (V1.24)
- Reduced database calls when return type is None or Output.
V1.22
2023-06-01 (V1.22)
- Corrected type used in generating interfaces for user defined table type values
- Exiting by default instead of requiring a key press
V1.21
Included a longer timeout for database calls (#45)
V1.20
Correct interface & prepare for release (#41) * Changed to OutputFile record instead of tuple * Added new method to interface. Preparing for 1.20 release
Release 1.19.0
Memory leak fix around command creation
V1.18.0 Output Result Fix
Corrected result assignments for output result types when no result set is returned.
V1.17
Corrected name conversion for datetime2 types.
V1.16
Initial public release. Using a date based version currently