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 Handling of SQLAlchemy Boolean Fields #6144

Open
wants to merge 7 commits into
base: production
Choose a base branch
from
Open

Conversation

acwhite211
Copy link
Member

@acwhite211 acwhite211 commented Jan 22, 2025

Fixes #6022

Fix the mapping and creation of SQLAlchemy boolean fields from the datamodel.py file by creating a CustomBIT class.

Checklist

  • Self-review the PR after opening it to make sure the changes look good and
    self-explanatory (or properly documented)
  • Add relevant issue to release milestone

Testing instructions

Original Steps

  • Go to queries
  • Make report from existing query
  • See it works
  • Edit the query
  • Try to make a report
  • See that no errors occur

@acwhite211 acwhite211 added this to the 7.10 milestone Jan 23, 2025
@acwhite211 acwhite211 self-assigned this Jan 23, 2025
@acwhite211 acwhite211 marked this pull request as ready for review January 23, 2025 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋Back Log
Development

Successfully merging this pull request may close these issues.

Can't make report from query saved in production
3 participants