Mark

Results 600 comments of Mark

We don't actively support MinGW right now, aside from as part of the R client.

Not sure if this is the correct way to fix this problem. Assuming the SQLAlchemy driver is only using the regular Python DB interface, I don't think MonetDBLite should be...

Yes, this should be fixed as part of the duckbox render mode.

Yes this has been done for a while

We support dictionary encoding now, which de-duplicates strings within row groups. However, we don't yet support the various integer compression methods (such as the RLE-bitpacking hybrid) to compress the dictionary...

`table_constraints`, `referential_constraints` and `key_column_usage` exist now - so this is at least partially implemented

The DBInterface is almost completely working right now in my [branch](https://github.com/Mytherin/duckdb/tree/julia/tools/juliapkg), see e.g. [the tests](https://github.com/Mytherin/duckdb/blob/julia/tools/juliapkg/test/test_basic_queries.jl). We are in the process of taking over development of the Julia package and moving...

Thanks for the PR! Could you perhaps expand on what behavior this is enabling, and why this is desirable?

Thanks for the PR! Could you resolve the merge conflict? This is likely conflicting with https://github.com/duckdb/duckdb/pull/10597