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
add dropdown to select data encapsulation format (#180)
This commit adds the configuration to the editor form to allow selecting
between JSON and CBOR as data encapsulation.
Also the Logging and Misc pannels have been swapped, to have Logging
ever so slightly easier to spot.
(cherry picked from commit e003889)
toolTipFetchSize.SetToolTip(numericUpDownFetchSize,"The maximum number of rows that Elasticsearch SQL server should send the driver for one page.");
170
171
toolTipBodySize.SetToolTip(numericUpDownBodySize,"The maximum number of megabytes that the driver will accept for one page.");
171
172
toolTipFloatsFormat.SetToolTip(comboBoxFloatsFormat,"How should the floating point numbers be printed, when these are converted to string by the driver.");
173
+
toolTipDataEncoding.SetToolTip(comboBoxDataEncoding,"How should the data between the server and the driver be encoded as.");
172
174
toolTipFollowRedirects.SetToolTip(checkBoxFollowRedirects,"Should the driver follow HTTP redirects of the requests to the server?");
173
175
toolTipApplyTZ.SetToolTip(checkBoxApplyTZ,"Should the driver use machine's local timezone? The default is UTC.");
174
176
toolTipAutoEscapePVA.SetToolTip(checkBoxAutoEscapePVA,"Should the driver auto-escape the pattern-value arguments?");
0 commit comments