Re: problem: query result in jdbc is <> result in psql

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема Re: problem: query result in jdbc is <> result in psql
Дата
Msg-id 4F0B2B5E.8030703@selectacast.net
обсуждение исходный текст
Ответ на Re: problem: query result in jdbc is <> result in psql  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: problem: query result in jdbc is <> result in psql  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
I created table a with generate_series.

jks=# \d a
            Table "public.a"
      Column      |  Type   | Modifiers
-----------------+---------+-----------
  generate_series | integer |


I lock it by doing:
jks=# begin; lock table a;
BEGIN
LOCK TABLE


On 01/09/2012 12:49 PM, Dave Cramer wrote:
> Joseph,
>
> Same versions and I am unable to replicate this here. Can you send me
> your schema, and how you are locking it ?
>
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca
>
>
>
> On Mon, Jan 9, 2012 at 12:23 PM, Joseph Shraibman<jks@selectacast.net>  wrote:
>> PostgreSQL 9.1.2 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.6.1
>> 20110908 (Red Hat 4.6.1-9), 64-bit
>>
>>
>> java version is 1.6.0_29
>>
>>
>> On 01/09/2012 07:08 AM, Dave Cramer wrote:
>>>
>>> Joseph,
>>>
>>> I just tried your code using the latest driver and pg 8.4 and 9.1  it
>>> works fine. What version of the server are you using ?
>>>
>>


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

Предыдущее
От: Radosław Smogura
Дата:
Сообщение: Re: [GENERAL] Binary Large Objects (LOB/BLOB) in Hibernate and JDBC: Unresolved issues
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: problem: query result in jdbc is <> result in psql