This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Description
Hi. I think that this will not work in postgres. But it is probably easy to fix. For those who have an issue go to linkable behavior class and change every record like this
"elseif($query['fields'] != 'COUNT(*) AS count') {"
to something like this:
"elseif(strpos($query['fields'], 'COUNT(*)') === false) {"