Merge pull request #1466 from strk/2.0.x-literals

2.0.x literals
This commit is contained in:
Artem Pavlenko 2012-09-05 02:41:16 -07:00
commit ca43cc3f40

View file

@ -152,7 +152,7 @@ feature_ptr postgis_featureset::next()
float8net(val,buf);
boost::put(*feature,name,val);
}
else if (oid==25 || oid==1043) // text or varchar
else if (oid==25 || oid==1043 || oid==705 ) // text or varchar or literal
{
UnicodeString ustr = tr_->transcode(buf);
boost::put(*feature,name,ustr);