As simple workaround, converted enum with proper type cast can be used. For example:
select x from XXX x where x.y=CAST('C' as character)