Re: Time for beta 2?

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Time for beta 2?
Date: 2006-10-02 19:53:56
Message-ID: 45216E54.9090702@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page a écrit :
>
>
>> -----Original Message-----
>> From: Guillaume Lelarge [mailto:guillaume(at)lelarge(dot)info]
>> Sent: 02 October 2006 20:45
>> To: Dave Page
>> Cc: pgadmin-hackers(at)postgresql(dot)org
>> Subject: Re: [pgadmin-hackers] Time for beta 2?
>>
>> Guillaume Lelarge a écrit :
>>> Dave Page a écrit :
>>>> Any objections if I roll beta 2 of v1.6 tomorrow sometime?
>>>>
>>> I'll send you a patch for a bug I'm working on. It
>> shouldn't be too long.
>> Well, it seems it's already fixed. I found it today on my
>> windows beta1
>> official build, and can't reproduce it here with my linux svn build.
>
> Oh, ok - what was it?
>

In the edit grid, I try to update a cell containing an item (character
varying). The update fails because of the cast (for example UPDATE foo
SET bar='foobar'::pg_catalog.character varying).

When I try to reproduce it at home, log_statement to 'all', I see this
query :
UPDATE foo SET bar='foobar'::character varying
and it just works.

I tried the latest snapshot at work but, unfortunately, it was an old
one (21 of september, I think).

--
Guillaume.
<!-- http://abs.traduc.org/
http://lfs.traduc.org/
http://traduc.postgresqlfr.org/ -->

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2006-10-02 20:02:50 Re: Time for beta 2?
Previous Message Dave Page 2006-10-02 19:47:15 Re: Time for beta 2?