Fail Insert Integer Value

Postby jmgomez » Thu Jul 17, 2014 3:25 am

Hello,

I’m using server version 3.3.8.

In aql console I wite:

insert into test.myset (PK,name,age) values (100, ‘name’, 13)

After I Write select * from test.myset

And the result is ±-------±----+ | name | age | ±-------±----+ | "name | 1 | ±-------±----+

I insert 13 in age bin but I return 1. It’s a Bug?

Thank you.

Postby devops01 » Thu Jul 24, 2014 11:23 am

Hi,

This is known bug with version 3.3.8 affecting output of aql. We have implemented a fix in the latest build. This should be available for consumption soon. Data value is still ‘13’ in the database, but aql output truncated the last character.

best,

Lucien