This repository was archived by the owner on Dec 21, 2024. It is now read-only.
This repository was 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
Open
Description
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
Metadata
Metadata
Assignees
Labels
Projects
Status
Todo