-
Running copy_from_test.go for CrateDB throws below error
`ERROR: SQLParseException: line 1:30: mismatched input 'from' expecting {'TO', 'WHERE'} (SQLSTATE XX000)`
Please find below table schema an…
-
### Problem Statement
To prevent long running queries - especially does not used anymore - from blocking resources on a CrateDB cluster, it would be good to have the option to set a statement timeout…
-
### CrateDB version
5.2
### CrateDB setup information
Standard Docker install.
```console
docker run --rm -it --publish=4200:4200 --publish=5432:5432 crate:5.2
```
### Problem descrip…
-
### Elixir version
1.14.0
### Database and Version
Postgres Wire Protocol v3 CrateDB v5.1
### Postgrex Version
0.16.5
### Current behavior
When a query requests for a timestamp this error is ra…
-
Hi there,
### Problem report
while working on #1, I also tried to run this Flink job with the _PostgreSQL JDBC Driver_ [1]. However, it croaks at runtime when beginning to process elements with th…
-
## EMPRESA
Com 30 anos no mercado, somos uma multinacional brasileira entre as maiores integradoras de TI do Brasil.
Valorização dos talentos, seriedade, compromisso no atendimento aos clientes, agi…
-
**Problem**
We'd like to determine for a client whether we can push to CrateDB. We know that there are some gotchas -- the biggest one being that Postgres calls a JSON object "json" and CrateDB calls…
-
### Problem Statement
When trying to connect to CrateDB from the current version of Django it will complain that Postgres 10.5 has been deprecated and you can only connect to version 11 and above.
…
-
CrateDB does not support the concepts of multiple **databases** / **catalogs**, but only support schemas / namespaces for tables and other database objects. The default namespace of CrateDB is `doc`, …
-
I was trying to put the metrics endpoint exposing by `jmx_exporter` behind nginx to add basic auth, something like this:
```
location /metrics_cratedb {
auth_basic "Prometheus";
au…