allow fk field filtering python style by Abdeldjalil-H · Pull Request #854 · ormar-orm/ormar

@Abdeldjalil-H

I have edited the FieldAccessor._check_field method to allow foreign keys filtering in python style. More details about this in #846

@Abdeldjalil-H

@codecov-commenter

@codspeed-hq

CodSpeed Performance Report

Merging #854 will degrade performances by 13.74%

Comparing Abdeldjalil-H:master (d9f74d9) with master (5f4354d)

Summary

⚡ 2 improvements
❌ 1 regressions
✅ 81 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark master Abdeldjalil-H:master Change
test_max[1000] 15.6 ms 13.7 ms +13.26%
test_exists[250] 11.9 ms 13.8 ms -13.74%
test_get_or_none[1000] 14.1 ms 12.3 ms +14.56%

@collerek