Re: [pgadmin-hackers] Weird code in pgDomain.cpp

2012-04-08 Thread Dave Page
On Sun, Apr 8, 2012 at 4:44 AM, Guillaume Lelarge wrote: > Hi, > > I was trying to fix a bug on dlgDomain, and I found this code (in > pgadmin/schema/pgDomain.cpp): > > wxString conname = set->GetVal(wxT("conname")); > if (!conname.StartsWith(wxT("$"))) >    check += wxT("CONSTRAINT ") + qtIdent(c

[pgadmin-hackers] Weird code in pgDomain.cpp

2012-04-08 Thread Guillaume Lelarge
Hi, I was trying to fix a bug on dlgDomain, and I found this code (in pgadmin/schema/pgDomain.cpp): wxString conname = set->GetVal(wxT("conname")); if (!conname.StartsWith(wxT("$"))) check += wxT("CONSTRAINT ") + qtIdent(conname) + wxT(" "); I'm wondering why we look for a dollar sign in the

[pgadmin-hackers] pgAdmin III commit: Move references table textbox to the third tab of d

2012-04-08 Thread Guillaume Lelarge
Move references table textbox to the third tab of dlgForeignKey Per request from Colin Beckingham. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=fc1dbbeccff55fd48b717e9a2133f1a7f0bb3e43 Modified Files -- CHANGELOG