Re: Upgrade to 9 questions

Поиск
Список
Период
Сортировка
От Albert Kurucz
Тема Re: Upgrade to 9 questions
Дата
Msg-id AANLkTinToR=Tv27KoJBV1zM2XJnj=bksrKijMnbwtSWV@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Upgrade to 9 questions  (Samuel Gendler <sgendler@ideasculptor.com>)
Ответы Re: Upgrade to 9 questions
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Upgrade to 9 questions
Следующее
От: stagirus
Дата:
Сообщение: Re: [BUGS] Mapping Hibernate boolean to smallint(Postgresql)