Skip to content

Commit

Permalink
HHH-18471 Since 6.2.2 Dialect SybaseAnywhereDialect does not render t…
Browse files Browse the repository at this point in the history
…able names in the selection query
  • Loading branch information
dreab8 committed Sep 18, 2024
1 parent d81b284 commit 06abea5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ protected boolean renderNamedTableReference(NamedTableReference tableReference,
// Just always return true because SQL Server doesn't support the FOR UPDATE clause
return true;
}
super.renderNamedTableReference( tableReference, lockMode );
return false;
}

Expand Down

0 comments on commit 06abea5

Please sign in to comment.