jeffry
jeffry
Thanks. That will be great! Also sqlalchemy need to bump to 2.x version since a lot of excellent features bring out to us
> Test Code: > > ```python > from fastapi import Request, FastAPI, Depends, APIRouter > from fastapi_utils.cbv import cbv > > > > def get_locale(request: Request): > return request.headers.get("locale", "en_US")...
@dmontagu how about now?
one more things. Fastapi 0.95.0 is supporting `Annoted` now, which is not working in cbv router.
> I don't know the exact behaviour of `get_history`, assuming this is a SQLAlchemy function, but assuming it gets the previous object from the session, what you are showing is...
I think this PR is ready for review now
Is there any plans to add class based view natively support by fastapi?
strongly recommend for timescaledb. it's works fine in over product environment,over 1 million items.
https://github.com/carlkidcrypto/ezsnmp fork should be working
maybe you can try to add `passive_deletes=True` to delete children by db cascade delete natively, also it's has better performance than sqlalchemy core.