Results 5 comments of Phil Vuollet

So far in the past few months, I've been using components exclusively without any issues. Perhaps there will be a case in the near future when a directive will be...

@nickcraver - For conn.Query("select ...", ...), is it possible to name the "tables" in the split? spliton: "commentid, followerid", splitto: "Comment, User". Also, with conn.QueryMultiple, maybe a way to map...

@nickcraver that's on me - wasn't thinking clearly about that.

Is it the same feature as [this](https://entityframework.codeplex.com/workitem/864)?

Ah, I've done this with a home brewed extension method but it needs to get the entity before doing the upsert. Needed to define the key value and didn't support...