Skip to content

Commit 3b6644b

Browse files
committed
Prep for v0.3.3
1 parent 324343d commit 3b6644b

65 files changed

Lines changed: 154 additions & 130 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 383339b020c2e1b41344fdebedccc624
3+
config: af25b87bbfc596f2fe8da845caf5456d
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/generated/singlestoredb.connection.Connection.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
.. autosummary::
3535

3636
~Connection.messages
37+
~Connection.show
3738
~Connection.results_format
3839
~Connection.encoding
3940
~Connection.globals

docs/_sources/whatsnew.rst.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ What's New
44

55
This document outlines features and improvements from each release.
66

7+
v0.3.3 - September 21, 2022
8+
---------------------------
9+
* Add ``ssl_cipher`` option to connections
10+
* Add ``show`` accessor for database ``SHOW`` commands
11+
712
v0.3.2 - September 14, 2022
813
---------------------------
914
* Fixes for PyMySQL compatibility

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.3.2',
3+
VERSION: '0.3.3',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>API Reference &mdash; SingleStoreDB 0.3.2 documentation</title>
7+
<title>API Reference &mdash; SingleStoreDB 0.3.3 documentation</title>
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
@@ -31,7 +31,7 @@
3131
<a href="index.html" class="icon icon-home"> SingleStoreDB
3232
</a>
3333
<div class="version">
34-
0.3.2
34+
0.3.3
3535
</div>
3636
<div role="search">
3737
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">

docs/generated/singlestoredb.auth.get_jwt.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>singlestoredb.auth.get_jwt &mdash; SingleStoreDB 0.3.2 documentation</title>
7+
<title>singlestoredb.auth.get_jwt &mdash; SingleStoreDB 0.3.3 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
@@ -31,7 +31,7 @@
3131
<a href="../index.html" class="icon icon-home"> SingleStoreDB
3232
</a>
3333
<div class="version">
34-
0.3.2
34+
0.3.3
3535
</div>
3636
<div role="search">
3737
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

docs/generated/singlestoredb.connect.html

Lines changed: 4 additions & 3 deletions
Large diffs are not rendered by default.

docs/generated/singlestoredb.connection.Connection.autocommit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>singlestoredb.connection.Connection.autocommit &mdash; SingleStoreDB 0.3.2 documentation</title>
7+
<title>singlestoredb.connection.Connection.autocommit &mdash; SingleStoreDB 0.3.3 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
@@ -31,7 +31,7 @@
3131
<a href="../index.html" class="icon icon-home"> SingleStoreDB
3232
</a>
3333
<div class="version">
34-
0.3.2
34+
0.3.3
3535
</div>
3636
<div role="search">
3737
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

docs/generated/singlestoredb.connection.Connection.close.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>singlestoredb.connection.Connection.close &mdash; SingleStoreDB 0.3.2 documentation</title>
7+
<title>singlestoredb.connection.Connection.close &mdash; SingleStoreDB 0.3.3 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
@@ -31,7 +31,7 @@
3131
<a href="../index.html" class="icon icon-home"> SingleStoreDB
3232
</a>
3333
<div class="version">
34-
0.3.2
34+
0.3.3
3535
</div>
3636
<div role="search">
3737
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

docs/generated/singlestoredb.connection.Connection.commit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>singlestoredb.connection.Connection.commit &mdash; SingleStoreDB 0.3.2 documentation</title>
7+
<title>singlestoredb.connection.Connection.commit &mdash; SingleStoreDB 0.3.3 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
@@ -31,7 +31,7 @@
3131
<a href="../index.html" class="icon icon-home"> SingleStoreDB
3232
</a>
3333
<div class="version">
34-
0.3.2
34+
0.3.3
3535
</div>
3636
<div role="search">
3737
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

0 commit comments

Comments
 (0)