Andreas Motl
Andreas Motl
I did not observe this flaw recently, so I am closing this issue.
It still happens when runners seem to be slow. ``` File "/home/runner/work/crate-python/crate-python/src/crate/client/doctests/http.txt", line 41, in http.txt Failed example: http_client._active_servers Expected: ['http://127.0.0.1:44209/'] Got: ['http://invalid_host:9999', 'http://127.0.0.1:44209/'] ``` -- https://github.com/crate/crate-python/actions/runs/3198965176/jobs/5224159502#step:4:338
Appropriate SQLAlchemy support for Python's Stackless spin-off [Greenlet](https://github.com/python-greenlet/greenlet) also just got merged, see https://github.com/sqlalchemy/sqlalchemy/issues/5615 and https://github.com/sqlalchemy/sqlalchemy/pull/5616.
Dear @Aymaru, thanks a stack for your contribution. We will have a look and might come back to you with some comments. With kind regards, Andreas.
Dear @Aymaru, first of all, thank you very much for your contribution again. I was able to take a more detailed look at the implementation right now and wanted to...
Dear @Aymaru, thank you very much for continuing your work on this. Please let me know if you are still able to spend time for more iterations on it or...
Dear @Aymaru, first things first: As I noticed recent activity from you on this patch again, I wanted to thank you for keeping up to it. Further, I wanted to...
Dear @Aymaru, the main aspects of your patch have been converged into crate/crate-python#442, crate/crate-python#445, and crate/sqlalchemy-cratedb#89. With crate/crate-python#426, we evaluated that the specific detail of returning a list from `get_pk_constraint`...
When looking at the [CrateDB and Linear Regression Notebook](https://github.com/crate/cratedb-jupyter/blob/master/CrateDB%20and%20Linear%20Regression.ipynb), this might not even be hard to implement and just a matter of adding a small wrapper for improved convenience, so...
Hi again, I've investigated the situation more thoroughly with a [demo program for exporting pandas data frames to SQL databases](https://gist.github.com/amotl/8727ea2aa6e46c5b51a34c28b767d72c). ## Observations ### PostgreSQL compatibility When using the PostgreSQL protocol,...