Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Query String Parsing for Server-Side Binding in Django 4.2 with psycopg 3.1.8+ Resolves #234 #235

Merged
merged 5 commits into from
Dec 9, 2023

Use case-insensitive comparison for boolean value

cec0b29
Select commit
Loading
Failed to load commit list.
Merged

Enhance Query String Parsing for Server-Side Binding in Django 4.2 with psycopg 3.1.8+ Resolves #234 #235

Use case-insensitive comparison for boolean value
cec0b29
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 9, 2023 in 0s

100.00% (+0.00%) compared to 9a74cc5

View this Pull Request on Codecov

100.00% (+0.00%) compared to 9a74cc5

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9a74cc5) 100.00% compared to head (cec0b29) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #235   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           73        75    +2     
  Branches        16        18    +2     
=========================================
+ Hits            73        75    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.