Skip to content

Commit

Permalink
chimera: fix commit 8fe67b2
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Aug 8, 2023
1 parent 8fe67b2 commit 77c2dd6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public PgSQL95FsSqlDriver(DataSource dataSource, String consistency) throws Chim
case "strong":
enableLazyWcc = false;
enableSoftUpdate = false;
break;
default:
throw new IllegalArgumentException("Unsupported attribute consistency option '" + consistency + "'");
}
Expand Down

0 comments on commit 77c2dd6

Please sign in to comment.