gino icon indicating copy to clipboard operation
gino copied to clipboard

GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.

Results 60 gino issues
Sort by recently updated
recently updated
newest added

* GINO version:1.0.1 * Python version: 3.7 * asyncpg version: 0.18.3 ### Description Hello, i want to pass couple of hosts to connection string, is it possible to do so...

feature request

* GINO version: 1.0.1 * Python version: 3.8 * asyncpg version: 0.21 * PostgreSQL version: 12.4 ### Description `Model.create()` does not seem to work with `sqlalchemy.func` object. ### What I...

feature request

* GINO version: 1.0.1 * Python version: 3.8.2 * asyncpg version: 0.20.1 ### Description The case is simple: a table represents `product` (each with one brand attribute), pointing at a...

question

* GINO version: * Python version: 3.7 * asyncpg version: * aiocontextvars version: * PostgreSQL version: 10.x ### Description My use case, in the middle of application run, I need...

I was wondering if there was a suggested way to cache a query response from GINO using redis. It would be great to have redis support built in so that...

feature request

* GINO version:1.01 * Python version:3.7 * asyncpg version:0.20.1 * aiocontextvars version: * PostgreSQL version: ### Description I wanted to trigger the sqlALchamy listener event, event.lesson_for, before the execution of...

help wanted
wontfix
feature request

* GINO version: 1.0.1 * Python version: 3.6.9 * asyncpg version: 0.20.1 * aiocontextvars version: 0.2.2 * PostgreSQL version: 10 ### Description Hi Guys, thanks for hardwork, we were dreaming...

invalid

> create > @oleeks it's not a bug. You'll need to use `_password` instead of `password` since the property of the class is `_password`, and `password` is the column name,...

feature request