tarantool / tarantool-idea-plugin

Tarantool support plugin for Intellij Platform
Other
10 stars 2 forks source link

Can't select any space field contain data type uuid #80

Open measproem opened 2 years ago

measproem commented 2 years ago

Plugin will return Input contains invalid type value -40 any space's field that has datatype uuid e.g.

EXAMPLE_TABLE
(
    ID UUID,
    NAME STRING
); 
//Assume success created table  EXAMPLE_TABLE

SELECT ID FROM EXAMPLE_TABLE  //Not work
SELECT NAME FROM EXAMPLE_TABLE  //Work