Commit 8252bba
authored
Fix console exitting when trying to open transaction to a database that doesn't exist (#104)
## What is the goal of this PR?
We have fixed an issue that caused console to exit when trying to open transaction to a database that doesn't exist.
## What are the changes implemented in this PR?
- Bump client-java to the version which no longer throws the incorrect exception, causing console to exit improperly
- Fix #981 parent ac94b2b commit 8252bba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
0 commit comments