Florian

Results 6 comments of Florian

Thank you very much for your detailed answer. To summarize my current understanding: Introspected REST is less complex for clients not interested in hypermedia because the responses contain only the...

Thank you! This gave me new insights.

> How would you like to order the files in TOC? What about specifying the position of each item in the TOC using a property in the YAML Header? ```yaml...

In DuckDB v0.10.2, indexes were silently skipped when a database was copied, but this changed to an internal error being thrown in v0.10.3. I must say I like the old...

I was thinking about writing a test for this, but this would require creating a `DuckDB` instance and passing a database path with extension prefix. Or in other words, an...

`DatabaseInstance::Initialize` [calls](https://github.com/duckdb/duckdb/blob/2a1d5e2ab8882b27474e733f8703ef05ebcb0524/src/main/database.cpp#L319) `LoadExternalExtension` which makes it difficult to test this change with a statically linked storage extension. Therefore, I haven't added a test.