Wade Baglin

Results 116 comments of Wade Baglin

@shaunbowe the Dapper one is a workaround, and I have my doubts as to whether it is a true async version. @iraSenthil I created this for you (I was using...

> > > @pleb Thank you very much. I will check it out. I would like to buy a beer. I don't see anyways to do that. Do you have...

We can try it in the dev channel. If we get feedback it's breaking code, we may have to push it to a configuration option. That said, I think checking...

Hi @t0mburton, dynamic is supported. However, I'm not sure if it's supported everywhere. Feel free to submit a PR. There's also a project with integration tests where you can add...

Thanks @kuangyunsheng I'll have a look at this soon

@AlbertoCe did you want to submit a PR?

I'm sorry that your issue has been left for so long. In an effort to reboot PetaPoco your issue has been closed. If you think this is still a problem....

@thefraj - I added an integration test to confirm a nullable datetime could be inserted across all support DBs and found no issue. Could you please look at 88066fb and...

@SebastianWojciechowski I think I get it. SQL Server DateTime is known to not be able to reference the full range of values a dotnet DateTime can. However, SQL Server supports...

@tylerthardy thanks for the detailed explanation and discovery. Any chance you could make a PR which fixes this?