Hi, all
Next, I plan to code TODO Item "- Import from CSV".
Maybe, export function is also expected by somebody.
It will take a long time, several months. Because I have to do it in
spare time. And I am unfamiliar at i18n, first attempt.
Now, there is frmExport class, it used by query tool to ex
Hi Guillaume,
I noticed another issue with the dialogues today - on Mac, the
listview on the definition pane of dlgType (for a composite type)
doesn't shrink when the dialogue is shrunk. We've seen this before, so
I'm guessing you know which is the correct fix :-)
Also, we seem to have lost the s
Author: dpage
Date: 2008-11-25 13:22:20 + (Tue, 25 Nov 2008)
New Revision: 7506
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7506&view=rev
Log:
Fix initial layout of the index dialogue so that lstColumns is appropriately
sized by default.
Modified:
trunk/pgadmin3
On Sat, Nov 22, 2008 at 10:43 AM, Quan Zongliang
<[EMAIL PROTECTED]> wrote:
>> That code could use some formatting changes though
>> We also try to leave empty lines between distinct blocks of code to
>> aid readability.
>
> Done.
>
>> - lstColumns should always display the order and nulls values
>
Hi Tomasz
On Tue, Nov 25, 2008 at 11:02 AM, Tomasz Zeman <[EMAIL PROTECTED]> wrote:
> Hi Dave,
>
>
> I have adjusted cmake to use the mswu and wxWidgets are compiled to use
> Unicode.
> Unfortunately, the compilation error still appears.
>
> Between other errors, I am having the following compilat
Author: dpage
Date: 2008-11-25 10:56:16 + (Tue, 25 Nov 2008)
New Revision: 7505
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7505&view=rev
Log:
Avoid an assert if no index access method is selected.
Modified:
trunk/pgadmin3/pgadmin/dlg/dlgIndex.cpp
--
Sent via p
Author: dpage
Date: 2008-11-25 09:41:32 + (Tue, 25 Nov 2008)
New Revision: 7504
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7504&view=rev
Log:
Add support for DESC and NULLs FIRST/LAST options for index columns [Quan
Zongliang].
Modified:
trunk/pgadmin3/CHANGELOG