Skip to content

Changed Various Fields in card.py and set.py to be optional#19

Open
Rwelk wants to merge 1 commit intoPokemonTCG:masterfrom
Rwelk:master
Open

Changed Various Fields in card.py and set.py to be optional#19
Rwelk wants to merge 1 commit intoPokemonTCG:masterfrom
Rwelk:master

Conversation

@Rwelk
Copy link
Copy Markdown

@Rwelk Rwelk commented Jan 21, 2025

For some reason, there are a bunch of fields in card.py and set.py that are not optional. This becomes an issue when using where() with the select keyword, as those fields are required in the select. I don't know how to make tests, so no clue if this change will break anything. I also left the id fields as-is, in case they're necessary for something else.

For some reason, there are a bunch of fields in card.py and set.py that are not optional. This becomes an issue when using where() with the select keyword, as those fields are required in the select. I don't know how to make tests, so no clue if this change will break anything. I also left the id fields as-is, in case they're necessary for something else.
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.

1 participant