]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- refactor a bit the loader options system to make it a bit more
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 10 Jan 2016 22:47:38 +0000 (17:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 10 Jan 2016 22:47:38 +0000 (17:47 -0500)
commitb301f009e18246db9277a4b9d7e3a1bf01a92ae9
tree8715eeccab4ba3188d0da3ff51a7a4200e7fe736
parentd03477d4b761132f44c48417be09d622ad9adfd3
- refactor a bit the loader options system to make it a bit more
intelligible, given the fixes for ref #3623.  unfortunately the system
is still quite weird even though it was rewritten to be... less weird
lib/sqlalchemy/orm/strategy_options.py
test/orm/test_options.py