mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 19:31:54 +08:00
typo/grammar fix
Changes "cursor execute" to "cursor executes" on line 388.
This commit is contained in:
@ -385,7 +385,7 @@ threadsafety
|
||||
SSCursor (which uses ``mysql_use_result()``; with the latter you
|
||||
must ensure all the rows have been read before another query can
|
||||
be executed. It is further complicated by the addition of
|
||||
transactions, since transactions start when a cursor execute a
|
||||
transactions, since transactions start when a cursor executes a
|
||||
query, but end when ``COMMIT`` or ``ROLLBACK`` is executed by
|
||||
the Connection object. Two threads simply cannot share a
|
||||
connection while a transaction is in progress, in addition to
|
||||
|
Reference in New Issue
Block a user