Project

General

Profile

« Previous | Next » 

Revision cc5f2ff6

Added by Andreas Müller over 12 years ago

minor

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelReferenceImport.java
175 175
		BerlinModelImportConfigurator config = state.getConfig();
176 176
		Source source = config.getSource();
177 177

  
178
		String strSelectId = "Select Reference.RefId as refId";
178
		String strSelectId = " SELECT Reference.RefId as refId ";
179 179
		String strSelectFull = 
180 180
			" SELECT Reference.* , InReference.RefId as InRefId, InReference.RefCategoryFk as InRefCategoryFk,  " +
181 181
			" InInReference.RefId as InInRefId, InInReference.RefCategoryFk as InInRefCategoryFk, " +

Also available in: Unified diff