Skip to content

Commit

Permalink
fixed blacklist item
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisser committed Dec 17, 2024
1 parent 1e68739 commit 8f66702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/gui/net/sf/jailer/ui/UIUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ public static void checkTermination() {
+ ")|(" +
Pattern.quote("ORA-17868") + ".*DriverShim"
+ ")|(" +
Pattern.quote("c.relispartition") + ".*DriverShim"
Pattern.quote("c.relispartition") + ".*" + Pattern.quote("JDBCMetaDataBasedModelElementFinder.findPartitions")
+ ")|(" +
Pattern.quote("SQLException: ORA-28001") + ".*DriverShim"
+ ")|(" +
Expand Down

0 comments on commit 8f66702

Please sign in to comment.