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

Fix enum schema #715

Merged
merged 11 commits into from
Jun 26, 2022
Merged

Fix enum schema #715

merged 11 commits into from
Jun 26, 2022

Conversation

collerek
Copy link
Owner

0.11.2

🐛 Fixes

  • Fix database drivers being required, while they should be optional #713
  • Fix boolean field problem in limit queries in postgres without limit_raw_sql flag #704
  • Fix enum_class spilling to schema causing errors in OpenAPI #699

@codecov-commenter
Copy link

codecov-commenter commented Jun 26, 2022

Codecov Report

Merging #715 (a2c6980) into master (d18fa76) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #715    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          187       189     +2     
  Lines        15621     15722   +101     
==========================================
+ Hits         15621     15722   +101     
Impacted Files Coverage Δ
ormar/fields/model_fields.py 100.00% <100.00%> (ø)
ormar/queryset/actions/order_action.py 100.00% <100.00%> (ø)
tests/test_fastapi/test_enum_schema.py 100.00% <100.00%> (ø)
tests/test_relations/test_foreign_keys.py 100.00% <100.00%> (ø)
...ations/test_postgress_select_related_with_limit.py 100.00% <100.00%> (ø)

@collerek collerek merged commit 6af92aa into master Jun 26, 2022
@collerek collerek deleted the fix_enum_schema branch June 26, 2022 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants