windmill icon indicating copy to clipboard operation
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)`

Open m-thomson opened this issue 6 months ago • 3 comments

Describe the bug

A simple select statement fails when one of the columns is an enum.

To reproduce

  1. 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

Screencap2024 08 09 2119

Screencap2024 08 09 2120 Screencap2024 08 09 2121

Browser information

No response

Application version

Windmill EE v1.377.1-9-g479f2fc0c

Additional Context

No response

m-thomson avatar Aug 10 '24 04:08 m-thomson