Hello,
Thanks for this extension, it helped me quite a lot on my site.
Just one little catch, the 'AS' separator is still mandatory in a PostgreSQL Select statement, hence this little patch.
Also, if you have a few moments, could you explain me the
... AND o.published >= ALL (SELECT o1.published FROM...
in the same SQL query ?
For what I understand, it should always return the votes published after the latest revision of the object ? Because on PostgreSQL (again :), it returns only the last rate (but I may have been wrong somewhere)
My current site really was simple enough to just take all rates on an article but I'd like to understand in case I come accross something more elaborate :)
Thanks anyway !