Igor Benav
Igor Benav
Good ones!
Totally agree with you, @JakNowy, I think the goal is: if a solution is more complex than just overriding `select` or even just using `sqlalchemy` + `pydantic`, we should reevaluate...
> [SQLAlchemy2](https://docs.sqlalchemy.org/en/20/core/operators.html#comparison-operators) provides comprehensive list of supported operators. We might pick those which we consider worth supporting. I could volunteer on working on that, I'm just not sure how we...
> To be honest I thought all the improvements we make in the FastCRUD also apply to EndpointCreator and I was surprised to see that we only support generic `get_multi()`...
> Also the concept of my `_base_statement()` is not quite right. It's not likely we'll have same statemtents across different methods, unless we wrap them with some select/update statements. We...
Sure. I think the `base_statement` to apply something to all endpoints is useful, but if we're encouraging users to tweak these things, maybe naming it as private stuff isn't a...
This is possible
Yeah, @gsegatti, I forgot about the closing keywords
I didn't test and don't know if this will work, but maybe something like ```python from sqlalchemy import func, and_ from sqlalchemy.orm import aliased from sqlalchemy.sql.expression import select, text from...
Closed by #85