codeql.nvim icon indicating copy to clipboard operation
codeql.nvim copied to clipboard

fix(queryserver.lua): add csv.dbscheme support

Open snowdroppe opened this issue 11 months ago • 0 comments

Problem

Attempting to register a csv database results in a lua nil concatenation error.

Solution

Add the csv dbscheme to the langTodbScheme dictionary.

snowdroppe avatar Feb 07 '25 12:02 snowdroppe