support for DESC/NULLS FIRST/NULLS LAST

From: Quan Zongliang <quanzongliang(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: support for DESC/NULLS FIRST/NULLS LAST
Date: 2008-11-14 10:58:56
Message-ID: 20081114193754.9ADF.4125B4E5@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi, all

TODO Item:
- Add support for DESC/NULLS FIRST/NULLS LAST when creating indexes.
had been completed and tested the debug configuration's build.
It works finely.

But, I built it at release configuration. Something is wrong.
The modified dialog was not displayed, whereas old style. And easy to got
a invalid memory access.
I think the modified xrc file not be included to release build, but the
code is done.

The .xrc .h and .cpp files had been modified, what missed?
I am newbie in wxWidgets and C++.
Any suggestion.
Thanks.

-----------------------------------------------
Quan Zongliang
quanzongliang(at)gmail(dot)com
CIT Japan: http://www.cit.co.jp

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2008-11-14 11:05:13 Re: support for DESC/NULLS FIRST/NULLS LAST
Previous Message Quan Zongliang 2008-11-14 10:37:06 Re: bug report