Commit f1f7052
committed
Return concrete class as conn duplicate (1.4)
This is a backport of the PR #455 to `v1.4-andium` stable branch.
This change makes the `DuckDBConnection#duplicate()` method to return
the concrete class instead of the `Connection` interface to not require
users to unwrap the result of the call.
Fixes: #4341 parent 9e9bff8 commit f1f7052
File tree
2 files changed
+4
-4
lines changed- src
- main/java/org/duckdb
- test/java/org/duckdb
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments