Ticket #2819 (closed bug: fixed)
Copied record field mismatch from shapefile to postgis
| Reported by: | bonzai | Owned by: | jef |
|---|---|---|---|
| Priority: | minor: annoyance | Milestone: | Version 1.5.0 |
| Component: | Data Provider | Version: | 1.4.0 |
| Keywords: | Cc: | ||
| Platform Version: | Platform: | Gentoo | |
| Must Fix for Release: | No | Awaiting user input: | yes |
Description
During feature copy (using Ctrl+C Ctrl+V) between shapefile and postgis layers field's values are someway shifted.
Original SHAPEFILE feature attributes
app_id: NULL
su_id: NULL
su: 36 <-------- RIGHT
phase: NULL
date: NULL
Copied PostGIS feature attributes
app_id: NULL
su_id: 36 <--------- WRONG
su: NULL
phase: NULL
date: NULL
Change History
Note: See
TracTickets for help on using
tickets.