[pgadmin-hackers] pgAdmin III commit: More wx2.9 compatibility. Almost there now!

2011-07-26 Thread Dave Page
More wx2.9 compatibility. Almost there now! Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0a26877628941e51f9cb71c55b75be033febff2d Modified Files -- pgadmin/ctl/ctlComboBox.cpp |6 ++-- pgadmin/debugger/frmDebugger.cpp

Re: [pgadmin-hackers] Changed default ordering in tables

2011-07-26 Thread Dave Page
On Tue, Jul 26, 2011 at 9:53 PM, Erwin Brandstetter wrote: > That may be the key here. When I open the simple test table from above in > v1.14 I get descending order. On opening the Sort/Filter dialog it see an > explicit ORDER BY test_id DESCENDING - which I did not set. > Once I delete that, the

Re: [pgadmin-hackers] Changed default ordering in tables

2011-07-26 Thread Erwin Brandstetter
On 26.07.2011 22:29, Dave Page wrote: On Tue, Jul 26, 2011 at 7:13 PM, Erwin Brandstetter wrote: On 26.07.2011 18:12, Dave Page wrote: Hi Erwin On Tue, Jul 26, 2011 at 4:47 PM, Erwin Brandstetter wrote: Aloha! In v1.14 tables are opened with ORDER BY $pkey DESC. I wonder if descending

Re: [pgadmin-hackers] Changed default ordering in tables

2011-07-26 Thread Dave Page
On Tue, Jul 26, 2011 at 7:13 PM, Erwin Brandstetter wrote: > On 26.07.2011 18:12, Dave Page wrote: >> >> Hi Erwin >> >> On Tue, Jul 26, 2011 at 4:47 PM, Erwin Brandstetter >>  wrote: >>> >>> Aloha! >>> >>> In  v1.14 tables are opened with ORDER BY $pkey DESC. >>> I wonder if descending order ist

Re: [pgadmin-hackers] Changed default ordering in tables

2011-07-26 Thread Erwin Brandstetter
On 26.07.2011 18:12, Dave Page wrote: Hi Erwin On Tue, Jul 26, 2011 at 4:47 PM, Erwin Brandstetter wrote: Aloha! In v1.14 tables are opened with ORDER BY $pkey DESC. I wonder if descending order ist intended. It used to be the other way round and, as far as I am concerned, that was just fin

Re: [pgadmin-hackers] Changed default ordering in tables

2011-07-26 Thread Dave Page
Hi Erwin On Tue, Jul 26, 2011 at 4:47 PM, Erwin Brandstetter wrote: > Aloha! > > In  v1.14 tables are opened with ORDER BY $pkey DESC. > I wonder if descending order ist intended. It used to be the other way round > and, as far as I am concerned, that was just fine in most cases. > We have the ne

[pgadmin-hackers] Changed default ordering in tables

2011-07-26 Thread Erwin Brandstetter
Aloha! In v1.14 tables are opened with ORDER BY $pkey DESC. I wonder if descending order ist intended. It used to be the other way round and, as far as I am concerned, that was just fine in most cases. We have the new feature "View Data" .. "View top / last 100 rows" anyway. No need to change

[pgadmin-hackers] pgAdmin III commit: Update the VC++ project

2011-07-26 Thread Guillaume Lelarge
Update the VC++ project Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=325ca8db34598660df9c9306b055e082671acb2f Modified Files -- pgadmin/pgAdmin3.vcproj | 12 1 files changed, 12 insertions(+), 0 deletions(-) -- S