Skip to content

Releases: DapperLib/DapperAOT

1.0.52

Choose a tag to compare

@mgravell mgravell released this 16 May 20:23
1.0.52
7a36975

What's Changed

New Contributors

Full Changelog: 1.0.48...1.0.52

1.0.48

Choose a tag to compare

@mgravell mgravell released this 27 Mar 16:48

What's Changed

  • add [QueryColumns] and [StrictTypes] by @mgravell in #149
  • cached-command should use a backing pool, in particular for async APIs by @mgravell in #150

Full Changelog: 1.0.45...1.0.48

1.0.45

Choose a tag to compare

@mgravell mgravell released this 27 Mar 16:48
7566e7d

What's Changed

New Contributors

Full Changelog: 1.0.31...1.0.45

1.0.31

Choose a tag to compare

@mgravell mgravell released this 13 Dec 16:54
3bd3504

What's Changed

Full Changelog: 1.0.27...1.0.31

1.0.27

Choose a tag to compare

@mgravell mgravell released this 13 Dec 14:22
0bce336

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

Choose a tag to compare

@mgravell mgravell released this 20 Nov 11:44
07a183e

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

Choose a tag to compare

@mgravell mgravell released this 17 Nov 10:25
94fcf0d

What's Changed

Full Changelog: 1.0.14...1.0.16

1.0.14

Choose a tag to compare

@mgravell mgravell released this 15 Nov 22:41
66e1e2b

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

Choose a tag to compare

@mgravell mgravell released this 15 Nov 16:27
0ea03d8

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

Choose a tag to compare

@mgravell mgravell released this 15 Nov 14:36

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