|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>singlestoredb.connect — SingleStoreDB 1.2.0 documentation</title> |
| 6 | + <title>singlestoredb.connect — SingleStoreDB 1.3.0 documentation</title> |
7 | 7 | <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> |
8 | 8 | <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" /> |
9 | 9 | <link rel="stylesheet" href="../_static/custom.css" type="text/css" /> |
10 | 10 | <!--[if lt IE 9]> |
11 | 11 | <script src="../_static/js/html5shiv.min.js"></script> |
12 | 12 | <![endif]--> |
13 | | - <script src="../_static/documentation_options.js?v=6efca38a"></script> |
| 13 | + <script src="../_static/documentation_options.js?v=1f29e9d3"></script> |
14 | 14 | <script src="../_static/doctools.js?v=9a2dae69"></script> |
15 | 15 | <script src="../_static/sphinx_highlight.js?v=dc90522c"></script> |
16 | 16 | <script src="../_static/js/theme.js"></script> |
|
28 | 28 | SingleStoreDB |
29 | 29 | </a> |
30 | 30 | <div class="version"> |
31 | | - 1.2.0 |
| 31 | + 1.3.0 |
32 | 32 | </div> |
33 | 33 | <div role="search"> |
34 | 34 | <form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> |
@@ -121,7 +121,8 @@ <h1>singlestoredb.connect<a class="headerlink" href="#singlestoredb-connect" tit |
121 | 121 | <li><p><strong>conv</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.12)"><em>dict</em></a><em>[</em><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><em>int</em></a><em>, </em><em>Callable</em><em>]</em><em>, </em><em>optional</em>) – Dictionary of data conversion functions</p></li> |
122 | 122 | <li><p><strong>credential_type</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a><em>, </em><em>optional</em>) – Type of authentication to use: auth.PASSWORD, auth.JWT, or auth.BROWSER_SSO</p></li> |
123 | 123 | <li><p><strong>autocommit</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.12)"><em>bool</em></a><em>, </em><em>optional</em>) – Enable autocommits</p></li> |
124 | | -<li><p><strong>results_type</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a><em>, </em><em>optional</em>) – The form of the query results: tuples, namedtuples, dicts</p></li> |
| 124 | +<li><p><strong>results_type</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a><em>, </em><em>optional</em>) – The form of the query results: tuples, namedtuples, dicts, |
| 125 | +numpy, polars, pandas, arrow</p></li> |
125 | 126 | <li><p><strong>results_format</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a><em>, </em><em>optional</em>) – Deprecated. This option has been renamed to results_type.</p></li> |
126 | 127 | <li><p><strong>program_name</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a><em>, </em><em>optional</em>) – Name of the program</p></li> |
127 | 128 | <li><p><strong>conn_attrs</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.12)"><em>dict</em></a><em>, </em><em>optional</em>) – Additional connection attributes for telemetry. Example: |
|
0 commit comments