BUG: pgDomain.cpp

From: P3 Consulting <p3c(at)p3-consulting(dot)net>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: BUG: pgDomain.cpp
Date: 2004-12-30 17:15:18
Message-ID: 6114F52F-5A86-11D9-A4C5-0003933F0AB6@p3-consulting.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


domain->iSetBasetypeOid(domains->GetBool(wxT("typbasetype")));
should be

domain->iSetBasetypeOid(domains->GetOid(wxT("typbasetype")));
?

And less important:

in pgConversion.h
wxString conversionName
this instance variable doesn't seem to be used anywhere...

Pascal Pochet
p3c(at)p3-consulting(dot)net
----------------------------------
PGP
KeyID: 0xD75C608A
Fingerprint: 6F30 221F 0A9E 71F0 7902 0960 D727 3811 D75C 608A

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2005-01-03 17:29:22 Re: pgAdmin III 1.2.0 crashes when trying to open
Previous Message Raphaël Enrici 2004-12-28 10:12:44 pgAdmin III 1.2.0 crashes when trying to open a database with no rights