Closed Newbie012 closed 2 months ago
Latest commit: dd731a4c513ee0336d87e6550185e1ac4529f363
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
fixes https://github.com/ts-safeql/safeql/issues/273
This commit fixes an issue where the type could be inferred as unknown and nullable when using aliases in some cases. The changes include modifications to the getDescribedTypeCast and getDescribedFuncCallByPgFn functions in the ast-describe.ts file, and additional tests have been added to ensure the correct behavior.