Gianpaolo Coro 2014-10-16 15:40:28 +00:00
parent 168d78ca64
commit a73b92073d
1 changed files with 1 additions and 1 deletions

View File

@ -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!");
}