Project

General

Profile

« Previous | Next » 

Revision 6ab31377

Added by Andreas Müller over 13 years ago

Added new rank "unranked" (#2141) and updated language labels and titleCaches with full language name (#2144)

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/database/update/SingleTermUpdater.java
137 137
		}
138 138
		
139 139
		UUID uuidRepresentation = UUID.randomUUID();
140
		String sqlInsertRepresentation = " INSERT INTO Representation (id, created, uuid, text, abbreviatedlabel, label, language_id) " +
140
		String sqlInsertRepresentation = " INSERT INTO Representation (id, created, uuid, text, label, abbreviatedlabel, language_id) " +
141 141
				"VALUES (" + repId + ", '" + created + "', '" + uuidRepresentation + "', '" + description +  "', '" + label +  "',  '" + abbrev +  "', " + langId + ")"; 
142 142
		
143 143
		datasource.executeUpdate(sqlInsertRepresentation);

Also available in: Unified diff