]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
test update_nowait - added support in MariaDB-10.3
authorDaniel Black <daniel@mariadb.org>
Sun, 12 Sep 2021 05:17:50 +0000 (01:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Sep 2021 15:24:34 +0000 (11:24 -0400)
commit72a27c5d7c1a945deaded782e89754fce717951d
treead3935db44b77ee19a1b83ad3239a9013cebee11
parent0277ec7b9d894b16b5ef83ec722c321d5cb3c0e4
test update_nowait - added support in MariaDB-10.3

<!-- Provide a general summary of your proposed changes in the Title field above -->

MariaDB supported NOWAIT in 10.3.

ref: https://mariadb.com/kb/en/wait-and-nowait/

This pull request is:

- [X] very trivial test change
- [ ] A documentation / typographical error fix
- Good to go, no issue or tests are needed
- [ ] A short code fix
- please include the issue number, and create an issue if none exists, which
  must include a complete example of the issue.  one line code fixes without an
  issue and demonstration will not be accepted.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.   one line code fixes without tests will not be accepted.
- [ ] A new feature implementation
- please include the issue number, and create an issue if none exists, which must
  include a complete example of how the feature would look.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.

**Have a nice day!**

Closes: #7009
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/7009
Pull-request-sha: 4fa750e3d34638be7e9583d849216f6d90ca88fc

Change-Id: I4ee8cf2cf84daf7af3300e6f80671375232fcf02
test/orm/test_versioning.py
test/requirements.py