Skip to content
New issue

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

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

Already on GitHub? # to your account

Fixed MSSQL query panics on null #363

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Fixed MSSQL query panics on null #363

merged 1 commit into from
Jul 11, 2023

Conversation

shazaibn
Copy link
Contributor

When the query result contained a null field, Wick would panic and throw thread 'wick' panicked at 'called Option::unwrap()on aNone value'. This PR fixes it by converting none to null values.

@jsoverson
Copy link
Contributor

Thanks @shazaibn

@jsoverson jsoverson merged commit e33e830 into main Jul 11, 2023
@jsoverson jsoverson deleted the mssql-null branch July 11, 2023 19:54
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants