Releases: kant2002/SqlMarshal
Releases · kant2002/SqlMarshal
v0.5.0
Release 0.4.3
What's Changed
- Add
DbTransaction
as parameter - Account for nullability when return single object
- Docs: enable C# highlighting by @ForNeVeR in #7
- Correcting Typos in Readme by @AndrewRissing in #8
- Add simple build by @kant2002 in #9
- Fix single object issue in DbConnection mode by @kant2002 in #10
New Contributors
- @ForNeVeR made their first contribution in #7
- @AndrewRissing made their first contribution in #8
Full Changelog: v0.2.0...v0.4.3
Release 0.2.0
- Add ability to pass
DbCommand
as parameters - All awaitable code has
ConfigureAwait(false)
- Add ability to pass
CancellationToken
to async methods.
Release 0.1.0
Initial release of SqlMarshal
- Ability perform codegen for SQL and stored procedures
- Native AOT friendly codegen