Open djnet00 opened 10 years ago
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!
Hi, I had the same issue. This totally fixed it!
Added to TO DO list for 1.4.1 release #122
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!