Re: Usage of Enums in SQL (Ignite 2.0)

2017-04-21 Thread Denis Magda
Sergi, That makes total sense. Thanks for adding the feature! — Denis > On Apr 21, 2017, at 12:21 AM, Sergi Vladykin wrote: > > This ticket is about being able to use enums as INT and VARCHAR literals in > SQL like this: > > SELECT name FROM person WHERE job =

Usage of Enums in SQL (Ignite 2.0)

2017-04-20 Thread Denis Magda
Alexander P., Sergi, Could you give me an example on how to use enums in SQL queries [1] from the user standpoint? It will be ideal if you write a code snippet that demonstrates it. Right after that I’ll add a special section in our SQL Grid documentation. [1]