Skip to content

Commit

Permalink
bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadnoveljic committed Jun 17, 2024
1 parent 255b6a2 commit e541761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public Builder type(String type) {
this.type = type;
// Those DBs use the full text of the query including the comments as a cache key,
// so we disable full propagation support for them to avoid destroying the cache.
if (type.equals("oracle") || type.equals("sqlserver")) this.fullPropagationSupport = false;
if (type.equals("oracle")) this.fullPropagationSupport = false;
return this;
}

Expand Down

0 comments on commit e541761

Please sign in to comment.