Skip to content

3.31.1 - Fix behavior of SQLColumn when "*" is specified as a column name

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 11 Jun 15:58
· 2 commits to main since this release
f697d32

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 in SQLColumn itself. Thanks @ptoffy!

Fixes #180.

This patch was released by @gwynne

Full Changelog: 3.31.0...3.31.1