-
We are attempting to use a Lambda to read from a Redshift Serverless Workgroup.
We need to use parameters, but I can't figure out the syntax to make it work. This may be a bug, but we may simply be…
-
**Is your feature request related to a problem? If so, please give a short summary of the problem and how the feature would resolve it**
With the exception of back-off errors that are handled, databa…
-
It would be really great if the client code conformed to PEP 0249 https://www.python.org/dev/peps/pep-0249/ - this would allow integration into well known ORMs like SQLAlchemy.
-
Hello,
I'm in need of the field cursor.description. I would do it myself but I don't know how to.
This is a field that exists in many (most?) database modules and is defined in PEP249.
[https://www.…
-
Hello, I'm at the exploratory stage and will ultimately need support for these three- do you have a preference on how I should submit patches?
Also, I am in the market for a stochastic schema gener…
-
This could be a running list of them as I find them.
- [ ] raw Exception in dbconnection.py https://github.com/sqlobject/sqlobject/blob/49943d5539d0424811f772ffc81a8cdc1902e252/sqlobject/dbconnecti…
-
Is it possible to send prepared statements to MSSQL? I'm able to do this with tiberius directly, but I don't see a way to do it with connectorx. Also I don't see a way to use integrated authentication…
-
**Description of the issue**
I forked the repo: https://github.com/robmoffat/codeql-vuln-blog
and then added the CodeQL GH action, but no vulnerabilities are reported.
Reviewing the python co…
-
I am using sqlalchemy + pyathena
Here is an example code:
from urllib.parse import quote_plus
from sqlalchemy import create_engine, inspect
conn_str = "awsathena+rest://@athena.{region_name}.a…
-
### Describe the feature
I'm working with adding some plumbing between our backend system and Trino, and we're trying to derive more type information to speed up Python. Trino gives access to column …