Commit c7cb0f2
committed
Return concrete class as connection duplicate
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: duckdb#4341 parent 694d3a3 commit c7cb0f2
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