[fdo-trac] #318: [REVIEW] PostGIS provider patch 3.4 from Bruno
Scott
FDO
trac_fdo at osgeo.org
Sat Apr 19 06:27:50 EDT 2008
#318: [REVIEW] PostGIS provider patch 3.4 from Bruno Scott
------------------------------+---------------------------------------------
Reporter: mloskot | Owner: mloskot
Type: task | Status: assigned
Priority: critical | Milestone: 3.4.0
Component: PostGIS Provider | Version:
Severity: 1 | Resolution:
Keywords: postgis patch | External_id:
------------------------------+---------------------------------------------
Comment (by mloskot):
In the patch for #310, there is one place unclear to me, where original
version (line 228) is:
{{{
- FdoStringP fdoClassName = FdoStringP::Format(L"%s~%s",
- static_cast<FdoString*>(stReader->GetSchemaName()),
- static_cast<FdoString*>(stReader->GetTableName()));
}}}
and patched version (line 213) is:
{{{
+ //fdoClassName = FdoStringP::Format(L"%s~%s",
+ // static_cast<FdoString*>(stReader->GetSchemaName()),
+ // static_cast<FdoString*>(stReader->GetTableName() ));
}}}
In both versions the format is the same and uses '''old ~'''.
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/318#comment:3>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list