Skip to content

v1.33.0: Support `LATERAL` keyword

Choose a tag to compare

@huandu huandu released this 03 Dec 08:12
· 38 commits to master since this release
c4b67f5

What's Changed

  • Support LATERAL keyword #181 #183 (Thanks @therve for your ideas)
    • Add a new method LateralAs in SelectBuilder to build LATERAL JOIN expression. Read sample code for LateralAs on GoDoc for details.

Full Changelog: v1.32.0...v1.33.0