jfnhs57
Results
2
comments of
jfnhs57
I am having the same issues upgrading to SQLAlchemy 2.0.x with lots of Model.query.with_entities(...).filter().order_by().paginate(). All these seem to return only the id per row, not the remaining fields in with_entities(...)...
I am just wondering if there is a way to preserve the column names on the paginate_rows() method? I know I can use the _mapping, but this is not the...