pgAdmin beta fixes

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Erwin Brandstetter" <brandstetter(at)falter(dot)at>, "Harald Armin Massa" <haraldarminmassa(at)gmail(dot)com>, "George Pavlov" <gpavlov(at)mynewplace(dot)com>, "mike" <mike(at)thegodshalls(dot)com>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: pgAdmin beta fixes
Date: 2006-10-22 19:43:12
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40176D7E2@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

Hi all,

I've found and fixed (or reported to wxWidgets) a number of issues in
pgAdmin beta 3 over the last few days. You've certainly been keeping me
busy with corner cases and hard to reproduce stuff! Anyway, here's a
quick rundown on some of what I've done.

- Fixed a bug in the query tool which could cause a crash or only
partial deletion of rows when deleting a large block in the Edit Grid.

- Fixed a bug in pgQueryThread. This could cause a crash when loading
data into the Edit Grid, or sometimes just left the grid empty with the
status bar saying 'aborting.'

This one was actually quite a nasty thread synchronisation issue that
could easily have caused a number of problems, including Erwin's export
bug, and George's long running query death.

- Reported the <return> acts like <tab> in dialogues issue to wxWidgets
(see
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1582051&gro
up_id=9863). The possibly-related mousewheel issue seems to have vanised
on my system at the moment.

Can I send you all an updated .exe for testing before I release beta
4/rc 1?

Thanks, Dave.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-10-23 00:53:46 SVN Commit by hiroshi: r5513 - branches/REL-1_4_0_PATCHES/pgadmin3
Previous Message svn 2006-10-22 19:30:29 SVN Commit by dpage: r5512 - in trunk/pgadmin3/src: dlg include

Browse pgadmin-support by date

  From Date Subject
Next Message Joost Kraaijeveld 2006-10-23 05:50:00 OID out of range error in PgAdmin 3 1.4.3
Previous Message Dave Page 2006-10-20 16:10:56 Re: PGAdmin3 and inherited tables