Re: Upgrade to 9 questions

From: Albert Kurucz <albert(dot)kurucz(at)gmail(dot)com>
To: Samuel Gendler <sgendler(at)ideasculptor(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Upgrade to 9 questions
Date: 2010-10-01 20:04:39
Message-ID: AANLkTinToR=Tv27KoJBV1zM2XJnj=bksrKijMnbwtSWV@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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" !!

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message stagirus 2010-10-01 22:17:19 Re: [BUGS] Mapping Hibernate boolean to smallint(Postgresql)
Previous Message Kris Jurka 2010-10-01 19:46:14 Re: Upgrade to 9 questions