Skip to content
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

Open
StrangeRanger opened this issue Mar 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@StrangeRanger
Copy link
Owner

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:
Screen Recording 2024-03-17 at 12 34 08 PM

Expected behavior
The program should be able to interpret the correct data type and properly pass it through the necessary components

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant