Commit a93e443
committed
Retain client config on connection duplication
This change copies `ClientConfig` to a new connection on `duplicate()`
call.
Testing: new test added that checks that `home_directory` value is
retained in a duplicated connection.
Fixes: duckdb#1481 parent 955c3a0 commit a93e443
File tree
2 files changed
+20
-0
lines changed- src
- jni
- test/java/org/duckdb
2 files changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4798 | 4798 | | |
4799 | 4799 | | |
4800 | 4800 | | |
| 4801 | + | |
| 4802 | + | |
| 4803 | + | |
| 4804 | + | |
| 4805 | + | |
| 4806 | + | |
| 4807 | + | |
| 4808 | + | |
| 4809 | + | |
| 4810 | + | |
| 4811 | + | |
| 4812 | + | |
| 4813 | + | |
| 4814 | + | |
| 4815 | + | |
| 4816 | + | |
| 4817 | + | |
| 4818 | + | |
4801 | 4819 | | |
4802 | 4820 | | |
4803 | 4821 | | |
| |||
0 commit comments