Thread: BUG #3874: Error updating database columns of type REAL

BUG #3874: Error updating database columns of type REAL

From
"Mikey"
Date:
The following bug has been logged online:

Bug reference:      3874
Logged by:          Mikey
Email address:      michael.lombardi2@sikorsky.com
PostgreSQL version: 8.2.506
Operating system:   Windows XP
Description:        Error updating database columns of type REAL
Details:

This bug occurs sporadically when attempting to update columns in a
postgresql database that are of type REAL using the NetBeans IDE and their
data providers.

The actual error is:
 SyncResolver.UPDATE_ROW_CONFLICT row 0 attempt to update a row that has
been updated or deleted by another user.

This happens in the NetBeans IDE using their supplied dataprovider. Columns
of type TEXT are OK, and integers are OK. It is only the columns of type
REAL that have this problem.