Ticket #86 (assigned Defect: null)

Opened 6 years ago

Last modified 6 years ago

Batched functions of the File class are missing the refreshArcGISCatalog parameter

Reported by: jjr8 Owned by: jjr8
Priority: Medium Milestone: Unscheduled
Component: Tools - Data Management Version: 0.2
Keywords: Cc:

Description (last modified by jjr8) (diff)

The non-batched functions have the refreshArcGISCatalog parameter, for example:

Copy(sourceFile, destinationFile[, overwriteExisting[, refreshArcGISCatalog]]) 

But this parameter is missing from the batched functions:

CopyList(sourceFileList, destinationFileList[, skipExisting[, overwriteExisting]]) 

CopyTable(connection, table, sourceFileField, destinationFileField[, where[, orderBy[, directions[, skipExisting[, overwriteExisting]]]]]) 

CopyArcGISTable(table, sourceFileField, destinationFileField[, where[, orderBy[, directions[, skipExisting[, overwriteExisting]]]]]) 

Change History

Changed 6 years ago by jjr8

  • description modified (diff)

Changed 6 years ago by jjr8

  • status changed from new to assigned
  • milestone changed from 0.3 to Unscheduled
Note: See TracTickets for help on using tickets.