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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ to a database that can be used in all kinds of multi-threaded environments.
7
7
The suite supports DB-API 2 compliant database interfaces
8
8
and the classic PyGreSQL interface.
9
9
10
-
The current version 2.0.2 of DBUtils supports Python versions 2.7 and 3.5 to 3.9.
10
+
The current version 2.0.3 of DBUtils supports Python versions 2.7 and 3.5 to 3.10.
11
11
12
12
**Please have a look at the [changelog](https://webwareforpython.github.io/DBUtils/changelog.html), because there are some breaking changes in version 2.0.**
<li><p><aclass="reference internal" href="#copyright-und-lizenz" id="toc-entry-21">Copyright und Lizenz</a></p></li>
53
53
</ul>
54
-
</div>
54
+
</nav>
55
55
<sectionid="zusammenfassung">
56
56
<h2>Zusammenfassung</h2>
57
57
<p><aclass="reference external" href="https://github.com/WebwareForPython/DBUtils">DBUtils</a> ist eine Sammlung von Python-Modulen, mit deren Hilfe man in <aclass="reference external" href="https://www.python.org">Python</a>
@@ -69,10 +69,6 @@ <h2>Module</h2>
69
69
DB-API-2-Datenbankadaptern, und einer Gruppe zur Verwendung mit dem klassischen
70
70
PyGreSQL-Datenbankadapter-Modul.</p>
71
71
<table>
72
-
<colgroup>
73
-
<colstyle="width: 28%" />
74
-
<colstyle="width: 72%" />
75
-
</colgroup>
76
72
<thead>
77
73
<tr><thclass="head" colspan="2"><p>Allgemeine Variante für beliebige DB-API-2-Adapter</p></th>
78
74
</tr>
@@ -93,10 +89,6 @@ <h2>Module</h2>
93
89
</tbody>
94
90
</table>
95
91
<table>
96
-
<colgroup>
97
-
<colstyle="width: 28%" />
98
-
<colstyle="width: 72%" />
99
-
</colgroup>
100
92
<thead>
101
93
<tr><thclass="head" colspan="2"><p>Variante speziell für den klassischen PyGreSQL-Adapter</p></th>
102
94
</tr>
@@ -133,7 +125,7 @@ <h2>Download</h2>
133
125
</section>
134
126
<sectionid="installation">
135
127
<h2>Installation</h2>
136
-
<sectionid="id1">
128
+
<sectionid="installation-1">
137
129
<h3>Installation</h3>
138
130
<p>Das Paket kann auf die übliche Weise installiert werden:</p>
0 commit comments