Revision 24250 branches/v2_0_0_prep/libraries/libFMap_dataDB/src/org/gvsig/fmap/data/feature/db/jdbc/postgresqlbin/PostgresqlBinFeature.java

View differences:

PostgresqlBinFeature.java
60 60
			if (attr.getDataType().equals(FeatureAttributeDescriptor.GEOMETRY)) {
61 61
				this.setGeometry(name,value);
62 62
			} else {
63
				this.set(name, value);
63
				this.setAttribute(name, value);
64 64
			}
65 65
		} catch (java.sql.SQLException e) {
66 66
			throw new ReadException("CreateFeature",e);

Also available in: Unified diff