Andrew Theken
Andrew Theken
Would it be possible to get a reference in the gorm code for how STI is supported? If I could locate how/when type discriminators were defined, I could probably work...
I'm fairly certain that our index creation mechanism is already async, I will research and let you know.
This is because aliasing is not supported in the "Raw" MongoCollection find methods. I want to make this supported, but doing it in a way that doesn't break clients is...
thanks will merge tonight. //Andrew Theken On Mar 25, 2011, at 3:15 AM, [email protected] wrote: > As per: https://github.com/atheken/NoRM/issues#issue/64 > > Basically added an if to account for concrete-typed (MemberInitExpressions)...
Since the orderby above is not supported by MongoDB, I think that doing it for the caller on the client side transparently will lead to people thinking that they're executing...
Since this seems to be an edge-case, we will work to resolve this in a post-1.0 release.
Since this seems to be an edge-case, we will work to resolve this in a post-1.0 release.
I think AppVeyor allows you to build when commits are tagged? What do you think about causing tagged commits to publish to both AppVeyor and NuGet.org feeds? Seems like this...
Hey Tim, I just had to battle with this a few days ago, here's what came up with: https://github.com/wildbit/postmark-dotnet/blob/master/appveyor.yml (And it works)
@tgjones - I guess I should mention that this does unfortunately require a very short script to "poke" the version in the Nuspec, but I am not even 100% sure...