jonra1993 / fastapi-alembic-sqlmodel-async

This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
MIT License
879 stars 143 forks source link

Typo error #29

Closed dongfengweixiao closed 1 year ago

dongfengweixiao commented 1 year ago

https://github.com/jonra1993/fastapi-alembic-sqlmodel-async/blob/905c1568c9d4a8b662ba953da985eb3da068199e/fastapi-alembic-sqlmodel-async/app/utils/uuid7.py#L112

_last_v7_nano_timestamp -> _last_v8_nano_timestamp

jonra1993 commented 1 year ago

Hello, @dongfengweixiao thanks for reporting this. I accidentally introduced this bug when I was testing custom UUID8 This has been changed here: https://github.com/jonra1993/fastapi-alembic-sqlmodel-async/commit/20f00838afd9f06e30e15c2a5e064506c1afc983