Artem Demidov

Results 2 issues of Artem Demidov

## Summary of changes This feature adds support for milliseconds in relativedelta. Closes #1175 ### Pull Request Checklist - [x] Changes have tests - [x] Authors have been added to...

Closes #597, #650. There's also an idea to wrap call to database into `try..except` and throw something like `ProgrammingError` (according to [PEP 249](https://peps.python.org/pep-0249/#programmingerror)) or custom error based on ProgrammingError.