Re: Patch for "Panel for Joins in the Graphic Query Builder"

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Patch for "Panel for Joins in the Graphic Query Builder"
Дата
Msg-id 937d27e10812010622x2d36ada6ma78acbeee0c7b3fc@mail.gmail.com
обсуждение исходный текст
Ответ на Patch for "Panel for Joins in the Graphic Query Builder"  (Ashesh D Vashi <ashesh.vashi@enterprisedb.com>)
Ответы Re: Patch for "Panel for Joins in the Graphic Query Builder"  ("Ashesh Vashi" <ashesh.vashi@enterprisedb.com>)
Список pgadmin-hackers
Hi Ashesh

On Mon, Dec 1, 2008 at 10:41 AM, Ashesh D Vashi
<ashesh.vashi@enterprisedb.com> wrote:

> Modifications and addition are as follows:
> * Introduced couple of new classes for handling operations:
>   + gqbJoinsPanel - Panel for handling the joins in the tab - container for
>                     criteria, order & columns panels
>   + gqbJoinsPopUp - Pop up window, when selecting a column from the table
> list,
>                     derived from the gqbColsPopUp
>   + gqbGridJoinTable - Table for handling all the joins data. It handles
> three
>                        columns Source, Join-Type & Destination
> * Added new images gqbAdd.xpm & gqbRemove.xpm
> * Renamed wxRestrictionGrid to gqbCustomGrid as we're using the same Grid
> for
>   handling the criteria(s) and join(s) in the gqbCriteriaPanel and
> gqbJoinsPanel
>   respectively.
> * Added one operator [] in gqbArrayCollection for accessing the gqbObject
> object
>   directory (replacement/accessibility of the object at particular index
> will be
>   easy and fast).
> * Removed the context menu "Set Type" removed for join, as this operation
> will be
>   handled from the joins-panel now onwards.

Wow - that's a whole lot more code than I was expecting (and explains
why it took somewhat longer than I planned). What I meant, was that I
just wanted a replacement dialogue for the existing one. What you've
done is reimplement the join handling, in what I think is a *much*
nicer way :-)

The only issues I've seen while testing (on Windows), are:

- The Join label doesn't update on the diagram if you change the join
type unless you click on the drawing canvas afterwards.

- Selecting a join should select the corresponding row in the list.

- You are missing updates to include/images/module.mk and
include/gqb/module.mk. The images should also be added to the VC++
project file.

Nice work!

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

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

Предыдущее
От: Ashesh D Vashi
Дата:
Сообщение: Patch for "Panel for Joins in the Graphic Query Builder"
Следующее
От: "Ashesh Vashi"
Дата:
Сообщение: Re: Patch for "Panel for Joins in the Graphic Query Builder"