Revision 28948 branches/v2_0_0_prep/libraries/libFMap_daldb/src/org/gvsig/fmap/dal/store/jdbc/JDBCStoreProvider.java

View differences:

JDBCStoreProvider.java
786 786
	}
787 787

  
788 788
	public boolean allowAutomaticValues() {
789
		// TODO Check this
790
		return true;
789
		return this.helper.allowAutomaticValues();
791 790
	}
792 791

  
793 792
	public DataServerExplorer getExplorer() throws ReadException {

Also available in: Unified diff