v0.0.173
What's Changed
- Bump version to v0.0.173 (#2196) (bb20414)
- Fix
ColumnTypeDecoratorreturning strings for unparseable types + dedup exception logging (#2195) (13970a1) - Add ClientDisconnect exception handler that logs at the warning level instead of letting the exception bubble up as a server error (#2190) (a7bdcfb)
- Add support for aliased relations so that queries like (a JOIN b) AS x are parseable (#2193) (3b3346c)
Full Changelog: v0.0.172...v0.0.173