Commit 5e419cb
committed
Implement getPropertyInfo method for config list
`Driver#getPropertyInfo()` method allows external tools to list
configuration options suppored by the DB. This method is pretty obscure
and unlikely to be useful with many client tools in practice. But a
full list of supported options is required anyway to implement a fix
to issue duckdb#232, and it makes sense to use `getPropertyInfo` for that as
a single method for this functionality.
Testing: new test added.1 parent 5bf9ae3 commit 5e419cb
File tree
2 files changed
+36
-2
lines changed- src
- main/java/org/duckdb
- test/java/org/duckdb
2 files changed
+36
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
105 | 121 | | |
106 | 122 | | |
107 | 123 | | |
| |||
229 | 245 | | |
230 | 246 | | |
231 | 247 | | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
232 | 254 | | |
233 | 255 | | |
234 | 256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3644 | 3644 | | |
3645 | 3645 | | |
3646 | 3646 | | |
| 3647 | + | |
| 3648 | + | |
| 3649 | + | |
| 3650 | + | |
| 3651 | + | |
| 3652 | + | |
| 3653 | + | |
| 3654 | + | |
| 3655 | + | |
| 3656 | + | |
| 3657 | + | |
| 3658 | + | |
3647 | 3659 | | |
3648 | 3660 | | |
3649 | 3661 | | |
| |||
0 commit comments