This ticket is about being able to use enums as INT and VARCHAR literals in
SQL like this:
SELECT name FROM person WHERE job = 'BOSS' or job = 2
Previously you had to always use ? parameters and set enum as a Java object
there, but this is impossible for any usual SQL console. Now we will be
able to use constant name or ordinal as a literal.
Sergi
2017-04-21 3:39 GMT+03:00 Denis Magda <
[hidden email]>: