|
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.4.0 documentation</title> |
| 6 | + <title>singlestoredb.connect — SingleStoreDB 1.4.1 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=9172181d"></script> |
| 13 | + <script src="../_static/documentation_options.js?v=350a9c04"></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.4.0 |
| 31 | + 1.4.1 |
32 | 32 | </div> |
33 | 33 | <div role="search"> |
34 | 34 | <form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> |
@@ -123,6 +123,9 @@ <h1>singlestoredb.connect<a class="headerlink" href="#singlestoredb-connect" tit |
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 | 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 | 125 | numpy, polars, pandas, arrow</p></li> |
| 126 | +<li><p><strong>buffered</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>) – Should the entire query result be buffered in memory? This is the default |
| 127 | +behavior which allows full cursor control of the result, but does consume |
| 128 | +more memory.</p></li> |
126 | 129 | <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> |
127 | 130 | <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> |
128 | 131 | <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