When running SQL queries that include single select fields (ENUM type in MySQL):
- The query includes the single select fields in the SQL statement
- The query executes without errors
- The result set does not include the requested single select fields
- The same query runs correctly when executed directly in the database
Environment
- Database: MySQL
- Field Types: ENUM fields (specifically “order status” and “order state”)
- UPDATE: Also experiencing issues with linked field types.
- Feature: Query builder/runner (noted as being in beta)
Impact
Unable to access critical status and state information through queries, making it impossible to use the query feature for reports or data views that require these fields.