ts-safeql / safeql

Validate and auto-generate TypeScript types from raw SQL queries in PostgreSQL.
https://safeql.dev
MIT License
1.34k stars 22 forks source link

Fix bug #246 #247

Closed TanguyFir closed 2 months ago

TanguyFir commented 2 months ago

Like the title said, it fixes the issue #246. SafeQL should distinguish schema in table/column resolution.

To discuss :

Available solutions :

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: fddfc5c24ba49582b1e46611b4fc9d4b5a8196bf

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **safeql** | ⬜️ Ignored ([Inspect](https://vercel.com/newbie012s-projects/safeql/YbqUSrj81tnYNvbbVLozevAQB4Cu)) | [Visit Preview](https://safeql-git-fork-tanguyfir-fix-bug-246-newbie012s-projects.vercel.app) | | Jul 25, 2024 4:04pm |
TanguyFir commented 2 months ago

@Newbie012 When do you think you can merge this PR and release a new version ?