Commit 5f26796
committed
Report init errors to DuckDB via SetError
Previously, exceptions during extension initialization were
silently swallowed. Now the caught exception message is passed
to SetError so DuckDB can surface the actual error.1 parent de2f531 commit 5f26796
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments