3.31.1 - Fix behavior of SQLColumn when "*" is specified as a column name
What's Changed
Fix behavior of SQLColumn when "*" is specified as a column name by @gwynne in #181
This behavior was implemented in
SQLUnqualifiedColumnListBuilder
but actually belonged inSQLColumn
itself. Thanks @ptoffy!Fixes #180.
This patch was released by @gwynne
Full Changelog: 3.31.0...3.31.1