Re: JDBC connectivity issue

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: chris <chrisk(at)pgsqlrocket(dot)com>, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: JDBC connectivity issue
Date: 2018-03-08 22:51:21
Message-ID: CADK3HHJgdio_TZ-fpk4rguWaA-wWZFNZrjBft_T4jLBK_E_c8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You should be using the latest version of the driver. What version are you
using ?

Even though you have a 9.4 database the latest version is the correct
version to use.

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 8 March 2018 at 22:14, David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
wrote:

> On Thu, Mar 8, 2018 at 2:30 PM, chris <chrisk(at)pgsqlrocket(dot)com> wrote:
>
>> Given that the syntax looks correct for the url, how would we go about
>> debugging that it's not seeing the comma?
>
>
> ​First thing I'd do is ensure the version of the driver I'm using supports
> the feature I'm trying to use.
>
> David J.
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan Bilek 2018-03-08 22:55:29 RE: Troubleshooting a segfault and instance crash
Previous Message David G. Johnston 2018-03-08 22:14:09 Re: JDBC connectivity issue