-
Couldn't load subscription status.
- Fork 350
Open
Labels
apiRelated to library's APIRelated to library's APIbugSomething isn't workingSomething isn't workingpostgresRelated to PostgreSQLRelated to PostgreSQLtypescriptRelated to TypescriptRelated to Typescript
Description
Hey 👋
Currently, then, thenRef*, else and elseRef* are too permissive at compile-time.
Engines like PostgreSQL will fail queries based on case return data type group mismatches.
Fail if there is not an implicit conversion from a given input type to the candidate type
https://www.postgresql.org/docs/current/typeconv-union-case.html
While engines like MySQL are accepting all combos.
* pending release in 0.29.
Metadata
Metadata
Assignees
Labels
apiRelated to library's APIRelated to library's APIbugSomething isn't workingSomething isn't workingpostgresRelated to PostgreSQLRelated to PostgreSQLtypescriptRelated to TypescriptRelated to Typescript