Amit Vikram

Results 3 issues of Amit Vikram

Fixes #1229 Removing relation child while updating nullable fk as None in descriptors.py->RelationDescriptor Ran the test cases locally using `pytest -svv --cov=ormar --cov=tests --cov-fail-under=100 --cov-report=term-missing` All test cases passed

**Describe the bug** Nullable ForeignKey field does not get updated to null **To Reproduce** Steps to reproduce the behavior: 1. Create 2 models, User and Vehicle, User model will have...

bug

**Describe your environment** python = 3.10.12 fastapi = 0.92.0 uvicorn = 0.20.0 opentelemetry-distro = 0.41b0 **Steps to reproduce** When we log from exception_handler in FastAPI, traceId and spanId is coming...

bug