Martin Widmer
Martin Widmer
### Bug Report or Feature Request (mark with an `x`) ``` - [X] bug report -> please search issues before submitting - [ ] feature request ``` ### OS and...
The Dapper.Contrib does not use the ITypeMap instances set for mapping database table column names to POCO property names. Generated SQL statements therefore are wrong when using a POCO with...
SqlMapperExtensions.Insert will fail when numeric db keys reach the Int32 limit (yes, this happens on high traffic dbs) and also fails completely since it assumes primary keys are integers. If...
Unfortunately the interface is totally different from XmlSerializer. It is new implementation lacking the namespace capability. One should not promise something like this. It cost me quite some time to...
We are writing our code entirely with immutable objects. The benefits are, that a quite substancial class of programmer errors are simply excluded. Now when saving such an immutable dto...
#### Actual behavior: With the newest update 4.0.0 on Windows 10 the wallet can no longer keep in sync. The "distance" in numbers of transactions is not actually shrinking but...
As I have recently joined the large group of people with eyesight issues, I propose the possibility of a dark mode which brings down the luminosity of the application.
Fascinating work that I would like to leverage with Dapper as ORM. Has anyone any hint about where or how I could the SQL generation part from the execution part...