laravel4-datatables-package icon indicating copy to clipboard operation
laravel4-datatables-package copied to clipboard

Fix DISCTINCT count results

Open djnet00 opened this issue 11 years ago • 2 comments

Hello.

I have some problems with complex queries with DISTINCT and JOIN

Please fix the count funcion in Datatables.php

// Replace if( !preg_match( '/UNION/i', $myQuery->toSql() ) )

// Whit if( !preg_match( '/UNION/i', $myQuery->toSql() ) && !preg_match( '/DISTINCT/i', $myQuery->toSql() ) )

Thank you!

djnet00 avatar Apr 01 '14 23:04 djnet00

Hi, I had the same issue. This totally fixed it!

merlosy avatar Jun 24 '14 04:06 merlosy

Added to TO DO list for 1.4.1 release #122

ktunkiewicz avatar Jul 25 '14 07:07 ktunkiewicz