DataGrid icon indicating copy to clipboard operation
DataGrid copied to clipboard

NetteDBDataSource - group by

Open spernica opened this issue 8 years ago • 0 comments

When you have in query for NetteDBDataSource GROUP BY, queries looks like this: SELECT COUNT() FROM table -- missing GROUP BY SELECT * FROM table GROUP BY column

Right count will be like something this: SELECT COUNT() FROM (SELECT … FROM table WHERE … GROUP BY column)

I compare NetteDBDataSource and DibiDataSource. DibiDataSource is working fine.

Testing on v2.0.7.2

spernica avatar Dec 06 '16 19:12 spernica