How to use @sqlc-vet-disable correctly? #3503
Unanswered
martinjanda
asked this question in
Q&A
Replies: 1 comment
-
@kyleconroy could you please shed some light on this? Also running into major issues because of this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use sqlc with sqlite. In
query.sql
I want select statement to FTS virtual table, so vet warns, that the relation does not exist.I try to write
-- @sqlc-vet-disable
and/* @sqlc-vet-disable */
but it doesn't work.How to use
@sqlc-vet-disable
inquery.sql
?Beta Was this translation helpful? Give feedback.
All reactions