crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
79 stars 30 forks source link

SQLAlchemy: Fix handling URL parameters `timeout` and `pool_size` #571

Closed amotl closed 1 year ago

amotl commented 1 year ago

About

While investigating crate/crate-python#631/GH-570, we discovered that both the timeout and pool_size configuration settings failed being processed well, when obtaining them as URL parameters from the database connection string.

This patch fixes that, and adds corresponding software tests and documentation.