]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Test execution_options on Query object before compilation
authorRamonWill <ramonwilliams@hotmail.co.uk>
Thu, 13 Aug 2020 21:04:13 +0000 (17:04 -0400)
committersqla-tester <sqla-tester@sqlalchemy.org>
Thu, 13 Aug 2020 21:04:13 +0000 (17:04 -0400)
commit0d874b36664d2f817edaa009358d5d2455711fdc
treeadc87fef2e45cdc39277747fa2f7f9ec9981eb06
parentcd03b8f0cecbf72ecd6c99c4d3a6338c8278b40d
Test execution_options on Query object before compilation

 A test that checks if the execution options are being set on the Query object before compilation

### Description
Since Issue #4670 has been open there have changes to the execution mechanics that resolved it. I have just created a test case that will enable the issue to be closed.

This pull request is:

- [ X] 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!**
Fixes: #4670
Closes: #5446
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5446
Pull-request-sha: c98639ec94279760caacf9f288b180198511dfd3

Change-Id: I686dc7a4735000748c94bff5ba6dc7bd57b2d1c4
test/orm/test_events.py