windmill
windmill copied to clipboard
bug: cannot convert between the Rust type `core::option::Option<alloc::string::String>` and the Postgres type `(name of pg enum)`
Describe the bug
A simple select statement fails when one of the columns is an enum.
To reproduce
- Create a Postgres enum type. 2) Attempt to create a select query for it as shown in the screenshot.
Expected behavior
No error, data should load
Screenshots
Browser information
No response
Application version
Windmill EE v1.377.1-9-g479f2fc0c
Additional Context
No response