duckdb-web icon indicating copy to clipboard operation
duckdb-web copied to clipboard

DuckDB website and documentation

Results 231 duckdb-web issues
Sort by recently updated
recently updated
newest added

I just filed this https://github.com/duckdb/duckdb/issues/16355, which to me seems similar to this: https://github.com/duckdb/duckdb/issues/15348 Apparently this is a known limitation, and this is documented already for table functions, bot not for...

functions
issue found on page

> Please describe the problem you encountered in the DuckDB documentation and include the "Page URL" link shown below. > Note: only create an issue if you wish to report...

nodejs
issue found on page

This is in relation to the issueI filed earlier: https://github.com/duckdb/duckdb/issues/14773 I have read both the SQL Query syntax page on the SAMPLE clause (https://duckdb.org/docs/sql/query_syntax/sample.html) as well as the general feature...

SQL
issue found on page

I was importing large JSON objects with many fields and duckdb refused to expand each field into its own column and instead give me a single `STRUCT...` or `MAP(VARCHAR, VARCHAR)`...

json
issue found on page

The duckdb.h contains enums and structs (`duckdb_state`, `duckdb_statement_type`, `duckdb_hugeint`, `duckdb_timestamp`, etc.) that are returned by the C API functions. It would be helpful to have them on the [Complete API](https://duckdb.org/docs/api/c/api)...

C API

I have a text dataset that contains 1 record per line and each line has positional information. Each record has a type which is the first 2 characters. The records...

SQL

Experiencing it at least both in Colab and in VSCode on Windows (loosely following the [Jupyter doc](https://duckdb.org/docs/guides/python/jupyter.html)): ``` !pip install jupysql ``` ``` import duckdb %load_ext sql conn = duckdb.connect()...

jupyter

DuckDB can be built in a single file but this is not documented anywhere.

build

The documentation at https://duckdb.org/docs/data/json/overview and https://duckdb.org/docs/extensions/json#json-table-functions offer insight on how to use "auto" import to load JSON data into DuckDB. This feature can be a blessing - or a curse:...

json