quswadress

Results 7 comments of quswadress

I have the same problem. Unfortunately, this puts an end to using asyncmy for discord bot. Windows 10 64 bit Python 3.10 amd64 Here is the traceback/logs: ``` INFO sqlalchemy.engine.Engine...

@long2ice, asyncmy 0.2.7 and legacy SQLAlchemy 1.4.47

0.2.8rc1 also raises an exception. With new SQLAlchemy 2.0.12 the error is the same. Here is a simple code: ```py import asyncio from sqlalchemy.ext.asyncio import create_async_engine, async_sessionmaker from sqlalchemy.orm import...

``` > python -c 'from asyncmy.version import __VERSION__;print(__VERSION__)' 0.2.8-rc1 ``` I already said the version in the previous comment. > 0.2.8rc1 also raises an exception. > With new SQLAlchemy 2.0.12...

Hmm, maybe it depends on the version of mysql and how you run it? I ran it in WSL2(Ubuntu 22.04) through the latest(8.0.33) docker image [`mysql`](https://hub.docker.com/_/mysql).

Tried mysql 8.0.32 and the exception still raises. 😞

Can you replicate this exception by running on Windows/Linux? [Something](https://thecoatlessprofessor.com/programming/cpp/differences-in-primitive-data-types-between-os-x-and-windows/) just tells me that the problem lies in primitive data types. That's why we have an overflow error.