Re: Today's pgjdbc release causing git clone issues - Mailing list pgsql-jdbc

From John Harvey
Subject Re: Today's pgjdbc release causing git clone issues
Date
Msg-id CABcP5fj=2v5G1pwFjk9Ffucf=m9AUaCDd+PKNJ=w36B-bzar4w@mail.gmail.com
Whole thread Raw
In response to Re: Today's pgjdbc release causing git clone issues  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Everything works great.

Thank you for the fast turnaround.

-John

On Wed, Nov 4, 2015 at 7:11 AM, Dave Cramer <pg@fastcrypt.com> wrote:
Vladimir, thanks for the quick solution. 


On 4 November 2015 at 07:45, Vladimir Sitnikov <sitnikov.vladimir@gmail.com> wrote:
>Is this desired behavior?  Does anyone have a suggestion what I need to do to work around it?

Here's the required change: https://github.com/pgjdbc/pgjdbc/pull/418

The problem was those 4 files were stored in dos format (CRLF),
however text files should be in LF.
The solution is Dave converts the offending files to LF once, then all
things should be smooth.

Vladimir


pgsql-jdbc by date:

Previous
From: dmp
Date:
Subject: PostgreSQL pgjdbc Datatypes Info
Next
From: Vladimir Sitnikov
Date:
Subject: Re: Pre-processing during build