-
I'm doing a lot of bulk inserts that are generated from user activity. (Some times we have 10 rows, other times we have 100,000 rows but broken up into blocks of 1,000)
It would be really helpful t…
-
**Use case**:
For certain longer running maintenance queries (e.g. automated data retention) it would be good to support simple (non-blocking) sequential execution of queries. In theory one could man…
-
Hi there,
In current version of PowerBI Desktop, there is dedicated PostgreSQL datasource in category "Databases", so no need to install PostgreSQL ODBC driver and configure DSN for CrateDB.
-
### CrateDB version
nightly, 5.10.0-SNAPSHOT, build 08d84f8, date 2024-10-29
### CrateDB setup information
Docker standard.
```
docker run --rm -it --publish=4200:4200 crate/crate:nightly -Cdiscove…
-
### Problem Statement
When implementing ETL logic:
- sometimes is useful to have access to the outcome of the previous command in the batch purely through SQL commands, PL/pgSQL has `GET DIAGNOSTI…
-
**Use case**:
Mostly for compatibility with PostgreSQL and a bit more convenience in client libraries where you have dedicated `UUID` types and don't want to manually encode them to a string when i…
-
### Documentation feedback
- Page title: Connect to a CrateDB cluster
- Page URL: https://cratedb.com/docs/crate/clients-tools/en/latest/connect/index.html
- Source: https://github.com/crate/crate…
-
### Problem Statement
Currently whenever a SQLParseException is returned to the client, we only return the **line**:**column**, this is often confusing as the user might just ignore this informatio…
-
**Describe the bug**
When querying QL's API, e.g. an attribute of an entity:
According to the docs (well, I refer to [these](https://app.swaggerhub.com/apis/heikkilv/quantumleap-api/0.7.5) since the…
-
## Introduction
On another spot, CTK's test suite discovered a regression in CrateDB, that made those test cases trip.
```
FAILED tests/adapter/test_rockset.py::test_rockset_add_documents - crate.clie…