-
If in the models you define Numeric type with precision and scale:
```python
class Product(db.Model):
__tablename__ = 'product'
id = db.Column(db.BigInteger(), primary_key=True)
c…
-
- [ ] 1. Gino
https://www.wowhead.com/npc=29432/gino#ends
must appears after some quest must ba completed and starts
https://www.wowhead.com/quest=12823/a-flawless-plan#comments
- [ ] 2. Thorim
…
-
Hi @danneu
I've got following snippet:
```kotlin
val public = this::class.java.getResource("/public").path
val static = serveStatic(public, maxAge = Duration.ofDays(365))
```
When I run it…
-
So the _**tutorials and examples**_ href takes you to https://github.com/ojack/hydra/blob/main/examples/README.md that doesn't exist anymore (also the repo url probably should be updated as well).
…
-
## Expected Behavior
I am trying to run the alembic make migrations and expected to succeed
## Actual Behavior
exception is raised
## Steps to Reproduce the Problem
1. clone https:…
-
GINO has come a long way and supports alembic migrations, etc. It seems like it might be a good ORM that supports async to use in conjunction with fastapi.
-
My PyCharm IDE does not show any suggesstion which I see in documentation page of Gino.
Anyone can help me to config IDE or any ways to fix it, please?
Thank you very much.
![Screenshot from 2021…
-
**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 SQLAlch…
-
We currently don't have build numbers / versions in the web UI, only in Android. We should show a version in the about screen, which can help with formalizing release cuts as well as debugging issues.…
jcqli updated
3 weeks ago
-
* GINO version: 1.0.1
* Python version: 3.8.2
* asyncpg version: 0.20.1
* aiocontextvars version:
* PostgreSQL version: 12.3
### Description
I am trying to create tests for a fast_api websoc…