Re: Configure DBext mac for SQLite

2017-07-25 Thread Brian Libgober
Managed to get the DBI interface to work. Had to recompile my vim against a version of perl with the necessary packaged installed, after doing that it worked immediately. On Monday, July 24, 2017 at 1:51:27 PM UTC-4, Brian Libgober wrote: > On Monday, July 24, 2017 at 7:28:39 AM UTC-4, Br

Re: Configure DBext mac for SQLite

2017-07-24 Thread Brian Libgober
On Monday, July 24, 2017 at 7:28:39 AM UTC-4, Brian Libgober wrote: > Apologies if this is a repeat post, I have been trying to configure vim to > work with dbext on MacOS Yosemite. Here's the connection string I have setup > in my .vimrc > > And here's the command I run > &

Configure DBext mac for SQLite

2017-07-24 Thread Brian Libgober
Apologies if this is a repeat post, I have been trying to configure vim to work with dbext on MacOS Yosemite. Here's the connection string I have setup in my .vimrc And here's the command I run select * from CIK limit 5; The error I get back Connection: T(SQLITE)

Trying to get dbext to work on a mac os yosemite

2017-07-24 Thread Brian Libgober
Hello, Pretty new to vim, struggling to configure dbext to work with a sqlite database. I'm using VIM v8.0.278 on a Macbook running yosemite. Setup my connection string like so let g:dbext_default_profile_SQLite =