correction in GetTableDetails class and related to the printf.
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManagerAlgorithms@99353 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
bdf8449fd0
commit
f1a7326084
|
@ -462,7 +462,7 @@ public class GetTableDetails extends StandardLocalExternalAlgorithm {
|
||||||
|
|
||||||
if ((driverInfo.toLowerCase().contains("postgres"))) {
|
if ((driverInfo.toLowerCase().contains("postgres"))) {
|
||||||
AnalysisLogger.getLogger().debug(
|
AnalysisLogger.getLogger().debug(
|
||||||
"In GetTableDetails->*schemaName:" + schemaName);;
|
"In GetTableDetails->schemaName:" + schemaName);;
|
||||||
|
|
||||||
rows = mgt.getNumberOfRows(tableName, schemaName);
|
rows = mgt.getNumberOfRows(tableName, schemaName);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue