Michael Camara Pendon

Results 293 comments of Michael Camara Pendon
trafficstars

@calumchisholm - thank you for the valuable feedback (as always). I have received a bunch of questions and requests on JOIN operations (approximately 10-15 times). I can see that it...

Linking this one https://github.com/mikependon/RepoDb/issues/263. FYI: @tola

@fake-fur - thanks for digging into this. On this story, I am trying to ask the community the best way to handle the `JOIN` operation. Your inputs to the `syntax`...

Hey, it is in purpose that we did not supported the JOIN query (and/or SplitQuery) in RepoDb. We highly suggest to you to use the ExecuteQuery method instead and write...

@mbirnios - had you visited the [QueryMultiple](https://repodb.net/operation/querymultiple) already?

You can do it with QueryMultiple, but you have to handle the assignment of the child rows into the parent rows. FYI: it is executing multiple SQL statements in the...

@cleverguy25, would you be able to share your thoughts on how would you like to do this as an extension of IDbConnection? I am aiming to the actual syntax. Let...

@cleverguy25 - of course we can. I am also open for a WhatsApp call. A lot in the community are requesting this feature TBH. Can you share me your Teams...

@tola , that's also my point on my side, that's why JOIN is not supported in this library. Though, I have solve this cyclomatic complexity problem in the early days...

> But also even if I have to hand-write some SQL, right now I cannot easily map it using RepoDbs mapper. RepoDb mapper is not limited if you are returning...