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

View differences:

PostgresqlFeature.java
62 62
				}
63 63
				this.setGeometry(name,geom);
64 64
			} else {
65
				this.set(name, rs.getObject(name));
65
				this.setAttribute(name, rs.getObject(name));
66 66
			}
67 67
		} catch (java.sql.SQLException e) {
68 68
			throw new ReadException(this.store.getName(),e);

Also available in: Unified diff