Hi.
Using Squirrel 4.2 (same issue with 4.1).
If I have a table in Mariadb that has a decimal column, say
'dollarvalue decimal(15,2)', when I generate a 'create table' script,
Squirrel is generating the column as 'dollarvalue decimal not null', i.e
is dropping the (15,2).
Both DBeaver and DbVis generate the script correctly, and if i look at
the 'Columns' tab in Squirrel when the table is highlighted in the
Object list, it shows correctly.
So the detailed definition is being lost somewhere in the script
generation, as far as I can see.
Or is it me, doing something stupid?
Cheers, thanks for a great tool.
Roger |