[x] My code follows the code style of this project.
[ ] I have added necessary documentation (if appropriate).
[x] I have added tests that cover my changes (if applicable).
[x] All new and existing tests passed.
Additional Notes
This repair process also includes changes to .gitignore, notably there was a mypy type checking error in crud_router, which I was unable to fix, but instead skipped it over checking.
Pull Request Template for FastCRUD
Description
There is an error in the normal use of the between filter, this pr will fix it!
Changes
Fixed
_parse_filters
methodTests
Added test cases to sqlalchemy and sqlmodel:
test_parse_filters_between_condition
.Checklist
Additional Notes
This repair process also includes changes to .gitignore, notably there was a mypy type checking error in crud_router, which I was unable to fix, but instead skipped it over checking.