[FIXED] Windmill Database Studio Type Conversion Issue
Is it an issue with my database?
Context:
Using Database Studio to query a Postgres table
Getting a type conversion error between String and Boolean parameters
Tried setting Extra Config with ({ "is_desc": true }) but still hitting the issue
Query Structure:
Has 5 parameters including a boolean flag for sort direction
Parameter 4 is causing the conversion error
Table columns: Id, Title, Url, Date, Summary, Full_text, Source, Created_at
