crate-python
crate-python copied to clipboard
Python DB API client library for CrateDB, using HTTP.
Hi there, ### Introduction After converging #395 to #437, it became clear / emerged that we wanted to have the type conversion - only being optionally enabled with a feature...
Hi there, after closing #394 and bringing in #391, we may want to look at [SQLAlchemy support for Python asyncio]. Currently, trying to invoke the CrateDB driver like `postgresql+asyncpg://` croaks...
Dear @Aymaru, apologies for the late reply. On the patch you submitted at #395 the other day, I recently exercised #426 separately. Your other improvements from there have been converged...
Hi there, I wanted to submit this as a draft PR, that it won't get lost. Reference: #158. Cheers, @mfelsche! With kind regards, Andreas.
While those patches are almost 10 years old already, they might still improve the situation with #404?
Hi there, while working on #391, some backlog items have accumulated. I will gather them within this ticket. ### Internals We've identified a few shortcomings in the internal implementation of...
## Summary of the changes / Why this is an improvement Changing the return type from set to list on `get_pk_constraint()`, solves a compatibility issue from Apache Superset that doesn't...
The root cause for `SystemError: Failed to start Crate instance in time.` (see https://github.com/crate/crate-python/issues/390#issuecomment-1109745899) is that a previous instance of CrateDB might not have been terminated correctly. In that case,...
This is just a WIP based on #386. Let's see how it goes.
### Documentation feedback - Page title: Query CrateDB - Page URL: https://crate.io/docs/python/en/latest/query.html - Source: https://github.com/crate/crate-python/blob/master/docs/query.rst ---