You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to pass Boolean values in and I keep getting an error that of a syntax error, near the value. I have tried "true"/"false", true/false, "0"/"1" and 0/1. Do you have any examples or a gist that you can show me how to use Boolean values? Thanks