You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When defining in .eslintrc.js file under overrides.types a mapping of an enum, safeql doesn't recognize it when the enum is used in a query (and not as a type).
The .eslintrc.js file:
The error:
To Reproduce
Use a enum as a parameter of a query
Expected behavior
No error should appear
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: iOS
PostgreSQL version: 15
Version: 0.1.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When defining in
.eslintrc.js
file underoverrides.types
a mapping of an enum, safeql doesn't recognize it when the enum is used in a query (and not as a type).The
.eslintrc.js
file:The error:
To Reproduce
Use a enum as a parameter of a query
Expected behavior
No error should appear
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: