query placed as a subquery within an enclosing query for that same entity
would fail to render the JOIN correctly for the inner query. The issue
manifested in two different ways prior and subsequent to version 1.4.18
- (related issue #6595), in one case rendering JOIN twice, in the other
- losing the JOIN entirely. To resolve, the conditions under which
+ (related issue :ticket:`6595`), in one case rendering JOIN twice, in the
+ other losing the JOIN entirely. To resolve, the conditions under which
"polymorphic loading" are applied have been scaled back to not be invoked
for simple joined inheritance queries.
:tickets: 8475
Fixed regression caused by the fix for :ticket:`8231` released in 1.4.40
- where connection would fail if the user does not have permission to query
- the dm_exec_sessions or dm_pdw_nodes_exec_sessions system view when trying
- to determine the current transaction isolation level.
+ where connection would fail if the user did not have permission to query
+ the ``dm_exec_sessions`` or ``dm_pdw_nodes_exec_sessions`` system views
+ when trying to determine the current transaction isolation level.