Closed Newbie012 closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Latest commit: 7a9cecc8425f36d9960bf771e5b03f7cd558bdad
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Thanks for addressing this! I found one minor case where unions don't work, namely with Date | null
. It yields ESLint: Invalid Query: Union types must be of the same type (found unknown (524288))(@ts-safeql/check-sql)
. My case specifically is an INSERT .. VALUES
fixes https://github.com/ts-safeql/safeql/issues/234