From 860062fa44b07e00382ea36224a8039e87903fe4 Mon Sep 17 00:00:00 2001 From: Jeff Yemin Date: Tue, 3 Feb 2015 18:55:53 -0500 Subject: [PATCH] Update apiargs-option-connection-string-w-param.yaml Removed -1 option for w, as drivers have either deprecated it or never supported it in the first place. --- .../apiargs-option-connection-string-w-param.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/source/includes/apiargs-option-connection-string-w-param.yaml b/source/includes/apiargs-option-connection-string-w-param.yaml index cd6f67b9955..ae8f7805f56 100644 --- a/source/includes/apiargs-option-connection-string-w-param.yaml +++ b/source/includes/apiargs-option-connection-string-w-param.yaml @@ -1,15 +1,4 @@ arg_name: option -description: | - The driver will *not* acknowledge write operations and will suppress - all network or socket errors. -interface: option -name: '-1' -operation: connection-string-w -optional: false -position: 1 -type: number ---- -arg_name: option description: | The driver will *not* acknowledge write operations but will pass or handle any network and socket errors that it receives to the client.