Re: Upgrade to 9 questions - Mailing list pgsql-jdbc

From Albert Kurucz
Subject Re: Upgrade to 9 questions
Date
Msg-id AANLkTinToR=Tv27KoJBV1zM2XJnj=bksrKijMnbwtSWV@mail.gmail.com
Whole thread Raw
In response to Re: Upgrade to 9 questions  (Samuel Gendler <sgendler@ideasculptor.com>)
Responses Re: Upgrade to 9 questions  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
Samuel,

I hat to disagree about that (It is really easy to build yourself.)!

Macro processing in Java sources is the worst nightmare for those who would want to take the source files and build it themselves.
See:
"
    private static Connection makeConnection(String url, Properties props) throws SQLException {
        return new @JDBCCONNECTCLASS@(host(props), port(props),
                                      user(props), database(props),
                                      props, url);
    }
"

"
public static final int MAJORVERSION = @MAJORVERSION@;
"

In "Driver.java.in" !!

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Upgrade to 9 questions
Next
From: stagirus
Date:
Subject: Re: [BUGS] Mapping Hibernate boolean to smallint(Postgresql)