Warehouse Release 6.04.1200
11/21/2017
The improvements in the 6.04.1200 release are:
COPYTO [.table] [FORMAT ] [[;] ERRORS TO [. ] ] [[;] WAIT | NOWAIT] [[;] RETRIES= ] [[;] RETRYWAIT= ] <retry count> is the number of times to retry the COPY if an error occurs. If the COPY fails for more than <retry count> times, the script stops unless the error is caught by a TRY statement. Note that RETIES applies to any error, not just to network errors. <seconds> is the number of seconds to wait between COPY attempts. If RETRIES is specified, but RETRYWAIT is not, the default is 30 seconds. RETRYWAIT is specified in seconds, so for example, five minutes would be RETRYWAIT=300.
Release 6.04.1200 is available now on all supported platforms.