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

Add byte type parsing to DB_Row API + set parsing case insensitive #315

Merged
merged 1 commit into from
Oct 19, 2021

Conversation

LoicGRENON
Copy link
Contributor

I added the BYTE type to the parsing to DB_Row API to avoid ValueError exception when parsing a specification with BYTE type value.
I also set the string value to upper case in order to do a case insensitive search for the type of the value when parsing the specification (e.g. : BYTE, Byte, byte, etc ... are all acceptable).

(New PR with corrected pycodestyle error)

@gijzelaerr gijzelaerr merged commit 69371ae into gijzelaerr:master Oct 19, 2021
@gijzelaerr gijzelaerr added this to the 1.2 milestone Oct 20, 2021
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.

None yet

2 participants