Thanks!
On Friday, September 16, 2022 at 10:53:59 AM UTC-7 Mike Bayer wrote:
>
>
> On Fri, Sep 16, 2022, at 12:10 PM, mkmo...@gmail.com wrote:
>
> I use the following pattern in my REST APIs, building up the select,
> joins, where conditions, group bys, order bys, depending on the query
> param
On Fri, Sep 16, 2022, at 12:10 PM, mkmo...@gmail.com wrote:
> I use the following pattern in my REST APIs, building up the select, joins,
> where conditions, group bys, order bys, depending on the query parameters
> passed in by the user:
>
> selects = [Foo]
> joins = [(Bar, Foo.c.id =