This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new f4534cc publish documentation
f4534cc is described below
commit f4534cc4b73f83b71511930fed40f9c6e6cba5e8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 10 17:50:12 2023 +0000
publish documentation
---
main/.buildinfo | 2 +-
main/_static/documentation_options.js | 2 +-
main/cpp/api/adbc.html | 10 +++++-----
main/cpp/api/adbc_driver_manager.html | 10 +++++-----
main/cpp/api/index.html | 10 +++++-----
main/cpp/concurrency.html | 10 +++++-----
main/cpp/driver_manager.html | 10 +++++-----
main/cpp/index.html | 10 +++++-----
main/development/contributing.html | 10 +++++-----
main/development/nightly.html | 10 +++++-----
main/development/releasing.html | 10 +++++-----
main/driver/cpp/features.html | 10 +++++-----
main/driver/cpp/flight_sql.html | 10 +++++-----
main/driver/cpp/index.html | 10 +++++-----
main/driver/cpp/postgresql.html | 10 +++++-----
main/driver/cpp/sqlite.html | 10 +++++-----
main/driver/java/flight_sql.html | 10 +++++-----
main/driver/java/index.html | 10 +++++-----
main/driver/java/jdbc.html | 10 +++++-----
main/format/comparison.html | 10 +++++-----
main/format/specification.html | 10 +++++-----
main/format/versioning.html | 10 +++++-----
main/genindex.html | 10 +++++-----
main/go/index.html | 10 +++++-----
main/index.html | 10 +++++-----
main/java/index.html | 10 +++++-----
main/objects.inv | Bin 6942 -> 6942 bytes
main/py-modindex.html | 10 +++++-----
main/python/api/adbc_driver_manager.html | 10 +++++-----
main/python/api/adbc_driver_postgresql.html | 10 +++++-----
main/python/api/adbc_driver_sqlite.html | 10 +++++-----
main/python/api/index.html | 10 +++++-----
main/python/driver_manager.html | 10 +++++-----
main/python/index.html | 10 +++++-----
main/python/quickstart.html | 10 +++++-----
main/search.html | 10 +++++-----
version.js | 2 +-
37 files changed, 168 insertions(+), 168 deletions(-)
diff --git a/main/.buildinfo b/main/.buildinfo
index fff37da..48282c3 100644
--- a/main/.buildinfo
+++ b/main/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 4c955914b265dec608e65cc86271c1fb
+config: ba9499f433388f39eef208707158dfe8
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/main/_static/documentation_options.js
b/main/_static/documentation_options.js
index b88428b..b2e1b61 100644
--- a/main/_static/documentation_options.js
+++ b/main/_static/documentation_options.js
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT:
document.getElementById("documentation_options").getAttribute('data-url_root'),
- VERSION: '0.1.0 (dev)',
+ VERSION: '0.2.0 (dev)',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/main/cpp/api/adbc.html b/main/cpp/api/adbc.html
index 521bfef..6ee0e01 100644
--- a/main/cpp/api/adbc.html
+++ b/main/cpp/api/adbc.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="adbc_driver_manager.h" href="adbc_driver_manager.html" /><link
rel="prev" title="C/C++ API Reference" href="index.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>adbc.h - ADBC 0.1.0 (dev) documentation</title>
+ <title>adbc.h - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/cpp/api/adbc_driver_manager.html
b/main/cpp/api/adbc_driver_manager.html
index efd1991..8119f4c 100644
--- a/main/cpp/api/adbc_driver_manager.html
+++ b/main/cpp/api/adbc_driver_manager.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="Go" href="../../go/index.html" /><link rel="prev" title="adbc.h"
href="adbc.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>adbc_driver_manager.h - ADBC 0.1.0 (dev) documentation</title>
+ <title>adbc_driver_manager.h - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/cpp/api/index.html b/main/cpp/api/index.html
index d6ed206..134b950 100644
--- a/main/cpp/api/index.html
+++ b/main/cpp/api/index.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="adbc.h" href="adbc.html" /><link rel="prev" title="Concurrency and
Thread Safety" href="../concurrency.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>C/C++ API Reference - ADBC 0.1.0 (dev) documentation</title>
+ <title>C/C++ API Reference - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/cpp/concurrency.html b/main/cpp/concurrency.html
index 89e118a..d48d1f2 100644
--- a/main/cpp/concurrency.html
+++ b/main/cpp/concurrency.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="next" title="C/C++ API
Reference" href="api/index.html" /><link rel="prev" title="Driver Manager"
href="driver_manager.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Concurrency and Thread Safety - ADBC 0.1.0 (dev)
documentation</title>
+ <title>Concurrency and Thread Safety - ADBC 0.2.0 (dev)
documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/cpp/driver_manager.html b/main/cpp/driver_manager.html
index 3471d39..c19c738 100644
--- a/main/cpp/driver_manager.html
+++ b/main/cpp/driver_manager.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="next" title="Concurrency and
Thread Safety" href="concurrency.html" /><link rel="prev" title="C and C++"
href="index.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Driver Manager - ADBC 0.1.0 (dev) documentation</title>
+ <title>Driver Manager - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/cpp/index.html b/main/cpp/index.html
index 075c494..f96ef8f 100644
--- a/main/cpp/index.html
+++ b/main/cpp/index.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="next" title="Driver Manager"
href="driver_manager.html" /><link rel="prev" title="Quickstart (Python)"
href="../python/quickstart.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>C and C++ - ADBC 0.1.0 (dev) documentation</title>
+ <title>C and C++ - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/development/contributing.html
b/main/development/contributing.html
index 7105a3f..ead55ca 100644
--- a/main/development/contributing.html
+++ b/main/development/contributing.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="next" title="Nightly
Packages" href="nightly.html" /><link rel="prev" title="adbc_driver_sqlite"
href="../python/api/adbc_driver_sqlite.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Contributing - ADBC 0.1.0 (dev) documentation</title>
+ <title>Contributing - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/development/nightly.html b/main/development/nightly.html
index 4b272e2..2bff3f9 100644
--- a/main/development/nightly.html
+++ b/main/development/nightly.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="next" title="Release
Management Guide" href="releasing.html" /><link rel="prev" title="Contributing"
href="contributing.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Nightly Packages - ADBC 0.1.0 (dev) documentation</title>
+ <title>Nightly Packages - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/development/releasing.html b/main/development/releasing.html
index d21c90e..91d0af9 100644
--- a/main/development/releasing.html
+++ b/main/development/releasing.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="prev" title="Nightly
Packages" href="nightly.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Release Management Guide - ADBC 0.1.0 (dev)
documentation</title>
+ <title>Release Management Guide - ADBC 0.2.0 (dev)
documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/driver/cpp/features.html b/main/driver/cpp/features.html
index f1fc1fa..9822160 100644
--- a/main/driver/cpp/features.html
+++ b/main/driver/cpp/features.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="Java" href="../java/index.html" /><link rel="prev" title="SQLite Driver"
href="sqlite.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Feature Support Matrix - ADBC 0.1.0 (dev) documentation</title>
+ <title>Feature Support Matrix - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/driver/cpp/flight_sql.html b/main/driver/cpp/flight_sql.html
index c1859fc..72a12d3 100644
--- a/main/driver/cpp/flight_sql.html
+++ b/main/driver/cpp/flight_sql.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="PostgreSQL Driver" href="postgresql.html" /><link rel="prev"
title="C/C++/Python" href="index.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Flight SQL Driver - ADBC 0.1.0 (dev) documentation</title>
+ <title>Flight SQL Driver - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/driver/cpp/index.html b/main/driver/cpp/index.html
index 1a3c2cc..d213c55 100644
--- a/main/driver/cpp/index.html
+++ b/main/driver/cpp/index.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="Flight SQL Driver" href="flight_sql.html" /><link rel="prev"
title="Comparison with Other APIs" href="../../format/comparison.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>C/C++/Python - ADBC 0.1.0 (dev) documentation</title>
+ <title>C/C++/Python - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/driver/cpp/postgresql.html b/main/driver/cpp/postgresql.html
index 1937706..7a20be7 100644
--- a/main/driver/cpp/postgresql.html
+++ b/main/driver/cpp/postgresql.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="SQLite Driver" href="sqlite.html" /><link rel="prev" title="Flight SQL
Driver" href="flight_sql.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>PostgreSQL Driver - ADBC 0.1.0 (dev) documentation</title>
+ <title>PostgreSQL Driver - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/driver/cpp/sqlite.html b/main/driver/cpp/sqlite.html
index 4b32de8..f1ada82 100644
--- a/main/driver/cpp/sqlite.html
+++ b/main/driver/cpp/sqlite.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="Feature Support Matrix" href="features.html" /><link rel="prev"
title="PostgreSQL Driver" href="postgresql.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>SQLite Driver - ADBC 0.1.0 (dev) documentation</title>
+ <title>SQLite Driver - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/driver/java/flight_sql.html b/main/driver/java/flight_sql.html
index f1bca83..4b516aa 100644
--- a/main/driver/java/flight_sql.html
+++ b/main/driver/java/flight_sql.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="JDBC Adapter" href="jdbc.html" /><link rel="prev" title="Java"
href="index.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Flight SQL - ADBC 0.1.0 (dev) documentation</title>
+ <title>Flight SQL - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/driver/java/index.html b/main/driver/java/index.html
index 7f520eb..dc82440 100644
--- a/main/driver/java/index.html
+++ b/main/driver/java/index.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="Flight SQL" href="flight_sql.html" /><link rel="prev" title="Feature
Support Matrix" href="../cpp/features.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Java - ADBC 0.1.0 (dev) documentation</title>
+ <title>Java - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/driver/java/jdbc.html b/main/driver/java/jdbc.html
index 16474ff..7628928 100644
--- a/main/driver/java/jdbc.html
+++ b/main/driver/java/jdbc.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="Quickstart (Python)" href="../../python/quickstart.html" /><link
rel="prev" title="Flight SQL" href="flight_sql.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>JDBC Adapter - ADBC 0.1.0 (dev) documentation</title>
+ <title>JDBC Adapter - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/format/comparison.html b/main/format/comparison.html
index 8c13944..31dffcb 100644
--- a/main/format/comparison.html
+++ b/main/format/comparison.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="next" title="C/C++/Python"
href="../driver/cpp/index.html" /><link rel="prev" title="Versioning and
Compatibility" href="versioning.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Comparison with Other APIs - ADBC 0.1.0 (dev)
documentation</title>
+ <title>Comparison with Other APIs - ADBC 0.2.0 (dev)
documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/format/specification.html b/main/format/specification.html
index 6b59903..8bdade9 100644
--- a/main/format/specification.html
+++ b/main/format/specification.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="next" title="Versioning and
Compatibility" href="versioning.html" /><link rel="prev" title="Apache Arrow
ADBC" href="../index.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>ADBC API Standard - ADBC 0.1.0 (dev) documentation</title>
+ <title>ADBC API Standard - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/format/versioning.html b/main/format/versioning.html
index 176724f..18aadaf 100644
--- a/main/format/versioning.html
+++ b/main/format/versioning.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="next" title="Comparison with
Other APIs" href="comparison.html" /><link rel="prev" title="ADBC API Standard"
href="specification.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Versioning and Compatibility - ADBC 0.1.0 (dev)
documentation</title>
+ <title>Versioning and Compatibility - ADBC 0.2.0 (dev)
documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/genindex.html b/main/genindex.html
index f878b34..8c0ea64 100644
--- a/main/genindex.html
+++ b/main/genindex.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index"
title="Index" href="#" /><link rel="search" title="Search" href="search.html" />
- <!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 --><title>Index -
ADBC 0.1.0 (dev) documentation</title>
+ <!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 --><title>Index -
ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="_static/copybutton.css" />
@@ -39,7 +39,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "..";
</script>
<style>
@@ -94,7 +94,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -181,7 +181,7 @@
</label>
</div>
<div class="header-center">
- <a href="index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -208,7 +208,7 @@
<img class="sidebar-logo only-dark" src="_static/logo-dark.png" alt="Dark
Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get" action="search.html"
role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/go/index.html b/main/go/index.html
index 901e468..ab020d1 100644
--- a/main/go/index.html
+++ b/main/go/index.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="next" title="Java"
href="../java/index.html" /><link rel="prev" title="adbc_driver_manager.h"
href="../cpp/api/adbc_driver_manager.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Go - ADBC 0.1.0 (dev) documentation</title>
+ <title>Go - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/index.html b/main/index.html
index 93ac957..3c29f69 100644
--- a/main/index.html
+++ b/main/index.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="genindex.html" /><link rel="search"
title="Search" href="search.html" /><link rel="next" title="ADBC API Standard"
href="format/specification.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>ADBC 0.1.0 (dev) documentation</title>
+ <title>ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="#"><div class="brand">ADBC 0.1.0 (dev) documentation</div></a>
+ <a href="#"><div class="brand">ADBC 0.2.0 (dev) documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="_static/logo-dark.png" alt="Dark
Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get" action="search.html"
role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/java/index.html b/main/java/index.html
index ec31b5b..79a89ca 100644
--- a/main/java/index.html
+++ b/main/java/index.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="next" title="Python"
href="../python/index.html" /><link rel="prev" title="Go"
href="../go/index.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Java - ADBC 0.1.0 (dev) documentation</title>
+ <title>Java - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/objects.inv b/main/objects.inv
index 0a28400..549477f 100644
Binary files a/main/objects.inv and b/main/objects.inv differ
diff --git a/main/py-modindex.html b/main/py-modindex.html
index eb412ad..2b9e63f 100644
--- a/main/py-modindex.html
+++ b/main/py-modindex.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index"
title="Index" href="genindex.html" /><link rel="search" title="Search"
href="search.html" />
- <!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 --><title>Python
Module Index - ADBC 0.1.0 (dev) documentation</title>
+ <!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 --><title>Python
Module Index - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="_static/copybutton.css" />
@@ -39,7 +39,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "..";
</script>
<style>
@@ -94,7 +94,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -181,7 +181,7 @@
</label>
</div>
<div class="header-center">
- <a href="index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -208,7 +208,7 @@
<img class="sidebar-logo only-dark" src="_static/logo-dark.png" alt="Dark
Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get" action="search.html"
role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/python/api/adbc_driver_manager.html
b/main/python/api/adbc_driver_manager.html
index 763693e..a59afd1 100644
--- a/main/python/api/adbc_driver_manager.html
+++ b/main/python/api/adbc_driver_manager.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="adbc_driver_postgresql" href="adbc_driver_postgresql.html" /><link
rel="prev" title="Python API Reference" href="index.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>adbc_driver_manager - ADBC 0.1.0 (dev) documentation</title>
+ <title>adbc_driver_manager - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/python/api/adbc_driver_postgresql.html
b/main/python/api/adbc_driver_postgresql.html
index 774f10c..6028656 100644
--- a/main/python/api/adbc_driver_postgresql.html
+++ b/main/python/api/adbc_driver_postgresql.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="adbc_driver_sqlite" href="adbc_driver_sqlite.html" /><link rel="prev"
title="adbc_driver_manager" href="adbc_driver_manager.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>adbc_driver_postgresql - ADBC 0.1.0 (dev) documentation</title>
+ <title>adbc_driver_postgresql - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/python/api/adbc_driver_sqlite.html
b/main/python/api/adbc_driver_sqlite.html
index 47ac0bb..24e40cb 100644
--- a/main/python/api/adbc_driver_sqlite.html
+++ b/main/python/api/adbc_driver_sqlite.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="Contributing" href="../../development/contributing.html" /><link
rel="prev" title="adbc_driver_postgresql" href="adbc_driver_postgresql.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>adbc_driver_sqlite - ADBC 0.1.0 (dev) documentation</title>
+ <title>adbc_driver_sqlite - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/python/api/index.html b/main/python/api/index.html
index e42fb7c..738f5ec 100644
--- a/main/python/api/index.html
+++ b/main/python/api/index.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../../genindex.html" /><link
rel="search" title="Search" href="../../search.html" /><link rel="next"
title="adbc_driver_manager" href="adbc_driver_manager.html" /><link rel="prev"
title="Driver Manager" href="../driver_manager.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Python API Reference - ADBC 0.1.0 (dev) documentation</title>
+ <title>Python API Reference - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css"
/>
<link rel="stylesheet" type="text/css"
href="../../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css"
/>
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/python/driver_manager.html b/main/python/driver_manager.html
index c7ee887..8511949 100644
--- a/main/python/driver_manager.html
+++ b/main/python/driver_manager.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="next" title="Python API
Reference" href="api/index.html" /><link rel="prev" title="Python"
href="index.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Driver Manager - ADBC 0.1.0 (dev) documentation</title>
+ <title>Driver Manager - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/python/index.html b/main/python/index.html
index d508e71..7355078 100644
--- a/main/python/index.html
+++ b/main/python/index.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="next" title="Driver Manager"
href="driver_manager.html" /><link rel="prev" title="Java"
href="../java/index.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Python - ADBC 0.1.0 (dev) documentation</title>
+ <title>Python - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/python/quickstart.html b/main/python/quickstart.html
index 85cda37..4f1fb65 100644
--- a/main/python/quickstart.html
+++ b/main/python/quickstart.html
@@ -8,7 +8,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="next" title="C and C++"
href="../cpp/index.html" /><link rel="prev" title="JDBC Adapter"
href="../driver/java/jdbc.html" />
<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
- <title>Quickstart (Python) - ADBC 0.1.0 (dev) documentation</title>
+ <title>Quickstart (Python) - ADBC 0.2.0 (dev) documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="../_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -41,7 +41,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "../..";
</script>
<style>
@@ -96,7 +96,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -183,7 +183,7 @@
</label>
</div>
<div class="header-center">
- <a href="../index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="../index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -210,7 +210,7 @@
<img class="sidebar-logo only-dark" src="../_static/logo-dark.png"
alt="Dark Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get"
action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/main/search.html b/main/search.html
index 83ec9a1..e3f4b44 100644
--- a/main/search.html
+++ b/main/search.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index"
title="Index" href="genindex.html" /><link rel="search" title="Search" href="#"
/>
- <!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 --><title>Search -
ADBC 0.1.0 (dev) documentation</title><link rel="stylesheet" type="text/css"
href="_static/pygments.css" />
+ <!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 --><title>Search -
ADBC 0.2.0 (dev) documentation</title><link rel="stylesheet" type="text/css"
href="_static/pygments.css" />
<link rel="stylesheet" type="text/css"
href="_static/styles/furo.css?digest=91d0f0d1c444bdcb17a68e833c7a53903343c195"
/>
<link rel="stylesheet" type="text/css" href="_static/copybutton.css" />
<link rel="stylesheet" type="text/css"
href="_static/design-style.4045f2051d55cab465a707391d5b2007.min.css" />
@@ -38,7 +38,7 @@
}
</style>
<script>
- const currentVersion = "0.1.0 (dev)";
+ const currentVersion = "0.2.0 (dev)";
const versionsRoot = "..";
</script>
<style>
@@ -93,7 +93,7 @@
</script>
<nav id="version-switcher">
- <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.1.0 (dev)</button>
+ <button type="button"
onclick="document.getElementById('version-switcher').classList.toggle('open')">Version:
0.2.0 (dev)</button>
<div class="versions">
<ul></ul>
</div>
@@ -180,7 +180,7 @@
</label>
</div>
<div class="header-center">
- <a href="index.html"><div class="brand">ADBC 0.1.0 (dev)
documentation</div></a>
+ <a href="index.html"><div class="brand">ADBC 0.2.0 (dev)
documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
@@ -207,7 +207,7 @@
<img class="sidebar-logo only-dark" src="_static/logo-dark.png" alt="Dark
Logo"/>
</div>
- <span class="sidebar-brand-text">ADBC 0.1.0 (dev) documentation</span>
+ <span class="sidebar-brand-text">ADBC 0.2.0 (dev) documentation</span>
</a><form class="sidebar-search-container" method="get" action="#"
role="search">
<input class="sidebar-search" placeholder="Search" name="q"
aria-label="Search">
diff --git a/version.js b/version.js
index 9c46110..edec4ef 100644
--- a/version.js
+++ b/version.js
@@ -49,5 +49,5 @@ window.addEventListener("DOMContentLoaded", () => {
const versions = `
0.1.0;0.1.0
-main;0.1.0 (dev)
+main;0.2.0 (dev)
`;