Aleksandr Denisenko
Aleksandr Denisenko
- Fixes #271 - Add ColumnAttribute support to unit tests
Added docker-compose file with database images (SqlServer, MySql, PostgreSQL). This changes helps run integration tests localy
Added Attribute [Column(string)] for when the column in the DB is named differently from the Property in the model. Fixed #129 Breaking changes: - In ISqlAdapter changed method AppendColumnNameEqualsValue -...
In my case i`m executed dynamic generated queries uses Dapper. In production my service uses a lot of memory (~9 GB). I took a memory dump of the process and...