-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I've just managed to install the language server together with NeoVim/CoC, and I'm getting this error:
db/structure.sql|1 col 2-3 error| [sql] Expected "$", "(", "--", "/*", "CREATE TABLE", "DELETE", "INSERT", "REPLACE", "SELECT", "UPDATE", "return", [ \t\n\r], or end of input but "C" found. [E]
Here's my configuration file (inside .config/nvim/coc-settings.json
):
{
"command": "sql-language-server",
"args" : ["up", "--method", "stdio"],
"filetypes": ["sql"],
"settings": {
"connections": [
{
"name": "GDK postgresql",
"adapter": "postgres",
"hostname": "${env:HOME}/src/gitlab-development-kit/postgresql",
"user": "${env:USER}",
"projectPaths": ["${env:HOME}/src/gitlab-development-kit"]
}
]
}
}
Is CREATE SCHEMA
supported, or is this some kind of encoding error?
wongjiahau, antoinedube, znoble360, lorentzlasson, kapitanluffy and 2 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request