Skip to content

v0.10.1 - Fix for PostgreSQL SQL generation error

Compare
Choose a tag to compare
@lgebhardt lgebhardt released this 30 Oct 23:58
· 41 commits to master since this release

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.