Re: Configure DBext mac for SQLite

2017-08-08 Thread David Fishburn
> > > On Sun, Jul 23, 2017 at 5:43 PM, Brian Libgober > wrote: > >> ... >> select * from CIK limit 5; >> >> The error I get back >> >> Connection: T(SQLITE) D(/Users/brianlibgober/Dropbox >> /Collaborations/CleanMake/Main.sqlite) at 17:32 >> Error: near "<": syntax error >>

Re: Configure DBext mac for SQLite

2017-08-02 Thread David Fishburn
Glad you managed to get it working using DBI. I would like to resolve this issue though Brian. If there are any Mac users who might have some input into this I would appreciate it. Please read below. On Sun, Jul 23, 2017 at 5:43 PM, Brian Libgober wrote: > ... > select *

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, Brian

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 > > select * from CIK

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)