Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQHexecute spawn errors on postgres #58

Open
habamax opened this issue Sep 3, 2019 · 1 comment
Open

SQHexecute spawn errors on postgres #58

habamax opened this issue Sep 3, 2019 · 1 comment

Comments

@habamax
Copy link

habamax commented Sep 3, 2019

SQHexecute doesn't work for me

OS: win10
Vim: 8.1.1963

"" SQLHell setup
let g:sqh_connections = {
    \ 'default': {
    \   'user': 'postgres',
    \   'password': '',
    \   'host': 'localhost'
    \}}

image

It works with vim-dadbod though

@joereynolds
Copy link
Owner

joereynolds commented Feb 4, 2021

Have you changed the provider? SQHell assumes a MySQL connection by default. You'll need to tell it what to use;

let g:sqh_provider = 'psql'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants