Age | Commit message (Collapse) | Author |
|
The `finally` clause gets run whether or not the try succeeds. It only
makes sense to run the commit on success, so we move it into the try,
just after yielding the connection.
|
|
|
|
It is sometimes necessary, when debugging, to see what query was
actually run, in order to make sense of, and fix failures. This commit
provides a means to see what the actual query that was run look(s/ed)
like.
|
|
This contains common code to connect to MariaDB with Python's
mysqlclient library.
|