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
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
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