File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676begin() method. This ensures that the transparent reopening will be
7777suspended until the end of the transaction, and that the connection
7878will be rolled back before being reused in the same thread. To end
79- transactions, use on of the end(), commit() or rollback() methods.
79+ transactions, use one of the end(), commit() or rollback() methods.
8080
8181By setting the threadlocal parameter to threading.local, getting
8282connections may become a bit faster, but this may not work in all
Original file line number Diff line number Diff line change 8787begin() method. This ensures that the transparent reopening will be
8888suspended until the end of the transaction, and that the connection will
8989be rolled back before being given back to the connection pool. To end
90- transactions, use on of the end(), commit() or rollback() methods.
90+ transactions, use one of the end(), commit() or rollback() methods.
9191
9292
9393Ideas for improvement:
You can’t perform that action at this time.
0 commit comments