Mike Beaton

Results 78 comments of Mike Beaton

To keep you updated, the icon has come back this morning - even though I rebooted several times last night and it did not come back. I realise if this...

I'd agree it does sound pretty much like the same issue as #95. I'll try that fix if it happens again. And report back!

@Jaymazin I believe there's no other way except for you to log in to GitHub, find this thread/project (there's a link at the bottom of this email!) and unsubscribe yourself....

I have ported Massive to .NET Core, I am almost ready to post an update in #302.

Except for datatable features. But with stored procedures, named and directional params, multiple result sets, multiple providers at once... and it still drops in and runs the Massive 2 test...

Man, I messed up before. I'm sorry. The features in the version I presented were real - maybe even worth something - but the way I presented them was... real...

That's fine, understood. Thank you for taking the time - again - to review it seriously and give feedback. I think it's hard, this. @RobConery not unreasonably commented that things...

I've finally put up a [public release](https://www.nuget.org/packages/Mighty) of the project which I was working on, which is highly compatible with Massive but effectively addresses this issue (#265) and #293, #289,...

Looking at the code at that date [#L1053](https://github.com/FransBouma/Massive/blob/9e77757eebaacd52e85ad7ed3b111a88cc014688/src/Massive.Shared.cs#L1053) [#L1066](https://github.com/FransBouma/Massive/blob/9e77757eebaacd52e85ad7ed3b111a88cc014688/src/Massive.Shared.cs#L1066) those two lines will not fail if the PK is a `long` which can fit into an `int`, only if the...

Hi Frans, I already use this code in my own project, and once I have a Massive handle to a table (actually to a view, in most cases) I also...