Update OrmLite's embedded Dapper?

Hi

Any chance you can update OrmLite’s embedded Dapper to the latest version before the next ServiceStack release?

There’s an update that allows passing sql parameters directly from a typed SqlExpression to Dapper’s Query methods using IDynamicParameters.

I know I can use my own version of Dapper, but it’s one less dependency to worry about if it’s part of OrmLite. :smiley:

Good timing as I’m expecting to release in tomorrow or day after. I’ve just upgraded to latest version of Dapper in this commit.

Dapper has really grown in size since last time, it used to be a single file drop-in but it’s now split out into 45 separate files.

1 Like