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: docs/main.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -337,7 +337,7 @@ <h3>PooledDB (pooled_db)</h3>
337
337
<li><p><spanclass="docutils literal">setsession</span>: an optional list of SQL commands that may serve to
338
338
prepare the session, e.g. <spanclass="docutils literal">["set datestyle to german", <spanclass="pre">...]</span></span></p></li>
339
339
<li><p><spanclass="docutils literal">reset</span>: how connections should be reset when returned to the pool
340
-
(<spanclass="docutils literal">False</span> or <spanclass="docutils literal">None</span> to rollback transcations started with <spanclass="docutils literal">begin()</span>,
340
+
(<spanclass="docutils literal">False</span> or <spanclass="docutils literal">None</span> to rollback transactions started with <spanclass="docutils literal">begin()</span>,
341
341
the default value <spanclass="docutils literal">True</span> always issues a rollback for safety's sake)</p></li>
342
342
<li><p><spanclass="docutils literal">failures</span>: an optional exception class or a tuple of exception classes
343
343
for which the connection failover mechanism shall be applied,
0 commit comments