You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DSN editor: add option for payload compression (#202)
This commit adds a drop-down to allow the payload compression strategy
(one value in: "auto", "on", "off").
The option is encoded in the DSN as the attribute "Compression".
toolTipBodySize.SetToolTip(numericUpDownBodySize,"The maximum number of megabytes that the driver will accept for one page.");
172
173
toolTipFloatsFormat.SetToolTip(comboBoxFloatsFormat,"How should the floating point numbers be printed, when these are converted to string by the driver.");
173
174
toolTipDataEncoding.SetToolTip(comboBoxDataEncoding,"How should the data between the server and the driver be encoded as.");
175
+
toolTipDataCompression.SetToolTip(comboBoxDataCompression,"Should the data between the server and the driver be compressed?");
174
176
toolTipFollowRedirects.SetToolTip(checkBoxFollowRedirects,"Should the driver follow HTTP redirects of the requests to the server?");
175
177
toolTipApplyTZ.SetToolTip(checkBoxApplyTZ,"Should the driver use machine's local timezone? The default is UTC.");
176
178
toolTipAutoEscapePVA.SetToolTip(checkBoxAutoEscapePVA,"Should the driver auto-escape the pattern-value arguments?");
0 commit comments