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