This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
Can't perform queries where the value of a parameter is anything but a string #102
Labels
bug
Something isn't working
Describe the bug
If you attempt to run a query with a parameter value that is not a string, like a boolean, you will encounter an error. The error message will indicate that it is not possible to convert a string object to a boolean-type object.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The program should be able to interpret the correct data type and properly pass it through the necessary components
The text was updated successfully, but these errors were encountered: