Pegase745 / sqlalchemy-datatables

SQLAlchemy integration of jQuery DataTables >= 1.10.x (Pyramid and Flask examples)
MIT License
159 stars 67 forks source link

Use of group_by in query doesn't work with yadcf #85

Closed tdamsma closed 5 years ago

tdamsma commented 7 years ago

In the function _set_yadcf_data min/max values are determined for the 'yadcf_range_number_slider' columns. Selecting the min/max of a query with a group_by clause returns more than one row.

Any opinions on this?

tdamsma commented 5 years ago

Closed old issue