Commit 83ce77c
committed
Fix MotherDuck segfault when switching from other database connections
Disable process worker for MotherDuck to avoid segfault that occurs when
the subprocess has already loaded other database drivers before loading
the DuckDB/MotherDuck native library.
MotherDuck queries now run in the main process like local DuckDB.1 parent 5d7bf06 commit 83ce77c
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
0 commit comments