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
default value
Re: default value
Thank you for bringing this to our attention. We will fix the issue in one of the next product builds.
Re: default value
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.
Thank you for your help in improving dbForge Studio for MySQL.