Skip to content

issues Search Results · repo:python-gino/gino language:Python

Filter by

308 results
 (71 ms)

308 results

inpython-gino/gino (press backspace or delete to remove)

We are stopping to use GitHub Issues for questions, please go to the GitHub Discussions Q A instead.
question
  • erhuabushuo
  • 1
  • Opened 
    on Jun 17, 2024
  • #825

Describe the bug Dependencies issue between FastAPI and gino[gino-starlette] To Reproduce poetry add FastAPI poetry add gino[pg,starlette] Expected result Successful installing Actual result Because ...
bug
  • ALeksandr-Fuze
  • 2
  • Opened 
    on Jan 11, 2023
  • #820

Describe the bug A TypeError when passed integer to literal() To Reproduce import os import asyncio from gino import Gino from sqlalchemy import Integer db = Gino() async def main(): await db.set_bind( ...
bug
  • pavelschon
  • 1
  • Opened 
    on Jul 14, 2022
  • #816

Is your feature request related to a problem? Please describe. SQLAlchemy was launched on March 2021 Describe the solution you d like Gino should be able to support 1.4 version of SQLAlchemy.
feature request
  • jsmolina
  • 3
  • Opened 
    on Jun 27, 2022
  • #815

Describe the bug I m trying to use gino in postgres with simple model with enum column type. It seems like enum is not fully supported and it behaves really strange in several cases: 1) when using gino ...
bug
  • zerlok
  • 2
  • Opened 
    on May 30, 2022
  • #814

We are trying to deploy a FastAPI + starlette + gino-starlette + async psql microservice in AWS lambda using mangum handler, seems init_db is not allowing the lambda to start, is that Gino supports aws ...
question
  • yobnytech
  • Opened 
    on May 4, 2022
  • #811

TypeError while trying to initialize Gino db with MySQL To Reproduce from gino_starlette import Gino DATABASE_URL = f mysql+aiomysql://{DATABASE_USER}:{DATABASE_PASSWORD}@{DATABASE_HOST}:{DATABASE_PORT}/{DATABASE_NAME} ...
bug
  • vicctorb2
  • Opened 
    on Apr 20, 2022
  • #810

Gino 1.1b2 doesn t work on Python 3.10.2 and aiomysql To Reproduce from gino_starlette import Gino DATABASE_URL = f mysql+aiomysql://{DATABASE_USER}:{DATABASE_PASSWORD}@{DATABASE_HOST}:{DATABASE_PORT}/{DATABASE_NAME} ...
bug
  • vicctorb2
  • Opened 
    on Apr 20, 2022
  • #809

Able to setup a new poetry project and install gino[starlette] but then following the next step to install fastapi, uvicorn gunicorn results in an error: $ poetry add gino[starlette] Using version ^1.0.1 ...
bug
  • coredevel
  • 1
  • Opened 
    on Feb 9, 2022
  • #802

Hello! Is your feature request related to a problem? Please describe. I would like to utilize hide_parameters argument from the SQLAlchemy engine, but it seems like it s not possible right now, because ...
feature request
  • FNSdev
  • Opened 
    on Oct 13, 2021
  • #798
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub