Re: Option "Nulls First" in the ordering screen.

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Option "Nulls First" in the ordering screen.
Дата
Msg-id 1320154769.2122.32.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Option "Nulls First" in the ordering screen.  (Vinicius Santos <vinicius.santos.lista@gmail.com>)
Ответы Re: Option "Nulls First" in the ordering screen.  (Vinicius Santos <vinicius.santos.lista@gmail.com>)
Список pgadmin-hackers
On Tue, 2011-11-01 at 08:47 -0200, Vinicius Santos wrote:
> Hello,
>
> I implemented a function for the two buttons "Asc" and "Desc", so that
> the maintenance
> is easier.
>
> Take a look and tell me what you think.
>

Well, I don't like the UI. It takes too much space for only one
information. I would better like a combobox, with the two choices.

Moreover, it simply doesn't work on Linux. I've got an assertion failure
on OnPaint for the list. I actually don't understand why, but it works
without your patch, so I guess your patch is buggy here.

Something that would be interesting to add is a collation widget. Since
9.1, you can add a collation information to a sort. That would be worth
adding.

Anyway, please, fix the UI, try to fix the Linux bug if you can
(otherwise, I can do it), and add the collation stuff. Will be an
interesting patch to commit.

Thanks.


--
Guillaume
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Keywords in Uppercase
Следующее
От: Wander Winkelhorst
Дата:
Сообщение: [PATCH] Improve autocompletion for SELECT statements