Page 1 of 1

default value

Posted: Wed 09 Jul 2014 21:47
by Sandy
Ran into something, it might not really a bug, but not sure if correct generation of DDL for a table -

I have an integer field with the value of -1, in the Generated DDL that gets displayed

'int_score smallint(4) NOT NULL DEFAULT - 1'

Looked odd, might be legal and correct SQL but expected it to be

'int_score smallint(4) NOT NULL DEFAULT -1'

Again, nothing causing a problem and likely valid SQL just looked odd so wanted to pass it along.

Sandy

Re: default value

Posted: Thu 10 Jul 2014 06:30
by alexa
Thank you for bringing this to our attention. We will fix the issue in one of the next product builds.

Re: default value

Posted: Wed 23 Jul 2014 16:02
by alexa
We would like to let you know that we have released dbForge Studio for MySQL, v6.2 where the issue you reported is fixed http://www.devart.com/dbforge/mysql/stu ... nload.html

Thank you for your help in improving dbForge Studio for MySQL.