More data edit grid fixes

From: "Edward Di Geronimo Jr(dot)" <edigeronimo(at)xtracards(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: More data edit grid fixes
Date: 2006-02-07 21:37:55
Message-ID: 43E91333.90204@xtracards.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Here's two more minor fixes to the edit data grid.

First is related to the copy changes I recently made. Since I modified
the code to copy the cell the cursor is on if there is no highlight,
this change makes the Copy button in the toolbar enabled at all times.

The other is related to editing text cells. It looks like someone
half-implemented a check to only update the database if the contents of
the cell actually changed. This fix finishes that work. This
functionality was already in place for numeric cells.

Ed

Attachment Content-Type Size
datagridfixes.patch text/plain 1.2 KB

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2006-02-07 21:59:53 Re: Patch: Query favourites
Previous Message Magnus Hagander 2006-02-07 20:05:23 Re: Patch: Query favourites