Revision 47757 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/DefaultFeatureAttributeDescriptor.java

View differences:

DefaultFeatureAttributeDescriptor.java
2230 2230
        builder.set("pk", this.isPrimaryKey(), false);
2231 2231
        builder.set("automatic", this.isAutomatic(), false);
2232 2232
        builder.set("isindexed", this.isIndexed(), false);
2233
        builder.set("isindexascending", this.isIndexAscending(), false);
2234
        builder.set("allowindexduplicateds", this.allowIndexDuplicateds(), false);
2233
        builder.set("isindexascending", this.isIndexAscending(), true);
2234
        builder.set("allowindexduplicateds", this.allowIndexDuplicateds(), true);
2235 2235
        builder.set("isTime", this.isTime(), false);
2236 2236
        builder.set("profile", this.getDataProfileName());
2237 2237
        builder.set("group", this.getGroup());

Also available in: Unified diff