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
I have two databases in one mysql server. One is regular database, while the other one is a test database. I have two separate connections created for them. Since the completion is returning the schema name it can be frustrating since I have the same table names in both of them. I already manage the connections with a keybind in neovim so I can easily know to which one I'm connected to. It would be awesome if there is a config not create the completion item with schema.table format but just use table.