maxtoroq / DbExtensions

Data-access framework with a strong focus on query composition, granularity and code aesthetics.
https://maxtoroq.github.io/DbExtensions/
Apache License 2.0
227 stars 41 forks source link

Add support for CROSS_JOIN to SqlBuilder #47

Closed dplaskon closed 8 years ago

dplaskon commented 8 years ago

I've created an extension method to do this (which was super easy) -- but perhaps consider supporting this directly?

dplaskon commented 8 years ago

I've sent a pull request for this.

maxtoroq commented 8 years ago

See #48