Whats new in v2.12.3:
- Remove use of GeneratedCodeAttribute where not necessary.
- Case 108. Include the schema when calling stored procedures. Thanks to emdadgar2.
- Case 109. Nullable uniqueidentifier with default value generates exception. Thanks to markuspeter.
- Case 107. Stored procedure return column name tidy up could bring all Null value. Thanks to disanxian.
- Case 106. Add support for async methods. Thanks to youngcm2.
- Changed the stored procedure parameters to be nullable. Thanks to Suraj Ramalingam.
- Case 110. Do not remove stored procedure where it has no return fields.