Skip to content

Releases: kant2002/SqlMarshal

Release 0.4.3

14 Aug 11:45
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.4.3

Release 0.2.0

10 May 11:39
Compare
Choose a tag to compare
  • 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

29 Mar 06:16
Compare
Choose a tag to compare

Initial release of SqlMarshal

  • Ability perform codegen for SQL and stored procedures
  • Native AOT friendly codegen