Skip to content

Releases: boglin/PyMySQL

Connection query consolidation (boglin fork)

Choose a tag to compare

@boglin boglin released this 10 Feb 07:36

Consolidation of queries when establishing connection - in particular focusing on reducing the number of round-trips required between client and server. This is of particular benefit when there is high latency between client and server.

By setting the kwarg defer_mode=True, ancillary queries are delayed and prepended to queries which are executed by the user.