Re: a difference of version information 9.1-902 jar and source

Поиск
Список
Период
Сортировка
От OTSUKA Kenji
Тема Re: a difference of version information 9.1-902 jar and source
Дата
Msg-id CAFU_jja5=9k28vvOP8Cgg0WRfYSkkis4DSOqcBdND8-kQJs3gA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: a difference of version information 9.1-902 jar and source  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: a difference of version information 9.1-902 jar and source  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
Thank you for your reply.

Regards,


2012/5/28 Dave Cramer <pg@fastcrypt.com>:
> No plan as such. I need to find a machine which can build it.
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca
>
>
> On Mon, May 28, 2012 at 1:42 AM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
>> Thank you for updating the source and giving me new repository URL.
>>
>> By the way, is there any plan to update JDBC3?
>>
>> Regards,
>>
>>
>> 2012/5/26 Dave Cramer <pg@fastcrypt.com>:
>>> I have put the correct version of the source on the jdbc site.
>>>
>>>
>>> Dave Cramer
>>>
>>> dave.cramer(at)credativ(dot)ca
>>> http://www.credativ.ca
>>>
>>>
>>> On Thu, May 24, 2012 at 9:50 PM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
>>>> HI there,
>>>>
>>>> I found a difference of version information 9.1-902.jdbc4.jar and
>>>> 9.1-902.src.tar.gz.
>>>>
>>>> 9.1-902.jdbc4.jar:
>>>>  $ java -cp postgresql-9.1-902.jdbc4.jar org.postgresql.util.PSQLDriverVersion
>>>>  PostgreSQL 9.1 JDBC4 (build 902)
>>>>
>>>> 9.1-902.src.tar.gz:
>>>>  $ ant
>>>>   (snip)
>>>>  BUILD SUCCESSFUL
>>>>  Total time: 3 seconds
>>>>  $ java -cp jars/postgresql.jar org.postgresql.util.PSQLDriverVersion
>>>>  PostgreSQL 9.2devel JDBC4 (build 1000)
>>>>
>>>> Is 9.1-902.src.tar.gz incorrect?
>>>>
>>>> If the source tarball is incorrect, where is there correct 9.1-902 source?
>>>> There is not REL9_1_902 tag in CVS repository
>>>> (cvs.pgfoundry.org:/cvsroot/jdbc/pgjdbc).
>>>> Did I checked out from obsolete repository?
>>>>
>>>> In addition, I care about whether 9.1-902 is a development version.
>>>>
>>>> Regards,
>>>>
>>>> --
>>>>  OTSUKA Kenji
>>>>
>>>> --
>>>> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
>>>> To make changes to your subscription:
>>>> http://www.postgresql.org/mailpref/pgsql-jdbc
>>
>>
>>
>> --
>> OTSUKA Kenji



--
OTSUKA Kenji

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: a difference of version information 9.1-902 jar and source
Следующее
От: "Johann 'Myrkraverk' Oskarsson"
Дата:
Сообщение: Implementing setBinaryStream(int, InputStream, long)