-
Hi there,
this is a small proposal I would like to make. Please upvote if you think it should be improved, or downvote if you think it should be left in the current state. Comments are also welcome…
amotl updated
5 months ago
-
## Problem Report
> We are using SQLAlchemy 2.0.20 and the CrateDB dialect 0.33.0, and run into timeout problems. Using `connect_args={"timeout": 3}` does not help. For automated testing purposes, …
amotl updated
5 months ago
-
### Problem
```
sqlalchemy.exc.ProgrammingError: (crate.client.exceptions.ProgrammingError) SQLParseException[line 4:8: no viable alternative at input 'LIMIT -']
[SQL: SELECT testdrive.id, testdriv…
amotl updated
5 months ago
-
### Problem Statement
CrateDB support only PostgreSQL wire protocol support now to leverage existing infrastructure and drivers.
Please consider support of [Apache Arrow Flight SQL](https://arrow.ap…
-
### About
When running the test suite, it triggers a few deprecation warnings:
```
:1: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (…
amotl updated
5 months ago
-
**Describe the bug**
The `enforce-repeated-arg-type-style` rule finds some false positives. I will demonstrate this using the repository https://github.com/influxdata/telegraf (over 650k lines) as an…
-
### Apache Hop version?
2.10.0
### Java version?
openjdk version "17.0.11" 2024-04-16
### Operating system
Windows
### What happened?
when you run mvn clean test the following test fails.
[I…
-
Solution could be to have a separate process per pg endpoint ("pg_schema_info"), that can do such work for all crate_out nodes. Such a process will only be started on first demand.
-
The Kotti table specs seems to define a NOT NULL constraint. This causes the following error:
Traceback (most recent call last):
File "bin/pserve", line 11, in
sys.exit(main())
File "/Users/…
zopyx updated
5 months ago
-
### Problem Statement
It seems like a HBA setup with both `password` and `jwt` specified as method will not fallback to the other if no basic auth header or no jwt is provided.
```
auth.host_base…