Revision 46803 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
328 328

  
329 329
    @Override
330 330
    public boolean allowNull() {
331
//        TODO: Habria que meter este cambio en proximos builds 2022/11/16.
332
//        if( this.isPrimaryKey() ) {
333
//            return false;
334
//        }
331 335
        return allowNull;
332 336
    }
333 337

  
......
1902 1906
                }
1903 1907
                break;
1904 1908
        }
1909
//        TODO: Habria que meter este cambio en proximos builds 2022/11/16.
1910
//        if( this.isPrimaryKey() ) {
1911
//            this.allowNull = false;
1912
//        }
1913
        
1905 1914
    }
1906 1915

  
1907 1916
    @Override

Also available in: Unified diff