v0.10.1 - Fix for PostgreSQL SQL generation error
This is a bug fix for this error in PostgreSQL: ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list
This is accomplished by ensuring fields used in sorting are also selected. This should be a transparent change.