Martin Widmer

Results 10 comments of Martin Widmer

Proposal: Modify Dapper.Contrib.SqlMapperExtensions to respect any ITypeMap which have been set by using the SetTypeMap method. I understand that the ITypeMap provides only mapping from column names to POCO properties,...

I am trying to implement the reverse mapping and make Dapper.Contrib use it to create correct SQL statements when an ITypeMap is present for a type. Do you have any...

Sorry for not writing for a long time. I am now using Dapper and Dapper.Contrib extensively in a few projects. Since I am also using solely **immutable** dtos I am...

Is there a way to use a clustered primary key consisting of two fields with the [ExplicitKey] attribute?

My proposition is to separate insertion of single rows and lists. Then we will be able to remove the limitation if primary key types to int and make it generic...

@dallasbeek let's improve dapper... this is sustainable. @NickCraver should I work out an improvement here?

Just tried to implement something with minimal changes, however it is not possible since if you do not use DB autoincrement INT keys, the pattern of primary key creation is...

@maulik-modi so in your opinion generating GUID keys should be the concern of Dapper.Contrib? I am aware that .Net GUIDS are affine to SQL Server GUIDS but what about other...

Also I have ported this to .Net 8 already. I would like to use Dapper with this library in .Net 8

Duplicate of https://github.com/codecadwallader/codemaid/issues/956 [https://github.com/codecadwallader/codemaid/issues/956](url)