This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
Release v0.14.4
Fixed
-
Allow spaces between a function name and the argument list
SELECT COUNT (*) FROM hats;
Allow spaces between a function name and the argument list
SELECT COUNT (*)
FROM hats;