Re: v1.8.3 uploaded

From: Erwin Brandstetter <brsaweda(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: v1.8.3 uploaded
Date: 2008-06-03 23:20:49
Message-ID: 8ac1e9db-046c-40c9-86a2-ea3843457f72@y38g2000hsy.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave!

On Jun 3, 11:03 am, dp(dot)(dot)(dot)(at)pgadmin(dot)org ("Dave Page") wrote:
> I've uploaded v1.8.3 in src, win32, osx and slackware formats tohttp://developer.pgadmin.org/ftp/release/v1.8.3
>
> Please take a minute to take a look and report any release-stopping problems.

Testing pgAdmin v.1.8.3 (Jun 3 2008, rev: 7338, on WinXP Pro; hosts:
pg 8.2.7 and 8.3.1 on Debian Etch
I don't have much time, but I downloaded the new version and have run
a few tests. Installation was flawless, but I found a way to crash it,
show-stopper-like.

Use this statement in the SQL window:
select * from ef.kat wher kat ilike 'a%'

Note the main features: a syntax error and a '%' character.
Looks much like a previous issue in the data grid you fixed for
v1.6.3: "printf variant" choking on %.
See http://archives.postgresql.org/pgadmin-support/2007-02/msg00089.php

A systematic search in the code base might yield more occurrences?

Regards
Erwin

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2008-06-04 08:00:11 SVN Commit by dpage: r7350 - branches/REL-1_8_0_EDB/pgadmin3/pgadmin/frm
Previous Message svn 2008-06-03 10:43:44 SVN Commit by dpage: r7349 - tags/REL-1_8_4-EDB/pgadmin3