Re: BUG: pgDomain.cpp
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
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