- formatting fix

Change-Id: I93126865ffb5cc6486464402ed7ef17027441886
(cherry picked from commit c1b87bc95d)
This commit is contained in:
Mike Bayer
2019-02-15 12:38:49 -05:00
parent f4a72d3720
commit e7f7fbc04e
+5 -5
View File
@@ -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.