-
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(select-query-parser): support
!left
* test: reproduce type error with left join reproduction based on supabase/supabase#29086 * chore: add ts-expect-error comment * test: add left join one to many select test * test: add 1-1 nullable and 1-N relations tests * wip: fix left join result type builder * wip: found misplassed nullable * chore: revert unwanted biome fixes * fix: query types parser * chore: remove unwanted styling * chore: add comment * fix: rollback tests * fix: tests * fix: tests comments * chore: fix docker-compose ci Chore docker-compose in ci and replace it by docker compose as recommended by: https://github.blog/changelog/2024-04-10-github-hosted-runner-images-deprecation-notice-docker-compose-v1/ * Update test/db/01-dummy-data.sql --------- Co-authored-by: Bobbie Soedirgo <[email protected]>
- Loading branch information
Showing
7 changed files
with
471 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.