Vitaliy
Vitaliy
Hi, I do call `ForDommel()` ``` namespace MyCustom.Data.Client.Dommel { using Dapper.FluentMap; using Dapper.FluentMap.Dommel; using MyCustom.Data.Client.Dommel.EntityMaps; using global::Dommel; public sealed class DommelForClientDatabase { public static void Setup() { FluentMapper.Initialize(config => {...
@DanieleSky , I'm afraid it is not. But I did not check
P. S. I do not think the issue is in Dapper library itself, because I used Dapper 2.0.35 with Dommel 1.11.0 before for many months and had no issues. That...
Hi, I use SqlServer as you mentioned Microsoft SQL Server 2016 (SP1-GDR) (KB4505219) - 13.0.4259.0 (X64) Jun 15 2019 19:20:12 Developer Edition (64-bit) on Windows 10 Pro 6.3 (Build 18362:...
@lucasloss, the mapping type for `timestamp` in .net is `byte[]`. I should not map it to `TimeSpan` even if it would work. `timestamp` has no common with time or date....
Emer-cp-validations still work with ember 3.26.1
@lolmaus , thank you for youer effort. I'll be able to check the fix later, at least in a week. I've looked at the changes you've made and I'm sure...
@fsmanuel I will check the fix next week, but I believe it may be closed. Thank you
@fsmanuel thank you for your work. I almost decided to move from ember-cp-validations into other library. You saved us lot of time! Looking forward for 4.0.0-beta.13, 4.x and 5.x versions....
@fsmanuel I will be able to test next week. We have a huge app with all kinds of validation, so I'll test it heavily. Thank you so much!