Ticket #1203 (closed defect: fixed)
OGRPGTableLayer::CreateFeatureViaInsert()
| Reported by: | id4you@… | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | OGR_SF | Version: | unspecified |
| Severity: | critical | Keywords: | |
| Cc: | neteler |
Description
The 833th line of gdal-1.3.2/ogr/ogrsf_frmts/pg/ogrpgtablelayer.cpp should be osCommand = osCommand + "'" + pszBytea + "'"; instead of osCommand += osCommand + "'" + pszBytea + "'"; for apparent reason.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

