default value

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
Sandy
Posts: 53
Joined: Fri 07 Feb 2014 18:11

default value

Post by Sandy » Wed 09 Jul 2014 21:47

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

alexa

Re: default value

Post by alexa » Thu 10 Jul 2014 06:30

Thank you for bringing this to our attention. We will fix the issue in one of the next product builds.

alexa

Re: default value

Post by alexa » Wed 23 Jul 2014 16:02

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.

Post Reply