Gabor Szarnyas

Results 142 comments of Gabor Szarnyas

I wrote these up in a document and passed it along the design team.

We should split based on query syntax, query operators, DDL, and DML.

@domoritz Sure, we can add it. We'll rolling out a new installation page soon, and will add a Wasm section.

This should go under the new [Concurrency page](https://duckdb.org/docs/connect/concurrency).

Hi @rpbouman, sorry for the delay in my response. I would be very happy to review a PR that improves the typecast page. I think the matrix format that we...

Typecasting rules just had a slight change: https://github.com/duckdb/duckdb/pull/10194 Therefore, please make sure you use the `main` / nightly build for running the table generation scripts.

In #2346, Mark rewrote the page on https://duckdb.org/docs/sql/data_types/typecasting I'm planning to add casting rules as a series of tables: one table per type, with columns "castable to" (e.g. `FLOAT`) and...

As discussed in the documentation PR (https://github.com/duckdb/duckdb-web/pull/2830), this is expected behaviour.

Right, thanks for spotting this! I'll have another round of discussion on how to word this in the docs.

Thanks @swang1001, I could reproduce this. We'll take a look.