Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Release v0.14.4

Compare
Choose a tag to compare
@nwronski nwronski released this 31 May 19:14
· 126 commits to master since this release

Fixed

  • Allow spaces between a function name and the argument list

    SELECT COUNT (*)
    FROM hats;