git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@100766 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
168d78ca64
commit
a73b92073d
|
@ -190,7 +190,7 @@ public class RasterTable {
|
|||
// save all the strings on the table
|
||||
if (sb.length() > 0) {
|
||||
String insertStatement = DatabaseUtils.insertFromString(tablename, columnNames, sb.substring(0, sb.length() - 1));
|
||||
AnalysisLogger.getLogger().debug("Inserting Buffer " + insertStatement);
|
||||
// AnalysisLogger.getLogger().debug("Inserting Buffer " + insertStatement);
|
||||
DatabaseFactory.executeSQLUpdate(insertStatement, dbconnection);
|
||||
AnalysisLogger.getLogger().debug("Insertion completed with Success!");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue