Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle new Types and Directives in VSCode #680

Closed
martzoukos opened this issue Jan 27, 2021 · 1 comment
Closed

Handle new Types and Directives in VSCode #680

martzoukos opened this issue Jan 27, 2021 · 1 comment

Comments

@martzoukos
Copy link

We need to check what the current support is for the newly added types and directives:

New Types

  • Postgres: Money (mapped to Float Prisma scalar),
  • Postgres: InetAdress (String)
  • Postgres: OID (Integer)
  • Postgres: citext (String)
  • MySQL: Set (String)
  • Unsupported()

Directives

First we need to define what kind of functionality makes sense for each of the above. Is just hiding the type error enough (maybe yes for start)? Do we need to offer some kind of autocomplete?

@martzoukos
Copy link
Author

Duplicate: #679

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant