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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ 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 of DBUtils supports Python versions 2.7 and 3.5 to 3.9.
10
+
The current version 2.0.1 of DBUtils supports Python versions 2.7 and 3.5 to 3.9.
11
+
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.**
11
13
12
14
The DBUtils home page can be found at https://webwareforpython.github.io/DBUtils/
<p>DBUtils 2.0.1 was released on April 8, 2021.</p>
17
+
<p>Changes:</p>
18
+
<ulclass="simple">
19
+
<li><p>Avoid "name Exception is not defined" when exiting</p></li>
20
+
</ul>
21
+
</section>
22
+
<sectionid="id2">
23
+
<h2>2.0</h2>
15
24
<p>DBUtils 2.0 was released on September 26, 2020.</p>
16
25
<p>It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</p>
17
26
<p>Changes:</p>
@@ -25,9 +34,9 @@ <h1>2.0</h1>
25
34
<li><p>The documentation has been adapted to reflect the changes in this version.</p></li>
26
35
<li><p>This changelog has been compiled from the former release notes.</p></li>
27
36
</ul>
28
-
</div>
29
-
<divclass="section"id="id2">
30
-
<h1>1.4</h1>
37
+
</section>
38
+
<sectionid="id3">
39
+
<h2>1.4</h2>
31
40
<p>DBUtils 1.4 was released on September 26, 2020.</p>
32
41
<p>It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</p>
33
42
<p>Improvements:</p>
@@ -36,23 +45,23 @@ <h1>1.4</h1>
36
45
<spanclass="docutils literal">maxusage</span> limit has been reached when the connection is not currently
37
46
inside a transaction.</p></li>
38
47
</ul>
39
-
</div>
40
-
<divclass="section"id="id3">
41
-
<h1>1.3</h1>
48
+
</section>
49
+
<sectionid="id4">
50
+
<h2>1.3</h2>
42
51
<p>DBUtils 1.3 was released on March 3, 2018.</p>
43
52
<p>It is intended to be used with Python versions 2.6, 2.7 and 3.4 to 3.7.</p>
44
53
<p>Improvements:</p>
45
54
<ulclass="simple">
46
55
<li><p>This version now supports context handlers for connections and cursors.</p></li>
47
56
</ul>
48
-
</div>
49
-
<divclass="section"id="id4">
50
-
<h1>1.2</h1>
57
+
</section>
58
+
<sectionid="id5">
59
+
<h2>1.2</h2>
51
60
<p>DBUtils 1.2 was released on February 5, 2017.</p>
52
61
<p>It is intended to be used with Python versions 2.6, 2.7 and 3.0 to 3.6.</p>
53
-
</div>
54
-
<divclass="section"id="id5">
55
-
<h1>1.1.1</h1>
62
+
</section>
63
+
<sectionid="id6">
64
+
<h2>1.1.1</h2>
56
65
<p>DBUtils 1.1.1 was released on February 4, 2017.</p>
57
66
<p>It is intended to be used with Python versions 2.3 to 2.7.</p>
58
67
<p>Improvements:</p>
@@ -64,9 +73,9 @@ <h1>1.1.1</h1>
64
73
<ulclass="simple">
65
74
<li><p>Fixed a problem when running under Jython (reported by Vitaly Kruglikov).</p></li>
66
75
</ul>
67
-
</div>
68
-
<divclass="section"id="id6">
69
-
<h1>1.1</h1>
76
+
</section>
77
+
<sectionid="id7">
78
+
<h2>1.1</h2>
70
79
<p>DBUtils 1.1 was released on August 14, 2011.</p>
71
80
<p>Improvements:</p>
72
81
<ulclass="simple">
@@ -93,9 +102,9 @@ <h1>1.1</h1>
93
102
<li><p>Fixed an issue with the <spanclass="docutils literal">setoutputsize()</span> cursor method.</p></li>
94
103
<li><p>Fixed some minor issues with the <spanclass="docutils literal">DBUtilsExample</span> for Webware.</p></li>
95
104
</ul>
96
-
</div>
97
-
<divclass="section"id="id7">
98
-
<h1>1.0</h1>
105
+
</section>
106
+
<sectionid="id8">
107
+
<h2>1.0</h2>
99
108
<p>DBUtils 1.0 was released on November 29, 2008.</p>
100
109
<p>It is intended to be used with Python versions 2.2 to 2.6.</p>
101
110
<p>Changes:</p>
@@ -126,18 +135,18 @@ <h1>1.0</h1>
126
135
connection creator function is specified. This had not worked before with
127
136
the MySQLdb module (problem reported by Gregory Pinero).</p></li>
128
137
</ul>
129
-
</div>
130
-
<divclass="section"id="id8">
131
-
<h1>0.9.4</h1>
138
+
</section>
139
+
<sectionid="id9">
140
+
<h2>0.9.4</h2>
132
141
<p>DBUtils 0.9.4 was released on July 7, 2007.</p>
133
142
<p>This release fixes a problem in the destructor code and has been supplemented
134
143
with a German User's Guide.</p>
135
144
<p>Again, please note that the <spanclass="docutils literal">dbapi</span> parameter has been renamed to <spanclass="docutils literal">creator</span>
136
145
in the last release, since you can now pass custom creator functions
137
146
for database connections instead of DB-API 2 modules.</p>
138
-
</div>
139
-
<divclass="section"id="id9">
140
-
<h1>0.9.3</h1>
147
+
</section>
148
+
<sectionid="id10">
149
+
<h2>0.9.3</h2>
141
150
<p>DBUtils 0.9.3 was released on May 21, 2007.</p>
142
151
<p>Changes:</p>
143
152
<ulclass="simple">
@@ -150,19 +159,19 @@ <h1>0.9.3</h1>
150
159
<li><p>Some fixes in the documentation.
151
160
Added Chinese translation of the User's Guide, kindly contributed by gashero.</p></li>
152
161
</ul>
153
-
</div>
154
-
<divclass="section"id="id10">
155
-
<h1>0.9.2</h1>
162
+
</section>
163
+
<sectionid="id11">
164
+
<h2>0.9.2</h2>
156
165
<p>DBUtils 0.9.2 was released on September 22, 2006.</p>
157
166
<p>It is intended to be used with Python versions 2.2 to 2.5.</p>
158
167
<p>Changes:</p>
159
168
<ulclass="simple">
160
169
<li><p>Renamed <spanclass="docutils literal">SolidDB</span> to <spanclass="docutils literal">SteadyDB</span> to avoid confusion with the "solidDB"
161
170
storage engine. Accordingly, renamed <spanclass="docutils literal">SolidPg</span> to <spanclass="docutils literal">SteadyPg</span>.</p></li>
162
171
</ul>
163
-
</div>
164
-
<divclass="section"id="id11">
165
-
<h1>0.9.1</h1>
172
+
</section>
173
+
<sectionid="id12">
174
+
<h2>0.9.1</h2>
166
175
<p>DBUtils 0.9.1 was released on May 8, 2006.</p>
167
176
<p>It is intended to be used with Python versions 2.2 to 2.4.</p>
168
177
<p>Changes:</p>
@@ -174,13 +183,13 @@ <h1>0.9.1</h1>
174
183
to specify cursor classes. (Suggested by Michael Palmer.)</p></li>
175
184
<li><p>Improved the documentation and added a User's Guide.</p></li>
176
185
</ul>
177
-
</div>
178
-
<divclass="section"id="id12">
179
-
<h1>0.8.1 - 2005-09-13</h1>
186
+
</section>
187
+
<sectionid="id13">
188
+
<h2>0.8.1 - 2005-09-13</h2>
180
189
<p>DBUtils 0.8.1 was released on September 13, 2005.</p>
181
190
<p>It is intended to be used with Python versions 2.0 to 2.4.</p>
182
191
<p>This is the first public release of DBUtils.</p>
0 commit comments