joe-re / sql-language-server

SQL Language Server
MIT License
695 stars 64 forks source link

Cannot connect to a sqlite3 database (using vscode extension) #142

Open Wild-W opened 2 years ago

Wild-W commented 2 years ago

Platform: Windows 10.0.19 Editor: VScode 1.71.2

settings.json:

"sqlLanguageServer.connections": [
        {
            "name": "Gameplay",
            "adapter": "sqlite3",
            "filename": "C:/Users/conno/Documents/My Games/Sid Meier's Civilization VI/Cache/DebugGameplay.sqlite"
        }
],

Saving settings.json produces this image

Running "SQLLanguageServer: Rebuild SQLite3 Client" produces these in very quick succession (like no loading had even occured): image

But no autocomplete: image

gamebox commented 1 year ago

I'm seeing the same thing on MacOS

gamebox commented 1 year ago

The debug output seems to suggest that things are working as expected, but all operations are not even taking a nanosecond to complete. This suggests to me that little to no work is being done.

gamebox commented 1 year ago

I also get the "Need to rebuild sqlite3 module" message every time I restart the extension host. I see the same problem in VS Code and Neovim (installed via Mason)

PorcoRosso85 commented 10 months ago

any update?