View Issue Details

IDProjectCategoryView StatusLast Update
0000215SymmetricDSBugpublic2010-01-17 18:02
ReporterAssigned Tochenson  
Priorityhigh 
Status closedResolutionfixed 
Target Version2.0.0Fixed in Version2.0.0 
Summary0000215: TARGET_CATALOG_NAME has no effect for ROUTER
Description"There's a copy&paste bug in /symmetric/src/main/java/org/jumpmind/symmetric/extract/csv/CsvExtractor.java , Line 95 {code} String catalogName = (router == null || router.getTargetSchemaName() == null) ? """" : router .getTargetCatalogName(); CsvUtils.write(out, CsvConstants.CATALOG, "", "", catalogName); {code} should be {code} String catalogName = (router == null || router.getTargetCatalogName() == null) ? """" : router .getTargetCatalogName(); CsvUtils.write(out, CsvConstants.CATALOG, "", "", catalogName); {code}"
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change