Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
Re: BUG: pgDomain.cpp

Re: BUG: pgDomain.cpp



P3 Consulting wrote:
            domain->iSetBasetypeOid(domains->GetBool(wxT("typbasetype")));
should be
            domain->iSetBasetypeOid(domains->GetOid(wxT("typbasetype")));

Ouch!

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

Fixed both in CVS, thanks for reporting.

Regards,
Andreas



Home | Main Index | Thread Index

top