mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-24 09:31:48 -04:00
- formatting fix
Change-Id: I93126865ffb5cc6486464402ed7ef17027441886
(cherry picked from commit c1b87bc95d)
This commit is contained in:
+5
-5
@@ -2,9 +2,9 @@
|
||||
:tags: bug, orm
|
||||
:tickets: 4468
|
||||
|
||||
Fixed a regression in 1.2 where a wildcard/load_only loader option would
|
||||
not work correctly against a loader path where of_type() were used to limit
|
||||
to a particular subclass. The fix only works for of_type() of a simple
|
||||
subclass so far, not a with_polymorphic entity which will be addressed in a
|
||||
separate issue; it is unlikely this latter case was working previously.
|
||||
Fixed a regression in 1.2 where a wildcard/load_only loader option would
|
||||
not work correctly against a loader path where of_type() were used to limit
|
||||
to a particular subclass. The fix only works for of_type() of a simple
|
||||
subclass so far, not a with_polymorphic entity which will be addressed in a
|
||||
separate issue; it is unlikely this latter case was working previously.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user