Skip to content

Releases: DapperLib/DapperAOT

1.0.31

13 Dec 16:54
3bd3504
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.27...1.0.31

1.0.27

13 Dec 14:22
0bce336
Compare
Choose a tag to compare

What's Changed

  • mirror Dapper behaviour re string length; see #95 by @mgravell in #96
  • Try to prevent stack overflow scenario during parse; see #94 by @mgravell in #97

Full Changelog: 1.0.23...1.0.27

1.0.23

20 Nov 11:44
07a183e
Compare
Choose a tag to compare

What's Changed

  • fix usage from minimal APIs / top-level statements - #86 by @mgravell in #87

Full Changelog: 1.0.16...1.0.23

1.0.16

17 Nov 10:25
94fcf0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.14...1.0.16

1.0.14

15 Nov 22:41
66e1e2b
Compare
Choose a tag to compare

What's Changed

  • add [BatchSize] and pass thru to multi-row execute by @mgravell in #76

Full Changelog: 1.0.11...1.0.14

1.0.11

15 Nov 16:27
0ea03d8
Compare
Choose a tag to compare

What's Changed

  • close readers before recycling - required for npgsql by @mgravell in #74

Full Changelog: 1.0.10...1.0.11

1.0.10

15 Nov 14:36
Compare
Choose a tag to compare

What's Changed

  • treat IEnumerable<string,object[?]> parameters as "dynamic parameters" (not yet handled, but: correctly so)

Full Changelog: 1.0.8...1.0.10

1.0.8

15 Nov 13:25
65cb7d5
Compare
Choose a tag to compare

What's Changed

  • Fix detection of raw IEnumerable<T> etc by @mgravell in #72
  • Use deferred construction if there are required members (fix #71) by @mgravell in #73

Full Changelog: 1.0.2...1.0.8

1.0.2

14 Nov 20:16
Compare
Choose a tag to compare

Initial release inline with .NET 8

https://aot.dapperlib.dev/

Enjoy!