-
When I try to connect with latest version of sqlalchemy 2.0, we have faced the issue, Older version it's fine.
import sqlalchemy as sa
engine = sa.create_engine('vertica+vertica_python://:data@***…
-
Hello,
When [NO_ZERO_DATE](https://dev.mysql.com/doc/refman/8.4/en/sql-mode.html#sqlmode_no_zero_date) is set in mysql and there are rows with zero dates, driver fails with "Packet sequence number…
-
**Prerequisite**
- Make sure no duplicated issue has already been reported. You should look for closed issues, too.
- Make sure you are not asking us to help to solve your specific issue. GitHub i…
-
### Describe the bug
Using the new type alias syntax with a literal causes errors during the model creation. I would expect both the syntaxes to work OOTB as both are type aliases (check Additional…
-
**Describe the bug**
There are a few paths through which the interchange exits. The regular shutdown path, driven by the DFK, is to send a SIGTERM which immediately kills the process.
Another rare…
-
Please answer these questions before submitting your issue. Thanks!
1. What version of Python are you using?
Python 3.10.10
2. What operating system and processor architecture are you using?
…
-
### Describe the bug
There is no problem using asyncmy
There is a "RuntimeError: Event loop is closed" error when using aiomysql
Am I using it incorrectly? What's wrong?
### To Reproduce
…
-
### Bug description
Hi, I'm getting an error when trying to upgrade to the lastest version (4.1.1) from 4.0.2.
I was following this guide: https://www.restack.io/docs/superset-knowledge-apache-super…
-
# sqlalchemy
## create db:
- http://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls
```
dialect+driver://username:password@host:port/database
```
### MySQL:
```
…
-
1. Describe your new request in detail
Oracle between 12 and 18 changed the max_identifier_length. Normally using the `version` property of a connection works to know what the max len is, but s…