David Jiménez Rodríguez

Results 1 issues of David Jiménez Rodríguez

I am running the mapper using async SQLAlchemy with a simple one-to-many relationship like the following. ```py # app.api.teams.models class Team(Base): __tablename__ = 'team' id: Mapped[uuid.UUID] = mapped_column(types.UUID, primary_key=True, default=uuid.uuid4)...

bug
awaiting author response